How do we get current date from system with century?

Answer Posted / aji cherian

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

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

673


Name the sections present in data division.

701


What is a report item?

741


What is the difference between goback, stop run and exit program in cobol?

927






How can you get the ksds file records into your cobol program?

644


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1931


What is the difference between comp and comp-3 usage?

680


What is perform what is varying?

709


What guidelines should be followed to write a structured cobol prgm?

673


What is the problem of ordered sequential files access?

702


What is link edit in cobol?

772


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

709


What type of SDLC u followed? Why?

1520


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230