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
What are the various section in data division and briefly explain them.
Write a cobol program making use of the redefine clause.
How are the next sentence and continue different from each other?
How do we get current date from system with century in COBOL?
Explain how you can characterize tables in cobol?
What is the difference between goback, stop run and exit program in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Why would you use find and get rather than to obtain?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is comp-1 and comp-2?
How arrays can be defined in COBOL?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Can a Search can be done on a table with or without Index?