What is Backward Referencing ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1903


Is acct parameter mandatory?

843


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

946


what is JCL?

795


What is multithreading in jcl?

1037






What parameter of the job statement is used to limit the cpu time consumed by the job?

933


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

706


what is the resolution for sb37 error

7994


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

1862


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1764


How do you create a temporary dataset?

755


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2327


How do you access an uncatalogued dataset in a jcl?

817


How to pass the parameter in parm using linkage section ? (syntax)?

747


Name a few IBM utility programs, and explain its function.

4538