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
A table has two indexes defined. Which one will be used by the SEARCH?
What is inspect in cobol ?
how can i see junk values in dclgen or in hostvariable of comp ?
i need a small 3d program using inline and outline.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain the configuration section of a cobol program with examples of syntax.
how to refer the data field?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is amode(24)?
What is rmode(any) ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Write a program that uses move corresponding.
What guidelines should be followed to write a structured cobol prgm?