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 / mftesh

b

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


What are the different rules for performing sort operation?

763


Describe the cobol database components?

682


how do you reference the esds vsam file formats from cobol programs

634






Are you comfortable in cobol or jcl?

643


what happens if parmparameter passes zero bytes to the program

1667


What are the access modes of START statement?

719


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


What are the pertinent COBOL

2045


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

744


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


What is the difference between Call and a Link?

700


What are the rules of the move verb?

707


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

710