perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / vineet
your syntax is wrong
varun is right here and it will execute 5 times.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Name the sections present in data division.
What are the access modes of START statement?
What is link edit in cobol?
What is the difference between comp and comp-3?
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
How do we get current date from system with century in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is rmode(24)
how do you reference the rrds file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Have you used comp and comp-3 in your project? And how?