How to pass the temp dataset form one JOB step to another?
Answer Posted / kumar
By coding DISP=PASS,Delete on dd statement,it passes the
dataset to
another dataset.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how to do automated restart when a job abends?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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
Suppose I have five jobs to do. But I want to hold one?
Explain the function of job statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Mention the types of job control statements?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain about LMFREE�free data set from its association with data ID
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
when can a job time-out occur? How to overcome that?
What are the parameters that are used in creating a gdg?
When space is allocated for an output dataset, what units can be used?
which utility is used a dummy utility?