How to empty the records in jcl
Answer / biprajit
To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename
| Is This Answer Correct ? | 0 Yes | 0 No |
how to see the latest generation in gdg?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
How do you override a parameter in Positional parameters?
What happens if both JOBLIB & STEPLIB is specified ?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
Explain the function of a dd statement?
Can I send output of job to my remote device careerride123?
What is the purpose of dd dummy statement?
what are the statements that are not valid to be included in an include statement?
Can you code instream data in a PROC ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
What is the error code SOC01 indicate ?