What are the parameter we cannot use in procedure?
Answer / Muneesh Chandra
In JCL, certain parameters cannot be used within a PROCEDURE statement. These include: nn 1. SYS1.PARMLIB n 2. SYS1.LINKLIB n 3. SYS1.SYSLIB
| Is This Answer Correct ? | 0 Yes | 0 No |
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How dummy is used in jcl?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What are the differences between JES2 & JES3 ?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
How can a job send a status message to a tso user at the completion of a job?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
If job is submitted with typerun = hold then how can we submit the same job?
Hi, can any one tell about " How do u eliminate the duplicates "
how to eliminate the duplicates in sorting
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you