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 anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) How do u handle errors in BMS macro?
What is the difference between external and global variables in COBOL?
how do you reference the fixed unblock file formats from cobol programs
What is cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Whats the difference between search & search ALL?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Explain the configuration section of a cobol program with examples of syntax.
Which division and paragraphs are mandatory for a COBOL program?
How to remove 2 duplicate records and copy only one using job control language?
IF I mention stop run in CICS what happens?
What is the difference between Global and External Variables?