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
Name some of the examples of COBOl 11?
Write some characteristics of cobol as means of business language.
) how do u code after getting data?
Write the code implementing the perform … varying.
Difference between cobol and cobol-ii?
How to remove 2 duplicate records and copy only one using job control language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you reference the following file formats from cobol programs?
) How do u handle errors in BMS macro?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How can you get the ksds file records into your cobol program?
What are 77 levels used for?
Explain about different table spaces.
What are the different rules of SORT operation?
What are the different types of condition in cobol and write their forms.