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
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What rules are followed by the search verb.
Write the code to count the sum of n natural numbers.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain how you can characterize tables in cobol?
Discuss about changing dataset name in proc.
What rules are to be followed while using the corresponding options?
What are the different rules to perform a Search?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different open modes available in cobol?
What kind of error is trapped by on size error option?
How do you differentiate between cobol and cobol-ii?