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 change default PROCLIB?
what is the function of spool command?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
Explain how can an in-stream dataset be terminated?
Explain about LMQUERY�give a dialog information about a data set
Explain the function of the dd dcb keyword?
what is full form of AIX
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?