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
What is the difference between perform … with test after and perform … with test before?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is a scope terminator give example?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Can we redefine the field of x(200) to less than 200?
Write a cobol program making use of the redefine clause.
What are the pertinent COBOL
how to move the records from file to array table. give with code example
Write some characteristics of cobol as means of business language.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the compute verb? How is it used?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is comp-1 and comp-2?