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??
Answer Posted / jayaprabhu
syntax error occurs becoz times values we need to give
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between perform … with test after and perform … with test before?
How to remove 2 duplicate records and copy only one using job control language?
Can we change the password using ALTER? anyone tried and changed?
how to move the records from file to array table. give with code example
What is the difference between next sentence and continue in cobol programing language?
What is the compute verb? How is it used?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between comp and comp-3 usage?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is report-item in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
explain sorting techniques in cobol program?
what is the use of outrecord?