How do you fetch current date in normal cobol pgm and in
cobol-db2 pgm?
Answer Posted / adithya
procedure division.
accept a from date.
accept b from date
accept c from day-of-week
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
What are the different rules to perform a Search?
How do u write test cases?
what is difference between cobol and cobol/400
Why occurs cannot be used in 01 level in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is the use of outrecord?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is a SSRANGE and NOSSRANGE?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What rules are followed by the search verb.
What is inspect in cobol ?
Can we redefine the field of x(200) to less than 200?
) How do u handle errors in BMS macro
What is static and dynamic call in cobol?