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 / varun v

Yes Answer should be (a). I tried the same...

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you reference the following file formats from cobol programs?

695


Name the sections present in data division.

701


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


Write the code to count the sum of n natural numbers.

701


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

748






EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


Write a program to explain size error.

677


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

930


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3720


What are declaratives and what are their uses in cobol?

714


What are 77 levels used for?

659


How do u write test cases?

1638


Can you please let me know the centre name of INS certification in Kolkata.

1715


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914