Answer Posted / lu
EX : in step02 , your cobol program, u move 16 or something
else to return code...without define return code in
wss..and you test if return code = 16 in your step03
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
A dd statement consists of 4 fields. Name them?
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 does jcl specify the job to the operating system?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How to override loadlib?
write a jcl to execute a job by 7:00 am on jan 20,1986?
how you can access an uncataloged dataset in a JCL?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How jcl is used for testing batch programs?
Suppose I have five jobs to do. But I want to hold one?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Why include statement is used in a jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?