Can anyone please give the example of Inline Perform.

Answer Posted / abhishek vashishta

PERFORM UNTIL WS-EXIT = 'Y'
DISPLAY 'ENTER UR NAME '
ACCEPT WS-NAME
DISPLAY 'WANT TO EXIT'
ACCEPT WS-EXIT
END-PERFORM.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(24)?

680


Mention the guidelines to write a structured cobol program?

616


Describe the cobol database components?

677


i want a program using by if, evaluate , string, unstring, perform, occurs?

4046


How can you get the ksds file records into your cobol program?

639






INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

417


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

655


how to refer the data field?

1802


In which area will you utilize 88 level items in cobol?

716


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

708


What is the difference between Call and a Link?

694


Write a program that uses move corresponding.

668


Difference between array and sub-script ?

1159


What are the cobol coding sheets?

660


For rewrite, why is it mandatory that file needs to be opened?

620