how do you access an uncataloged dataset in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about CBL/PROCESS statement syntax
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?
Name a few IBM utility programs, and explain its function.
What are the parameter we cannot use in procedure?
Can you give the sort card to arrange the specific column in the version of GDG.
How to skip first step of a job? Can we use COND on the first step?
How to find the length of variable length copybook using fileaid ??
Is it possible to left uncode disp?
what does mvs stand for?
How do you restart a PROC from a particular step?
Can you code instream data in a PROC ?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?