perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / satya
In this PERFORM loop, I is subscript. Minimum value for the
subscript is 1. As the subscript starting value is zero in
this loop, the program will not compile successfully. It
will show compilation error.
| Is This Answer Correct ? | 3 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 do you understand by psb and acb?
Are you comfortable in cobol or jcl?
What are the cobol coding sheets?
Difference between cobol and cobol-ii?
Can you please let me know the centre name of INS certification in Kolkata.
State the various causes of s0c1, s0c5 and s0c7.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write the code implementing the perform … varying.
How many sections are there in data division in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the pertinent COBOL
) How do u handle errors in BMS macro?
Mention the guidelines to write a structured cobol program?