what are the limitations of Inline Perform?
Answer Posted / anbarasu
Inline perform needs to be ended with end-perform everytime.
We need to hard code the statements that we need to perform
with a inline perform statement.
In line PERFORMs work as long as there are no internal GO
TOs, not even to an exit.
The in line PERFORM for readability should not exceed a
page length - often it will reference other PERFORM
paragraphs.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do you reference the following file formats from cobol programs?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between Call and a Link?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the pertinent COBOL commands?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Why did you choose to work with ibm mainframe cobol programming?
what is amode(24), amode(31), rmode(24) and rmode(any)?
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?
State the various causes of s0c1, s0c5 and s0c7.
How many bytes S(8) comp field occupy and its maximum value?
In COBOL, what is the different between index and subscript?