Answer Posted / dees
235
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what is the use of outrecord?
What are all the divisions of a COBOL program?
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 ......
Can we change the password using ALTER? anyone tried and changed?
How you can characterize tables in cobol?
How to remove 2 duplicate records and copy only one using job control language?
Write down the divisions of cobol program?
What are the pertinent COBOL
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the ksds vsam file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how to move the records from file to array table. give with code example
What is the use of intialize verb?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Can we redefine the field of x(200) to less than 200?