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 / varun v
Yes Answer should be (a). I tried the same...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
how do you reference the esds vsam file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
What is rmode(any) ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3 usage?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Whats the difference between search & search ALL?
Write some characteristics of cobol as means of business language.
What is the difference between Call and a Link?
What rules are followed by the search verb.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What the difference is between continue and next sentence?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?