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


Please Help Members By Posting Answers For Below Questions

What is redefines clause in COBOL?

851


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

678


What guidelines should be followed to write a structured cobol prgm?

673


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

634






I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1808


how to access the file from prodution from changeman tool and to submit a file to production

6686


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10633


HOw can I get the negative sign while deduct high value from low value

1793


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


How many sections are there in data division in COBOL?

680


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1908


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1000