List one or more object records of a specified object type from the target CICS region control file.
LIST commands >>-LIST APPGROUP(groupname)------------------------------------><
>>-LIST APPLIST(listname)--------------------------------------><
>>-LIST FILE(filename)-----------------------------------------><
>>-LIST PROGRAM(progname)--------------------------------------><
>>-LIST REGION(applid)-----------------------------------------><
>>-LIST TDQUEUE(tdqid)-----------------------------------------><
>>-LIST TRANSID(transid)---------------------------------------><
You can use the LIST command to list any, or all, object records of a specified resource type from a target CICS region control file. You can use the generic asterisk (*) character to list more than one object record of the specified resource type or, if you use the generic character on its own, list all the object records of the specified type. For example:
LIST REGION(*) to list the CICS region properties from its control file
LIST FILE(*) to list all file object reecords from the control file.
LIST APPGROUP(TEST*) to list all application groups beginning with the string TEST
LIST TDQUEUE(TDQ1) to list the TD queue named TDQ1.
The results of the LIST command are written to CBKPRINT.
For an explanation of the various field names and data returned by the LIST command, see the corresponding parameters on the ADD and UPDATE commands.