How do you set a return code to the JCL from a COBOL
program?
Answer Posted / bodasureshreddy
you have to passes the returncode from cobol to jcl
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Write down the divisions of cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you define single dimensional array and multidimensional array in your cobol?
What do you understand by psb and acb?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between Global and External Variables?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?