When would you use in-line perform?
Answers were Sorted based on User's Feedback
Answer / jana.gadi
we can use in-line perform in the case if the body of the
perform will not be used in any other place of the program
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lenin
If you want the code to be executed only once, use inline
perform. SO the codes should be enclosed by perform and End-
Perform.
| Is This Answer Correct ? | 1 Yes | 2 No |
1.What is the limit of linkage section?
COMP-3 field occupy ?
How To move a value to an array using move verb?
using redefine can you redefine lower variable size to higher variable size?
How do you come out of an EVALUATE statement?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
whats the disadvantage of search all over search?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How do u initialize an array?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)