Can anyone please give the example of Inline Perform.

Answer Posted / bijay krishna mohapatra

perform varyiung i from 1 by 1 under i>5
display i
add 1 to i
end perform
display 'bijay'
stop run.
***********rules********:
1.in line should be terminated into scope delimiter(end-if)
2.we cant apply the after opt.
3.nesting can be done hr.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define cobol?

1073


What are the rules of the move verb?

945


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

863


What kind of error is trapped by on size error option?

957


Have you used comp and comp-3 in your project? And how?

2205


What is length is cobol?

862


how do you reference the printer file formats from cobol programs

894


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2139


how do you reference the ksds vsam file formats from cobol programs

874


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1883


Write a program to explain size error.

884


what is the difference between COBOL2 AND COBOL390?

2721


Which division and paragraphs are mandatory for a COBOL program?

921


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

7298


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1063