Answer Posted / kanika
Switches
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write the code implementing the perform … varying.
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 a report item?
Which mode is used to operate the sequential file?
Explain how you can characterize tables in cobol?
) what is the difference between AID and HANDLE AID?
What is the difference between external and global variables in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
What is Pic 9v99 Indicates in COBOL?
Define cobol?
In COBOL programming, what is PERFORM? What is VARYING?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
For rewrite, why is it mandatory that file needs to be opened?
what is amode(24), amode(31), rmode(24) and rmode(any)?