How is a dataset passed from one step to another?

Answer Posted / neha

disp=pass can only be used if its a temp dataset.if u want
to pass a normal dataset u can use referback
its syntax is
dsname=*.stepname.ddname

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I send output of job to my remote device careerride123?

672


Where & How Do You Code Identifier In Jcl?

700


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

858


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

1672


How to execute 2nd and 4th steps among 5 steps in jcl proc?

752






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

753


What are steplib and joblib?

725


which utility is used to run a cobol-db2 program?

811


What happens if both JOBLIB & STEPLIB is specified ?

618


What is condition checking in jcl? Is this possible?

628


How can the submitting users racf authority be overridden in a job stream?

758


Explain how can values be passed from the job stream to an executable program?

634


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?

795


How does jcl act on a cobol code?

659


what is use of dsn parameter in dd statement?

675