Can anyone please give the example of Inline Perform.
Answer Posted / shanuss
PERFORM UNTIL I = 10
MOVE RATE(I) TO SPLIT-TOT(1)
ADD 1 TO I
END-PERFORM.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the various section in data division and briefly explain them.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are literals?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the rrds file formats from cobol programs
Give some examples of command terminators?
What are the rules of the move verb?
What are all the divisions of a COBOL program?
What is redefines clause in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what happens if parmparameter passes zero bytes to the program
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between perform … with test after and perform … with test before?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?