What is Backward Referencing ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the common jcl syntax errors you get? This is not abends?
how to compare two datasets without using superce because output is limited to 133 bytes
how to resolve sb37,sd37 se37 abends
How to empty the records in jcl
is there any way to execute more than one proc in the same exec statement at the same time..?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
What does the keyword DCB mean and what are some of the keywords associated with it?
Explain the hierarchy levels in jcl?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to execute 300 steps in a Job?
How to run cobol program using jcl?