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 to submit jcl through a cobol program?
what are JCLLIB and STEPLIB in JCL?
In job processing, what happens in conversion stage?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how you can access an uncataloged dataset in a JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the difference between run mode and addressing mode?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the purpose of dd * statement in jcl?
For what purpose steplib and joblib are used ?
Is it possible to define dd statements as you want?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY