Answer Posted / debjyoti mishra
it will execute even if previous step end normally or abnormally
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
what is DSN parameter and DISP parameter is used for?
how you will the direct the data to spool using sysout option?
what are the statements that are not valid to be included in an include statement?
Name a few IBM utility programs, and explain its function.
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?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain how can return codes be tested before execution of a job step?
What are steplib and joblib? What for they are used?
Why block size is multiple of lrecl in jcl?
How to override loadlib?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Is there any command to check wether the ps file is in sorted order?
Is it possible to define dd statements as you want?