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
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
what is jcl approach for programming?
Have you used comp and comp-3 in your project? And how?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
What is the difference between static call & Dynamic call?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
In COBOL programming, what is PERFORM? What is VARYING?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
What is perform what is varying?