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


Please Help Members By Posting Answers For Below Questions

A table has two indexes defined. Which one will be used by the SEARCH?

873


What is inspect in cobol ?

881


how can i see junk values in dclgen or in hostvariable of comp ?

2635


i need a small 3d program using inline and outline.

1748


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

897






Explain the configuration section of a cobol program with examples of syntax.

753


how to refer the data field?

1902


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1692


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

720


What is amode(24)?

770


What is rmode(any) ?

776


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

773


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

768


Write a program that uses move corresponding.

773


What guidelines should be followed to write a structured cobol prgm?

764