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
Write the code to count the sum of n natural numbers.
What is the difference between next sentence and continue in cobol programing language?
What the difference is between continue and next sentence?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Write a program that uses move corresponding.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Describe the cobol database components?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the problem of ordered sequential files access?
What are the access modes of START statement?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do we get current date from system with century in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly