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
Answers were Sorted based on User's Feedback
Mention the guidelines to write a structured cobol program?
What does the IS NUMERIC clause establish ?
what is the difference between COBOL2 AND COBOL390?
How do you come out of an EVALUATE statement?
When would you use in-line perform?
Have you code any new programs in COBOL ? What is the functionality of the programs?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
what is the difference between external and global variables?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Whats the use of Examine command? can someone help me?
S9(5)V9(2) occupies how many bytes memory ?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.