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 |
can we use reference modification an arry.
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
can we write paragraph in area B .....
can you declare redefine in level 01?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
what is ASRA, AEY9?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
1.Can we define condition-name conditions in FD entry.
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
What is an in line PERFORM? When would you use it? Anything else to say about it?
How to read a record from bottom of a file which is indexed by 'A'.