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
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the access modes of START statement?
Difference between cobol and cobol-ii?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
what is the use of outrecord?
Discuss about changing dataset name in proc.
What is the use of intialize verb?
how do you reference the variable unblock file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program to explain size error.
What are the various section in data division and briefly explain them.