can anyone explain me the concept of COMP-4 PLEASE??
Answer Posted / kannan
its similar to comp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to remove 2 duplicate records and copy only one using job control language?
How do you get the data to code the BMS macro?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Whats the difference between search & search ALL?
Write the code to count the sum of n natural numbers.
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 do define dynamic array in cobol.
how to refer the data field?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write a program to enter and display the names of students in a class using the occurs clause.
What is a report item?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How can you get the ksds file records into your cobol program?
How do u write test cases?