What is Backward Referencing ?

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


Please Help Members By Posting Answers For Below Questions

how can the same proc be re-used and called by many jobs?

1033


What is the function of the steplib dd statement?

824


Explain about LMFREE�free data set from its association with data ID

1116


Why include statement is used in a jcl?

786


What is the use of disp parameter?

727






List the various advantages of using jcl language?

958


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1816


List in order the hierarchical levels of jcl?

756


Describe the various parameters utilized in the creation of a gdg?

777


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

803


In job processing, what happens in conversion stage?

846


Name the statement which can be used to send data to another mvs jes3 node?

697


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' ?

1663


How do you overcome this limitation ?

786


Explain dd statement in jcl?

738