LIST displays a complete EBCDIC listing of the records in a named record member. However, LIST does not display more than 132 bytes per record.
►►─ LIST ─ memname ─┬───────────────────┬─────────────────────────────────────►◄ └─ ,n1 ─┬─────────┬─┘ ├─ ,n2 ───┤ └─ ,LAST ─┘
Specifies the LIST function.
Specifies the qualified name of the member to list. For instructions to format the member name, see HEX Function. To list all of the records in a member, specify:
LIST memname
Specifies either one record number or the first record number in a series of records. To list one record, specify:
LIST memname,n1
Specifies the final record number in a series of records. To list a series of records, specify:
LIST memname,n1,n2
Specifies the last record in the member. To list a series of records up to and including the last record in a member, specify:
LIST memname,n1,LAST
If any record you want to list contains more than 132 bytes, only the first 132 bytes display. Use the DUMP function for records that contain more than 132 bytes, for block data members, or for members that contain binary data.
Example
To list a program called LISTEX in system DEF in version 11, enter:
LIST DEFLISTEX/404040404040404040/011L
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|