consider the following two statements
MOVE 10 TO N
PERFORM PARA-X N TIMES
STOP RUN
PARA-X
MOVE 5 TO N
how many times PARA-X willbe exicuted?
a.10
b.5
c.infinate
d.execution error

Answer Posted / rams

I tried this code. It executed 11 times...

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


How do get the result of your program directly on your pc?

1874


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

810


What is redefines clause in COBOL?

842


What is the difference between comp and comp-3 usage?

670






input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1773


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

709


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

704


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

1583


How do you reference the following file formats from cobol programs?

691


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

696


How you can read the file from bottom?

654


What is the difference between goback, stop run and exit program in cobol?

915


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

813


Write a cobol program making use of the redefine clause.

723