Return to Symbol


Set Full Date Flag Example

   &FULLDT=1
PRINT/DATE
&FULLDT=0
PRINT/DATE
HALT

If the date were July 6, 1992, then the above program would produce:

   07--06--1992
07--06--92