wht is the difference between goto and perform stmts
Answer Posted / jinna
Goto is unconditionally transferring the control elsewhere in the program but Perform is after execution the control return to statement
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
what are decleratives in 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?
What rules are followed by the search verb.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is link edit in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
how do you reference the esds vsam file formats from cobol programs
What is an in line perform? When would you use it? Anything else you wish to say about it.
Have you used comp and comp-3 in your project? And how?
Difference between cobol and cobol-ii?
Discuss about changing dataset name in proc.
Can we redefine the field of x(200) to less than 200?
How do define dynamic array in cobol.
Define cobol?