The SHOWCSECT (and WTOSECT) IDL modify commands display, in either DAPRIDL or WTO output, respectively, IDL information about a specific CSECT or multiple CSECTs[*]. An asterisk (*) can be used as a mask character when specifying the parameter. The command syntax of the SHOWCSECT and WTOCSECT IDL modify commands is:
SHOWCSECT={<name>|<mask>}
WTOCSECT={<name>|<mask>}
Shown below is an example of the output of the SHOWCSECT command:
IDL FACILITY RECEIVED REQUEST(SHOWCSECT=IOAMR*)
MODULE   CSECT    OFFSET LENGTH DATE         TIME   RELEASE APAR   LNG
-------- -------- ------ ------ --------     -----  ------- ------ --- 
IOAMRO   IOAMRO   000000 001A92 02/17/04     14.24  6.2 BI2590 ASM
IDL REQUEST(SHOWCSECT=IOAMR*) PROCESSED SUCCESSFULLY, 01.80 sec CPU used; Items:0001/0918
Parent Topic |