How many times the loop runs here
01 a pic 9(2) value 10.
perform para1 a times
stop run.
para1:
move 20 to a.
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do you differentiate between cobol and cobol-ii?
What is report-item in COBOL?
How to know whether the module is dynamical or statistical?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Which is not true about evaluate statement
) How do u handle errors in BMS macro?
In COBOL programming, what is PERFORM? What is VARYING?
Write the code to count the sum of n natural numbers.
What are the cobol coding sheets?