Previous Topic: StatisticsNext Topic: Batch JCL Statements


@I$CALL ADPOBJPrinting an Object Module

The following command prints the contents of a VLS object module, formatted or unformatted, in batch.

This command has the following format:

@I$CALL ADPOBJ entity-type entity-name VER nnn [DUMP  ]
                                               [DELETE]
                                               [HDR   ]
entity‑type

Valid entity types are as follows:

Note: This command recognizes only these spellings.

entity‑name

Specifies the name of the entity occurrence.

VER nnn

Version number of the entity occurrence. PROD is only a valid version for PGM and SYM. You must specify the actual version number for all other entity types.

DUMP

Prints an unformatted hex dump of the object module. The default is a formatted dump.

DELETE

Deletes the incremental VLS object module created by data entity compiler for entity types DVW, PNL, PAR, and WOR.

HDR

Prints only the formatted object module heading.

This command generates output in a manner similar to the DIAL trace. That is, it writes to a separate output file in batch or to the VPE trace file online.