01 MOVE 10 TO N
05 PERFOM PARA1 TIMES
STOP RUN
WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE
THER BECAUSE NO OF TIMES IS NOT GIVEN??



01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR ..

Answer / jayaprabhu

syntax error occurs becoz times values we need to give

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More COBOL Interview Questions

I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

0 Answers  


Define static linking and dynamic linking.

0 Answers  


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


How to display the index.(displacement from an array)

4 Answers   IBM,


How you can delete a record from a ps file in cobol?

1 Answers  






How to recover a deleted source physical file from library?

1 Answers   HCL,


Can we change the password using ALTER? anyone tried and changed?

0 Answers   IBM,


whats the disadvantage of search all over search?

4 Answers   Patni, TCS,


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,


There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?

2 Answers  


What do you feel makes a good program?

2 Answers  


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


Categories