perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / amit tomer
Infinite Times
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
How many sections are there in data division in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between goback, stop run and exit program in cobol?
What is comp-1 and comp-2?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Which is not true about evaluate statement
How can you get the ksds file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Define static linking and dynamic linking.
How you can read the file from bottom?
What are the different open modes available in cobol?
What is length is cobol?
What are literals?