How to convert bunch of words in a line to relvant ASCII
values?
Answer Posted / swapna
code translate=all is the answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you understand by psb and acb?
What are all the divisions of a COBOL program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
) how do u code after getting data?
What are declaratives and what are their uses in cobol?
In COBOL, what is the different between index and subscript?
How arrays can be defined in COBOL?
What is the problem of ordered sequential files access?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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 the difference between structured cobol programming and object alternativelyiented cobol?
how do you define single dimensional array and multidimensional array in your cobol?
what is the difference between COBOL2 AND COBOL390?
how to convert the recors form vsam file to db2 table tru file aid
Difference between cobol and cobol-ii?