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

A

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is report-item in COBOL?

719


Give some examples of command terminators?

763


When is inspect verb is used in cobol?

684


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

1651


What are the pertinent COBOL

2057






A table has two indexes defined. Which one will be used by the SEARCH?

771


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

433


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2743


What rules are followed by the search verb.

644


Explain how you can characterize tables in cobol?

654


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

696


What is Pic 9v99 Indicates in COBOL?

740


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

720


What is the difference between PIC 9.99 and 9v99 in COBOL?

744


How do we get current date from system with century in COBOL?

817