Answer Posted / guest
Use a file //dd1 DD sysout=(*,intrdr)write your JCL to this
file. Pl some one try this out.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are steplib and joblib?
What is the motivation behind coding class parameter in job statement?
Is it possible to define dd statements as you want?
What are some jcl statements that are not allowed in procedures?
How dummy is used in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
Are there any set of rules for the names of the steps used in a job?
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?
How would you understand error(execution phase)?
What is one line to pass PARM from JCL to COBOL?