How do define Dymanic array in cobol how do u define single
demensional arry and multidymensional arry in ur cobol.
Answer Posted / mr.perfect
dynamic array is used to accept the value based on the
random value
dynamic array-
01 yy grp.
05 month pic x(4) occurs 10 times depending upon IDX
IDX is variable name
01 idx pic x(1).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the utilization of copybook in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is amode(24)?
Write a program to enter and display the names of students in a class using the occurs clause.
Write some characteristics of cobol as means of business language.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
When is inspect verb is used in cobol?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is a scope terminator give example?