How do you do in-line PERFORM?

Answers were Sorted based on User's Feedback



How do you do in-line PERFORM?..

Answer / mahathiaz

PERFORM ... <UNTIL> ...
<sentences>
END-PERFORM

Is This Answer Correct ?    7 Yes 0 No

How do you do in-line PERFORM?..

Answer / saravanan

IN inline perform the procedure name is omited.an inline
perform must be delimited by the end peform statement

Is This Answer Correct ?    4 Yes 0 No

How do you do in-line PERFORM?..

Answer / ravikiran

in inline perform the statements with in the loop does n't
contain a period '.'
inline perform does not contain any para.

perform until i > 4
display a
accept b
end-perfom.

Is This Answer Correct ?    2 Yes 0 No

How do you do in-line PERFORM?..

Answer / manvitha

In-line perform is used to perform the repetitive tasks within a paragraph or section itself.

Perform
statements
end-perform

perform until condition
statements
end-perform
perform WITH TEST before/after until condition
statement
end-perform

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is an in-line perform ?

4 Answers   Accenture,


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


example for sub strings ? and refernce modifications whit output pls

0 Answers   College School Exams Tests, IBM,


01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?

6 Answers   L&T,


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,






In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


What is length is cobol?

0 Answers  


What divisions, sections and paragraphs are mandatory for a COBOL program?

8 Answers   Arigo Infotech,


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


why do u need inspect verb?

3 Answers   Patni,


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


Where the Plan is located in CICS-DB2

2 Answers   IBM,


Categories