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??
syntax error occurs becoz times values we need to give
| Is This Answer Correct ? | 9 Yes | 0 No |
Have you used comp and comp-3 in your project? And how?
What are options have been removed in COBOL 11?
how to transfer the file from pc to mainframe??
What is the difference between a DYNAMIC and STATIC call in COBOL?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What is length is cobol?
What are the different forms of EVALUATE statement?
how to transfer the file from pc to mainframe??
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
what is index and how to use two tables using index?
Can the OCCURS clause be at the 01 level?