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
what is difference between cobol and cobol/400
What is the difference between PIC 9.99 and 9v99 in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you define single dimensional array and multidimensional array in your cobol?
What is Pic 9v99 Indicates in COBOL?
What is perform what is varying?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Name the sections present in data division.
What are the various section in data division and briefly explain them.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What rules are to be followed while using the corresponding options?
) How do u handle errors in BMS macro?