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 |
is it possible to rename 01 level?
can we use full outer join with cursors declared in cobol program?
What is SDSF?
Write a program to enter and display the names of students in a class using the occurs clause.
How do we get current date from system with century?
What is redefines clause in COBOL?
COMP field occupy ?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What is the difference between a DYNAMIC and STATIC call in COBOL?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
what are the steps to sort in a cobol program?