What is jcl in mainframe?
No Answer is Posted For this Question
Be the First to Post Answer
How do you find which GDG is using which dataset?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
In DCB, what is LRECL,BLKSIZE,DSORG
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
How do you submit a JCL under CICS environment ?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
How to override loadlib?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
What is the function of //cntl statement?
Can we Execute a job without specifying Job Name in the Job Card?