Answer Posted / naga
ya its nothing but refer back(*)
For eg sysout=*, means its referback to the msgclass
parameter in job statement, where my output is routed.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can a stopped job be started again?
Explain about ISPF/TSO Commands
What is the maximum length of a single line of jcl?
Name what parameter directs the output of the job log dataset?
Does jcl support automatic restart?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Where can program checkpoints be stored for use in a restart?
how can you check if a file is empty using jcl?
which parameter is used to check the syntax of a jcl without executing it?
Explain how can the submitting users racf authority be overridden in a job stream?
how you will the direct the data to spool using sysout option?
What do you understand by the term notcat 2 – gs?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?