77 I pic 99 value 5
Perorm para-A I times.
Para -A.
move 10 to I.
How many times the para-A will be executed.?
Answer Posted / kiran
5 times
why bcoze once para-A I times executed,initially the value
of i=5;
5 time para -A executed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What rules are followed by the search verb.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is difference between static and dynamic call in cobol?
What is the difference between external and global variables in COBOL?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Whats the difference between search & search ALL?
How do get the result of your program directly on your pc?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the compute verb? How is it used?
what is difference between cobol and cobol/400
What are literals?
Write the code to count the sum of n natural numbers.
What are the pertinent 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?