LIST command


You can use the LIST command to list the characteristics of an IAM file. The format of the report is almost identical to the report on IAMPRINT from a LISTCAT ALL. The LISTCAT ALL provides more information than the IAMRECVR LIST command, so we recommend to use LISTCAT instead of IAMRECVR LIST command.


    LIST     [FROMDDNAME=  ddname ]

The following table describes the LIST command operands.

Operand

Description

FROMDDNAME=

Defines the DDNAME of the IAM file that is to be listed.

The default is DISKIN.

The following example displays the JCL for LIST Command (EX4507A):

//LISTIAMF EXEC PGM=IAMRECVR,REGION=1M
//SYSPRINT DD SYSOUT=*
//DISKIN DD DISP=SHR,DSN=my.iam.file
//SYSIN DD *
  LIST


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Storage IAM 11.1