Answer Posted / mdvasanth86
No Error.
Program completion closes the Cursor.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to override loadlib?
what is use of disp parameter in dd statement?
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
How to run cobol program using jcl?
What is the function of a dd statement?
Explain how can a stopped job be started again?
what happens in conversion stage in job processing?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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.
What are the parameters that are used in creating a gdg?
Is acct parameter mandatory?
what is the difference between JES3 and JES2?
Explain the function of the steplib dd statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of job statement in jcl?