Answer Posted / jana.gadi
we can use in-line perform in the case if the body of the
perform will not be used in any other place of the program
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
what is difference between cobol and cobol/400
What is redefines clause in COBOL?
What is the difference between Global and External Variables?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain about different table spaces.
Name the divisions, which are available in a cobol program?
What rules are followed by the search verb.
What is report-item in COBOL?
How do define dynamic array in cobol.
What are literals?
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?
What is cobol?
What the difference is between continue and next sentence?
What are the access modes of START statement?