How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of 'Eject' verb in cobol?
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
describe 805 error
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
wht do u mean by (*,intrdr) wht is * used for ?
What is tne need to use sub programs in Cobol?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
How can we pass data from cobol to JCl?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?