How to specify parameters for your program
To pass parameters to your program, include them in the PARM= option on the EXEC ASMIDF statement.
// EXEC ASMIDF,PARM='phasename (LU luname idf-options/phase-parameters'
where:
- phasename
- Is the name of the phase to be debugged
- luname
- Is the VTAM® LU name of the terminal you use to debug this phase
- idf-options
- Are options to be passed to IDF
- phase-parameters
- Are parameters to be passed to your phase