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 |
How do you send the output of a COBOL program to a member of a PDS?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
How do you submit JCL via a Cobol program?
Explain about RECORDING MODE Clause
what is the compile process of cobol program expalin with code
wht do u mean by inrec and outrec ?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
Explain how can a stopped job be started again?
Explain about CBL/PROCESS statement syntax
What is the exact difference between PRTY and DPRTY
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
What do you understand by the term job time – out and how can you overcome that?