Answer Posted / praveen b
Generally Keyword parameters having their value as '*' will
be referred as Backward reference, which means the value of
the Paramater depends on the previous lines of the JCL.
EX:
Sysout=* will refer the Msgclass value in the job card.
DSN=*.step1.DD1 Will copy the DSN value of step(step1)of DD
stmt DD1.
Similarly, we can refer back the following parameters.
1) Vol=ser
2) DCB
3) Disp
I hope this answered your question.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
What do you understand by jcl?
Is automatic restart possible in jcl? If yes, how?
What are steplib and joblib? What for they are used?
what are the statements that are not valid to be included in an include statement?
Explain how can return codes be tested before execution of a job step?
what is the difference between JES3 and JES2?
Explain the function of the dd dcb keyword?
how can the same proc be re-used and called by many jobs?
what is SOC4 error?
What do you understand by the terms: joblib and steplib?
What is multithreading in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are the difference between jcl and jes?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?