Shout Facility Variables
Control-V Shout facility variables are predefined variables whose values are automatically updated at the time the SHOUT message is issued. The format of the system variables is similar to those in the AutoEdit facility:
%%var
where var represents the name of the system variable.
Each system variable resolves to the corresponding system value at the time the SHOUT message is issued.
SHOUT WHEN NOTOK TO OPER2-1 URGENCY U
MSG Decollating of %%JOBNAME ended abnormally.
System Variables
Table 292 System Variables
Variable |
Description |
---|---|
%%ODATE |
Original date of the mission (format yymmdd). |
%%OYEAR |
Original year of the mission (format yy). |
%%OMONTH |
Original month of the mission (format mm). |
%%ODAY |
Original day of the mission (format dd). |
%%OWDAY |
Original day of the week of the mission. Format is d, where d is 1 through 6 or 0 (for example, 1 is Sunday, 2 is Monday, ... 6 is Friday, 0 is Saturday).a |
%%OJULDAY |
Original day of the mission in the year (Julian format jjj). |
%%RDATE |
Current working date (format yymmdd). |
%%RYEAR |
Current working year (format yy). |
%%RMONTH |
Current working month (format mm). |
%%RDAY |
Current working day (format dd). |
%%RWDAY |
Current working day of the week. Format is d, where d is 1 through 6 or 0 (for example, 1 is Sunday, 2 is Monday, ... 6 is Friday, 0 is Saturday).a |
%%RJULDAY |
Current working day of the year (Julian format jjj). |
%%DATE |
Current system date (format yymmdd). |
%%YEAR |
Current system year (format yy). |
%%MONTH |
Current system month (format mm). |
%%DAY |
Current system day (format dd). |
%%WDAY |
Current system day of the week. Format is d, where d is 1 through 6 or 0 (for example, 1 is Sunday, 2 is Monday, ... 6 is Friday, 0 is Saturday).a |
%%JULDAY |
Current Julian day (format jjj). |
%%TIME |
Time of day (format hhmmss). |
%%BLANK |
Resolves to one blank. |
%%BLANKn |
Resolves to n blanks, where n is a number between 1 and 99. |
%%JOBNAME |
Name of the decollation job. (Report decollating missions only.) |
%%JOBID |
JES job number of the decollation job. (Decollations from spool only.) |
The following AutoEdit System variables, prefixed by %%$, resolve to dates having 4-character years:
Table 293 AutoEdit System Variables: 4-Character Years
Variable |
Description |
---|---|
%%$DATE |
Current system date (format yyyymmdd). |
%%$YEAR |
Current system year (format yyyy). |
%%$ODATE |
Original scheduling date of the mission (format yyyymmdd). |
%%$OYEAR |
Original scheduling year of the mission (format yyyy). |
%%$RDATE |
Current working date (format yyyymmdd). |
%%$RYEAR |
Current working year (format yyyy). |
%%$JULDAY |
Current system day (Julian format yyyyjjj). |
%%$OJULDAY |
Original scheduling year and day of the mission (Julian format yyyyjjj). |
%%$RJULDAY |
Current working day of the year (Julian format yyyyjjj). |
The following AutoEdit System variables, prefixed by %%$, resolve to the first two digits of the year in dates which have 4-character years:
Table 294 AutoEdit System Variables: 2-Character Years
Variable |
Description |
---|---|
%%$CENT |
First two digits of the year in the current system date (for example, 20 in 2000). |
%%$OCENT |
First two digits of the year for the mission’s original scheduling date. |
%%$RCENT |
First two digits of the current working year. |