how can we get current dat and time thru cobol pgm
Answer Posted / aaki
You can fetch current date from SysIBM.Sysdummy1 table in a
working storage variable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
Name some of the examples of COBOl 11?
How do define dynamic array in cobol.
How do u write test cases?
What is the difference between Call and a Link?
What are all the divisions of a COBOL program?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are 77 levels used for?
What is the use of intialize verb?
How to know whether the module is dynamical or statistical?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How many bytes S(8) comp field occupy and its maximum value?
In COBOL, what is the different between index and subscript?
Explain about different table spaces.
State the various causes of s0c1, s0c5 and s0c7.