How do we get current date from system with century?

Answers were Sorted based on User's Feedback



How do we get current date from system with century?..

Answer / aji cherian

Current date will show yymmdd format. Add 2000 to yy part.

Is This Answer Correct ?    5 Yes 7 No

How do we get current date from system with century?..

Answer / avinanda mukherjee

Using current_date, it returns CCYYMMDD...

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More COBOL Interview Questions

I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


Write a program to enter and display the names of students in a class using the occurs clause.

0 Answers  


What is the use of intialize verb?

0 Answers  


Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.

5 Answers   EDS,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  






what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


1) can we display the index?

3 Answers   ADP, IBM,


What is the purpose of Identification Division?

1 Answers  


How do you define a variable of COMP-1? COMP-2?

3 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


)what is retrieve?

1 Answers   IBM,


Categories