gtpo1m4i | Operations |
Use this command to display a specified number of bytes from a record beginning at a relative starting address. The file address of the record is also displayed.
Requirements and Restrictions
None.
Format
|
Additional Information
ZDREC HELP
ZDREC ?
Examples
The following example displays 40 bytes from a fixed file record.
+--------------------------------------------------------------------------------+ |User: ZDREC 87.0 .40 TYPE-P | | | |System: DREC0011I 15.28.54 DISPLAY OF FILE ADDRESS 00000000F403D001 | | 00000000- C1D60080 C3C7E3F2 00000514 00000515 AO..CGT2 ........ | | 00000010- 00030FE8 0000432C 00004EB4 000023D0 ...Y.... ........ | | 00000020- 00002538 00000000 00000000 00000000 ........ ........ | | 00000030- 00000000 00000000 00002A24 00003564 ........ ........ | | END OF DISPLAY - ZEROED LINES NOT DISPLAYED | +--------------------------------------------------------------------------------+
The following example displays a record using the #UATRI SYSEQ label.
+--------------------------------------------------------------------------------+ |User: ZDREC LUATRI.9 108.30 | | | |System: DREC0011I 15.28.54 DISPLAY OF FILE ADDRESS 00000000F400D025 | | 00000108- FE1442C2 D3C1E7A8 18210000 00000000 ...BLAXy ........ | | 00000118- 00000000 FE1443C2 D3C1E76A 18A10000 .......B LAX..s.. | | 00000128- 00000000 00000000 FE1444C2 D3C1E7A8 ........ ...BLAXy | | END OF DISPLAY - ZEROED LINES NOT DISPLAYED | +--------------------------------------------------------------------------------+
The following example displays data from a pool record.
+--------------------------------------------------------------------------------+ |User: ZDREC PLST.40 | | | |System: DREC0011I 15.28.54 DISPLAY OF FILE ADDRESS 0000000000040101 | | 00000000- 00000000 00000000 00000000 00000000 ........ ........ | | 00000010- 00000000 00000000 00000000 00000000 ........ ........ | | END OF DISPLAY - ZEROED LINES NOT DISPLAYED | +--------------------------------------------------------------------------------+
Related Information
See TPF Concepts and Structures for more information about fixed file records and pool records.