What is the format of comment statement?
No Answer is Posted For this Question
Be the First to Post Answer
How many instream we can write in single jcl?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How to pass the temp dataset form one JOB step to another?
write a jcl to execute a job by 7:00 am on jan 20,1986?
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?
wht is the d/f between positional parameter n keyword parameter ?
What parameters can be used to limit the number of records written to a sysout dataset?
is there any utility for restarting a particular step in jcl reply soon ?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
shall we concordinate two different length dataset in to a new date set.
Is it possible to code instream data in a PROC?
How can an in-stream dataset be terminated?