How to pass the temp dataset form one JOB step to another?
Answer Posted / devang
By coding DISP=(,PASS,) on DD statement the dataset is
passed to the next step.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how to run batch program without jcl?
a dd statement has 2 types of parameters. Name them?
List the different jcl statements that are not permitted in the procedures?
How can the submitting users racf authority be overridden in a job stream?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is multithreading in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What dd statement is used to supply the name of a dataset?
How can a fb file convert to vb file using sort program?
Name a few IBM utility programs, and explain its function.
Is acct parameter mandatory?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?