How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / guest
// DSN=...
| Is This Answer Correct ? | 12 Yes | 41 No |
Post New Answer View All Answers
How to run cobol program using jcl?
Where can program checkpoints be stored for use in a restart?
Is automatic restart possible in jcl? If yes, how?
What is the use of disp parameter?
What is use of restart and how to use it?
What is multithreading in jcl?
what is DSN parameter and DISP parameter is used for?
How to override loadlib?
How dummy is used 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?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the purpose of dd?
how to do automated restart when a job abends?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How can a stopped job be started again?