What is an in line PERFORM? When would you use it? Anything
else to say about it?
Answer Posted / ravikumar
Inline perform executes set of statments without going to
any paragraph written seperately.Depending on
scenario.....for example,when you are using the internal
table of small size..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
Write down the divisions of cobol program?
Which mode is used to operate the sequential file?
What are various search techniques in cobol? Explain.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the rrds file formats from cobol programs
In COBOL, what is the different between index and subscript?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between Global and External Variables?
Write a program to explain size error.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
When is inspect verb is used in cobol?
) how do u code after getting data?
What is the difference between PIC 9.99 and 9v99 in COBOL?