HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Running IDF via TSO batch job

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Read syntax diagramSkip visual syntax diagram
>>-ASMIDF--module-name--(--LU--vtam_luid------------------------>

>--+---------------------------------------------------------+-><
   | .---------------------------.                           |   
   | V                           |                           |   
   '---+-idf-option------------+-+--+----------------------+-'   
       '-*profile-macro-option-'    '-⁄--module-parameters-'     

module-name
The name of the module to be debugged.
vtam_luid
The VTAM logical unit name of the terminal to be used by IDF.
idf-option
An option directed to IDF.

See IDF options at invocation for details on the options.

The LUNAME option is required.

*profile-macro-option
An option that begins with an asterisk (*) is not examined by IDF. Instead, it is made available for processing by the PROFILE macro. Retrieve these options by issuing the EXTRACT PLIST command within the macro and parsing the result.
module-parameters
Parameters directed to the module that is to be debugged.

Example JCL

Note: This example assumes the HLASM Toolkit target library (SASMMOD2) is in the linklist.
//jobname JOB <job parameters>
//IDFT     EXEC PGM=IKJEFT01,DYNAMNBR=100,REGION=0M
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 TSOLIB ACT  DSN( '<myid>.LOAD' )
 ALLOCATE DD(ASMLANGX) DSN( '<myid>.ASMLANGX' ) SHR REUSE
 ALLOCATE DD(ASM)      DSN( '<myid>.ASM'      ) SHR REUSE
 TSOEXEC ASMIDF MYPROG ( LU MYterm / module-parameters
 TSOLIB DEACT
 FREE FI(ASM ASMLANGX)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014