How to read and write a single record into a file.
I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL.
Thank you
No Answer is Posted For this Question
Be the First to Post Answer
Max. No of DD statements 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
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
hi friends........if u know syntax of IEBEDIT IN JCL
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
How does jcl specify the job to the operating system?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is the difference between joblib and jcllib statements
how can i use the parameters decalred in main pgm in sub pgm
Describe the various parameters utilized in the creation of a gdg?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?