how to edit a tape dataset ? asked in wipro
Answer / saif
Copy the tape dataset to an ordinary PS file using Sort and
then Read it either directly through 3.4 or through File-Aid
| Is This Answer Correct ? | 4 Yes | 0 No |
Why include statement is used in a jcl?
What does the one advantange of using IEBUPDTE?????
what are the statements that are not valid to be included in an include statement?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Are there any set of rules for the names of the steps used in a job? What are they?
What is Backward Referencing ?
Are there any set of rules for the names of the steps used in a job?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
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.
Explain the function of a dd statement?
What is model dataset label(Model DSCB)?
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.