what is the difference between occurs and occurs depending
on? i dont think so there is the difference in
storage..then why we should use occurs depending on?
Answer Posted / ram g
hands off steve!..the answer is absolutely rite...
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
What is link edit in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
explain sorting techniques in cobol program?
What is the difference between comp and comp-3 usage?
What is static and dynamic call in cobol?
What is comp-1 and comp-2?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do you reference the fixed block file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?