Answer Posted / biprajit
To empty a file in JCL you can use IEBGENER;
Sysut1 dd dummy
Sysut2 dd dsn=filename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between addressing mode and run mode.
Explain in DD statement what is the use of DCB parameter?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is the use of 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?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How can values be passed from the job stream to an executable program?
What dd statement is used to supply the name of a dataset?
What is the use of disp parameter?
What is the format of comment statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain the purpose of dd dummy statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?