gtpo1m1a | Operations |
Use this command to change as many as 16 bytes of a program starting at a specified program listing address. You can change real-time programs (both file resident and core resident), control programs, and core image restart area programs (FCTB, ACPL, ICDF, IPLB, SIGT, RIAT, and IPAT in the core resident program area).
Requirements and Restrictions
Format
|
Notes:
Additional Information
ZAPGM HELP
ZAPGM ?
See TPF System Installation Support Reference for more information about loading ADATA files.
Examples
The file copy of a real-time program is changed in the following example.
+--------------------------------------------------------------------------------+ |User: ZAPGM CVAI 8 00404040 | | | |System: APGM0010I 10.48.54 BEGIN DISPLAY OF FILE COPY FOR | | CVAI.40 ACTIVE IN LOADSET BASE | | 00000008- 00000011 000001AC 91004140 40008400 ........ j.. .d. | | 00000018- C5C3C2D3 4DE0B204 0000D104 00000000 ECBL(... ..J..... | | ALTERED TO- | | 00000008- 00404040 000001AC 91004140 40008400 . .... j.. .d. | | 00000018- C5C3C2D3 4DE0B204 0000D104 00000000 ECBL(... ..J..... | | END OF DISPLAY - ZEROED LINES NOT DISPLAYED | +--------------------------------------------------------------------------------+
Both the file and core copy of a control program are changed in the following example.
+--------------------------------------------------------------------------------+ |User: ZAPGM CC3705 10 FFFF VALDATA-00 COPY-B | | | |System: APGM0010I 15.50.37 BEGIN DISPLAY OF FILE COPY FOR | | CC3705 VERSION IY IN IMAGE IMAGEABC | | 00000010- 00000000 00000000 001A0000 00C00000 ........ ........ | | 00000020- 00000000 00000000 00020010 1B4458A0 ........ ........ | | ALTERED TO- | | 00000010- FFFF0000 00000000 001A0000 00C00000 ........ ........ | | 00000020- 00000000 00000000 00020010 1B4458A0 ........ ........ | | BEGIN DISPLAY OF CORE COPY FOR | | CC3705 VERSION IY | | 00000010- 00000000 00000000 001A0000 00C00000 ........ ........ | | 00000020- 00000000 00000000 00020010 1B4458A0 ........ ........ | | ALTERED TO- | | 00000010- FFFF0000 00000000 001A0000 00C00000 ........ ........ | | 00000020- 00000000 00000000 00020010 1B4458A0 ........ ........ | | END OF DISPLAY - ZEROED LINES NOT DISPLAYED | +--------------------------------------------------------------------------------+
Related Information
See TPF Main Supervisor Reference for more information about changing program data.