What will happen if we write two STOP RUN's in a COBOL
program?
Answer Posted / guest
end of the execution
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
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?
Suppose I have five jobs to do. But I want to hold one?
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 is the compile process of cobol program expalin with code
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are hierarchy levels in jcl?
What do you understand by jcl?
Define concatenating?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how can you check if a file is empty using jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?