What is the function of dd disp parameter?
No Answer is Posted For this Question
Be the First to Post Answer
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain about ISPFTTRC
How do you override a parameter in Positional parameters?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What parameter directs the output of the job log dataset?
is step name is compulsory in jcl ?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How gdg are concatenated?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
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.