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


Please Help Members By Posting Answers For Below Questions

how to do automated restart when a job abends?

958


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

885


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

945


Suppose I have five jobs to do. But I want to hold one?

749


Explain the function of job statement in jcl?

733






How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

769


Mention the types of job control statements?

791


What is the function of dd name parameter with a 2 part structure; audit.report?

794


Explain how can the attributes of one sms dataset be copied to another dataset?

822


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

1115


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?

888


when can a job time-out occur? How to overcome that?

842


What are the parameters that are used in creating a gdg?

826


When space is allocated for an output dataset, what units can be used?

855


which utility is used a dummy utility?

926