Answer Posted / ashl
Use the return-code variable and set to the desird value
move 16 to return-code
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to know whether the module is dynamical or statistical?
How to remove 2 duplicate records and copy only one using job control language?
What is difference between static and dynamic call in cobol?
When is inspect verb is used in cobol?
Name the sections present in data division.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the LINKAGE SECTION used in COBOL?
What is cobol?
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?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How you can characterize tables in cobol?