what are the limitations of Inline Perform?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
Inline Perform can not not be used more than once and has
to be coded twice if need be . This makes program lengthy
and repitative .
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / anna
Inline Perform is very usfull in online pgms. performs the
fanction next to perform stmt. Saves the time, wich is a
major factor of CICS.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Static and Dynamic linking ?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
What are options have been removed in COBOL 11?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
Have you used comp and comp-3 in your project? And how?
how we separate the cobol cics statements from cobol&cics programming?
can we use COPY statement in w-s section? how?
why 02 level number can't be use as a separate level number like 01 or 77 ?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
what are decleratives in cobol?
file status 00 is checked after opening the file or reading the file