What is Cataloged Procedures?
No Answer is Posted For this Question
Be the First to Post Answer
wht is sysudump n sysout,sysprint ?
How jcl work to handle various input output file operations?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is the use of IEBGENER ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What statement marks the end of an in-stream or catalogued procedure?
How do you create a temporary dataset? Where will you use them?
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.
how to run JCL thru COBOL.
What is STEPLIB, JOBLIB? What is it used for?