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 |
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
What divisions, sections and paragraphs are mandatory for a COBOL program?
How to define a array dynamically.....
what is level 66 means??
can we use the two 01 level in file discription ?
How you can delete a record from a ps file in cobol?
subscript and index r not coded in u r application program what will happen?
what is sync clause?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
Why there is no questions in this column?