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
How you can characterize tables in cobol?
Write the code to count the sum of n natural numbers.
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
Which is not true about evaluate statement
What is the difference between perform … with test after and perform … with test before?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
When is inspect verb is used in cobol?
What are the access modes of START statement?
What are the cobol coding sheets?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
) How do u handle errors in BMS macro?
How do you get the data to code the BMS macro?
Write a program to enter and display the names of students in a class using the occurs clause.
Name the divisions, which are available in a cobol program?