How do we get current date from system with century?
Answers were Sorted based on User's Feedback
Answer / aji cherian
Current date will show yymmdd format. Add 2000 to yy part.
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / avinanda mukherjee
Using current_date, it returns CCYYMMDD...
| Is This Answer Correct ? | 5 Yes | 10 No |
how do you reference the fixed unblock file formats from cobol programs
In an EVALUTE statement is the order of the WHEN clauses significant?
what is the default print format? in cobol
Whtz the specialty of 77 level number ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
wht is structured cobol pgm and non structred cobol pgm ?
record length in spool?
If we use GO BACK instead of STOP RUN in cobol?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
Define in-line perform?
what is the difference between start and startbr?
What is the significance of 'above the line' and 'below the line'?