What are the parameter we cannot use in procedure?



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

Post New Answer

More JCL Interview Questions

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.

1 Answers   IBM,


How dummy is used in jcl?

1 Answers  


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?

1 Answers   IBM,


What are the differences between JES2 & JES3 ?

4 Answers  


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.

2 Answers   UHG,


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


How can a job send a status message to a tso user at the completion of a job?

1 Answers  


We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?

9 Answers   CSC, IBM,


If job is submitted with typerun = hold then how can we submit the same job?

3 Answers   Wipro,


Hi, can any one tell about " How do u eliminate the duplicates "

2 Answers   Cap Gemini,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


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

1 Answers  


Categories