How do you override a parameter in Positional parameters?
Answer Posted / rajesh_m13
By providing Stepname.patameter name
i.e // exec procedurename,parameter.ddname with changed
parameters
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are the utility programs in jcl?
How can the attributes of one sms dataset be copied to another dataset?
what is use of dsn parameter in dd statement?
How to submit a jcl from cics?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is concatenating?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is the compile process of cobol program expalin with code
Explain how can a stopped job be started again?
What are the 2 types of parameters in dd statement?
Where can program checkpoints be stored for use in a restart?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one