What is Backward Referencing ?

Answers were Sorted based on User's Feedback



What is Backward Referencing ?..

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

What is Backward Referencing ?..

Answer / swathiii

It is nothing but Refer Back.

Is This Answer Correct ?    7 Yes 0 No

What is Backward Referencing ?..

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

Post New Answer

More JCL Interview Questions

How do You skip a Step In JCL?

9 Answers   HTC,


What is the function of //cntl statement?

0 Answers  


What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

9 Answers   Xansa,


what is “Cond= even” and “Cond=only”?

0 Answers  


If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  






i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


What does a disposition of (new,catlg,keep) for a dsn mean?

0 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


what is check pending option

1 Answers   Fujitsu,


Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA

3 Answers   VC, Wipro,


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


Is their any limit for data sets?

0 Answers  


Categories