The following entries appear in the WORKING-STORAGE SECTION:
01 DATE-TODAY.
05 YY PIC XX VALUE "90".
05 MM PIC XX VALUE "12".
05 DD PIC XX VALUE :31".
01 DATE-EDIT PIC XX/XX/XX.
MOVE DATE-TODAY TO DATE-EDIT.
(a) 901231
(b) 90/12/31
(c) 31/12/90
(d) 311290

Answer Posted / sakthivel kannan

The answer is (a) only

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different open modes available in cobol?

722


What is the LINKAGE SECTION used in COBOL?

889


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


What is an in line perform? When would you use it? Anything else you wish to say about it.

645






Give some examples of command terminators?

759


Can a Search can be done on a table with or without Index?

803


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5065


What is a SSRANGE and NOSSRANGE?

821


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


i need a small 3d program using inline and outline.

1640


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

712


How you can characterize tables in cobol?

718


What are the different rules of SORT operation?

699


how do you reference the variable unblock file formats from cobol programs

748