What happens if both JOBLIB & STEPLIB is specified ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of job statement in jcl?
In sms datasets, what is the function of the dd avgrec keyword?
What do you know about jcl?
How jcl work to handle various input output file operations?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
What does a disposition of (NEW,CATLG,KEEP) mean?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
When we give TYPERUN = SCAN , what are the syntax errors we get?
For how long a job can be executed continuously in a mainframe ?
How to copy one PS file to multiple PS files with same data?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.