Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Examples

Requesting subschema information

The following SUBSCHEMA statement directs IDMSLOOK to return a report on the subschema load module EMPSS01. The report will include information on the logical and physical attributes of the EMPSS01 subschema when it is bound to database name EMPDEMO.

bind subschema=empss01,dbname=empdemo

Requesting DMCL information

The following statement directs IDMSLOOK to report all information on a DMCL (page range, size, file mappings, and so on, as well as date and time history) and to sort the information by area name.

dmcl all sorted

Requesting a hexadecimal dump

The following PROGRAM statement directs IDMSLOOK to return a hexadecimal dump of the load module RTPRG001, along with the date/time stamps of the object modules included in RTPRG001.

program=rtpgr001