how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1402a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2603what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1223a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
IBM,
1087
In sms datasets, what is the function of the dd mgmtclas keyword?
What is Cataloged Procedures?
Explain how can a jobs execution priority be modified?
What is the purpose of dd?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How dummy is used in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the function of the steplib dd statement?
Is there any command to check wether the ps file is in sorted order?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is JCL?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How jcl is used for testing batch programs?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?