What is Backward Referencing ?

Answer Posted / swathiii

It is nothing but Refer Back.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by the term job time – out and how can you overcome that?

614


List the different jcl statements that are not permitted in the procedures?

650


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

799


What is the difference between the positional and keyword parameters? Give examples.

726


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1762






Explain how can an in-stream dataset be terminated?

711


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

927


what is the purpose of coding class parameter in job statement?

737


is there any way to execute more than one proc in the same exec statement at the same time..?

2119


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

788


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

679


What is the significance of addrspc parameter in the exec statement?

628


What are the utility programs in jcl?

660


what is the difference between JES3 and JES2?

699


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

1592