How do you fetch current date in normal cobol pgm and in
cobol-db2 pgm?
Answer Posted / v@m$i
Mr sharath small suggestion.
u r logic is correct.
but use current date instead of date in normal program.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are 77 levels used for?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
example for sub strings ? and refernce modifications whit output pls
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the rrds file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
) what is the difference between AID and HANDLE AID?
What is length is 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 are the cobol coding sheets?
Discuss about changing dataset name in proc.
What is the local-storage section?
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 are the different rules to perform a Search?