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 / guest

10

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5375


Whats the difference between search & search ALL?

5260


what is the use of outrecord?

1768


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

704


what is search and searchall?what is the diffrence between them?give an best example?

5540






input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What is the difference between external and global variables in COBOL?

813


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

664


What is the difference between perform … with test after and perform … with test before?

879


) How do u handle errors in BMS macro

1505


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2093


What is the difference between PIC 9.99 and 9v99 in COBOL?

730


How to print 10 to 1 if the input have only 10 digit number?

811


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

747


Can we redefine the field of x(200) to less than 200?

814