Answer Posted / shibin shah k j
wen we need to access array we need to use these two...
index with pointer ...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the variable unblock file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the LINKAGE SECTION used in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What the difference is between continue and next sentence?
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 Pic 9v99 Indicates in COBOL?
What are the different open modes available in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the access modes of START statement?
how do you reference the fixed unblock file formats from cobol programs
) How do u handle errors in BMS macro