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 / vineet pasricha

It will execute 10 times

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention the guidelines to write a structured cobol program?

616


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1929


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

892


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1113


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2657






Define static linking and dynamic linking.

660


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

709


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1767


How arrays can be defined in COBOL?

661


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

662


What is the problem of ordered sequential files access?

694


What are literals?

626


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What are all the divisions of a COBOL program?

660


Write some characteristics of cobol as means of business language.

615