Contains the name of the output file where the output lines are. Use % SET OUTPUT-FILE to name the output file receiving output lines.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
&APS-OUTPUT-LOCATION
Alias:
&aps-output-location &Aps-Output-Location
&apsoutputlocation &ApsOutputLocation
&APSOUTPUTLOCATION
Example:
Save the current output location to be reset later, for example, at the end of a macro.
%* SAVE THE NAME OF THE CURRENT LOCATION
% &SAVE-LOCATION = &APS-OUTPUT-LOCATION
% SET LOCATION MYSECTION
.
.
.
%* RESTORE OUTPUTTING LINES TO PREVIOUS LOCATION
% SET LOCATION &SAVE-LOCATION