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
how to compare two datasets without using superce because output is limited to 133 bytes
what is the difference between JES3 and JES2?
How can a fb file convert to vb file using sort program?
What are the utility programs in jcl?
Name the statement which can be used to send data to another mvs jes3 node?
what is use of disp parameter in dd statement?
How do you submit a job for execution?
What happens if both JOBLIB & STEPLIB is specified ?
Explain about LMFREE�free data set from its association with data ID
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is a jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How do you create a temporary dataset?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?