Calendar entries and sets REXX stem variables for ADD, CHANGE, and GET
REXX stem variables and values: calendar entries ADD, CHANGE, or GET
The following table lists variables (and example values) that can be set or assigned before issuing the TOMEXEC ADD and CHANGE functions and are returned after issuing the TOMEXEC GET function for calendar entries (DAY, TIME or PERIOD).
REXX stem variables and sample values: calendar entries ADD. CHANGE, or GET
REXX stem variable | Description of variable | Examples of values |
---|---|---|
CAL.CALENDAR.DAY.DEFN | Definition for a calendar day entry | WED |
CAL.CALENDAR.TIME.DEFN | Definition for a calendar time entry | 093000153000 |
CAL.CALENDAR.PERIOD.DEFN | Definition for a calendar period entry | '1999010100000020080101235900' |
CAL.UPDATED.TOD | Time of day when the calendar entry was last updated | hh:mm:ss |
CAL.UPDATED.USERID | User ID of the last person, who updated the calendar entry | user ID |
REXX stem variables and values: calendar sets ADD, CHANGE, or GET
The following table lists variables (and example values) that can be set or assigned before issuing the TOMEXEC ADD and CHANGE functions and are returned after issuing the TOMEXEC GET function for calendar sets (CALSET).
REXX stem variables and sample values: calendar set ADD, CHANGE, or GET
REXX stem variable | Description of variable | Examples of values |
---|---|---|
CAL.CALENDAR.SET.DAY.0 | Number of calendar day entries in the set | 2 |
CAL.CALENDAR.SET.TIME.0 | Number of calendar time entries in the set | 1 |
CAL.CALENDAR.SET.PERIOD.0 | Number of calendar period entries in the set | 1 |
CAL.CALENDAR.SET.DAY.n | Name of calendar day entry in the set | DLY |
CAL.CALENDAR.SET.TIME.n | Name of calendar time entry in the set | KEN1 Test |
CAL.CALENDAR.SET.PERIOD.n | Name of calendar period entry in the set | FirstSh |
CAL.UPDATED.TOD | Time of day when the calendar set was last updated | hh:mm:ss |
CAL.UPDATED.USERID | User ID of the last person, who updated the calendar set | user ID |