Answer Posted / rihaan
77 Level number is an Independent DATA ITEM . It can't be
associated with any other level numbers. It has to be
independent in the declaration.
Please correct me if am wrong
| Is This Answer Correct ? | 68 Yes | 3 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
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is link edit in cobol?
Write a program that uses move corresponding.
Can a Search can be done on a table with or without Index?
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 ......
HOw can I get the negative sign while deduct high value from low value
What is the difference between comp and comp-3 usage?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what is difference between cobol and cobol/400
What is the usage of comp fields in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?