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 the difference between structured cobol programming and object alternativelyiented cobol?

749


How you can characterize tables in cobol?

710


What is cobol?

739


What is the difference between Global and External Variables?

658


What is the difference between Call and a Link?

694






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

1629


What the difference is between continue and next sentence?

651


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

851


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

693


How do get the result of your program directly on your pc?

1875


How to remove 2 duplicate records and copy only one using job control language?

734


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2100


What are the different rules of SORT operation?

689


Give some examples of command terminators?

751


Explain how you can characterize tables in cobol?

636