The program call up a libruary to look for the day. the subroutine will
return a number,1 to 7. I am trying to locate where the subroutine is,
can anyone help?
DIM
DAY_OF_WEEK$(7%)
DEFINE
DAY_OF_WEEK:
DAY_OF_WEEK$(1%)="MON"
DAY_OF_WEEK$(2%)="TUE"
CALL LIB$DAY_OF_WEEK(WEEKDAY,WD)
SC_DAY$(I-6%)=DAY_OF_WEEK$(WD)