HLASM Toolkit Feature Debug Reference Summary
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


IDF basics

HLASM Toolkit Feature Debug Reference Summary
GC26-8712-06

On CMS and TSO you can activate IDF with the following command:
 ASMIDF module_name (idf_options/Module_parameters
On z/OS®, you can activate IDF:
  • In TSO batch, with the following command supplied on the DD card SYSTSIN:
    ASMIDF module_name ( LU vtam_luid idf_options/module_parameters
  • In batch, with the following JCL:
    //stepname EXEC PGM=ASMIDFB,
    //         PARM='module_name ( NOSVC97 LU vtam_luid idf_options /
    //             module_parameters'
On z/VSE® you can activate IDF with the following JCL:
 // EXEC ASMIDF,PARM='module_name (idf_options/module_parameters'
Where:
module_name
The name of the module to be debugged.
idf_options
Options directed to ASMIDF.
module_parameters
The parameters directed to the module to be debugged.
Some command examples are:
 ASMIDF module_name (COLORS RWGY / in out (abcd
 ASMIDF module_name (PATH / in out (abcd

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014