how the control comes back from subprogram to mainprogram
Answer Posted / mohan
use go back
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What is the difference between PIC 9.99 and PIC9v99?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Why did you choose to work with ibm mainframe cobol programming?
What are literals?
What rules are to be followed while using the corresponding options?
Name the sections present in data division.
Discuss about changing dataset name in proc.
Mention the guidelines to write a structured cobol program?
Difference between cobol and cobol-ii?
IF I mention stop run in CICS what happens?
what is the use of outrecord?
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?
Explain the configuration section of a cobol program with examples of syntax.