Day of the week: Difference between revisions

m
No edit summary
Line 3,539:
sunday_christmas:
proc options (main);
%replace
sunday =by 0;
dcl
(year, sunday, w) fixed bin(15);
sunday = 0;
put skip list ('Christmas will fall on Sunday in these years:');
do year = 2008 to 2121;
211

edits