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
what JCL Procedures?
How jcl is used for testing batch programs?
what happens in conversion stage in job processing?
Must tape dataset definitions include vol=ser specifications?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is NOTCAT ?
Explain the function of //jcllib statement?
What is the format of comment statement?
How can return codes be tested before execution of a job step?
How to pass data to a program that is coded in an exec statement?
How to submit a jcl from cics?
Explain how can a stopped job be started again?
What are the 2 types of parameters in dd statement?
Can I share my data with other jobs? How?
a dd statement has 2 types of parameters. Name them?