What is the function of a dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of restart and how to use it?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
Explain how can values be passed from the job stream to an executable program?
What is the motivation behind coding class parameter in job statement?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Can you execute a PROC from another PROC?
What is COND=EVEN ?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
What is condition checking in jcl? Is this possible?
wht is step lib n job lib ? where can we code joblib n steplib ?
How to find out the number of records in a file using JCL