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
Which division and paragraphs are mandatory for a COBOL program?
explain sorting techniques in cobol program?
Explain the configuration section of a cobol program with examples of syntax.
What is a scope terminator give example?
Write some characteristics of cobol as means of business language.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how do you reference the rrds file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is comp-1 and comp-2?
Explain how you can characterize tables in cobol?
how do you reference the variable unblock file formats from cobol programs
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?