What is Cataloged Procedures?
No Answer is Posted For this Question
Be the First to Post Answer
How to print data of sequential file to Spool..?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
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.
Can we call instream to catalog and catalog to instream?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
List the various advantages of using jcl language?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how can u understand ps and pds from their names ?
what is XSUM in some fields= none, xsum ??
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Which dd parameters are required?