z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Requesting dynamic output

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

To request dynamic output, specify outdes at the beginning of the parameter string. This keyword takes an argument that names the output descriptor. The keyword is described in Table 1, which also lists the rest of the supported keys.

Table 1. Keys used for dynamic output
Keys used for dynamic output Action
OUTDES(descriptor name) Names the output descriptor to be added. This must be the first key specified in the parameter string.
ADDRESS(address[,address...]) Specifies the delivery address. Dynamic output allows up to four arguments to be specified.
BUILDING(building) Specifies the building location.
BURST Directs output to a stacker.
CHARS(chars[,chars...]) Names the character arrangement tables.
CLASS(class) Assigns the SYSOUT class.
CONTROL(spacing) Specifies either line spacing or that the records begin with carriage control characters. The valid values are:
Single
Single spacing
Double
Double spacing
Triple
Triple spacing
Program
Records begin with carriage control characters
COPIES(number of copies) Specifies the number of copies to be printed.
DEFAULT Specifies that this is a default output descriptor.
DEPT(department) Specifies the department identification.
DEST(node[.user]) Sends the SYSOUT to the specified destination.
DIAG (stem | fdnum | STDOUT) Specifies that diagnostic information is to be displayed. The information includes a compile time stamp, the input string, key parsing information for subsequent keys, and the list of generated text units. Specify STDOUT to send output information to the standard REXX output stream.
DPAGELBL Specifies that a security label be placed on the output.
FCB(fcb name) Specifies the FCB image.
FLASH Specifies the forms overlay.
FORMDEF(formdef name) Names the formdef.
FORMS(forms name) Names the forms to print on.
MAILFROM(sender name) Specifies a string that contains the name of the sender.
MAILTO(destination[.destination...]) Specifies one or more email addresses of the recipients.
MODIFY(trc number) Specifies which character arrangement table is to be used.
NAME(owner name) Specifies the owner's name.
NOTIFY([node.]user) Sends print completion message to the destination.
OUTDISP(disposition) Specifies the data set disposition.
PAGEDEF(pagedef name) Names the pagedef.
PRMODE(print mode) Identifies the process mode (LINE or PAGE).
ROOM(room identification) Specifies the room identification.
TITLE(separator title) Specifies the separator page title.
TRC Specifies that the data set contains TRC codes.
UCS(UCS name) Names the UCS or character arrangement table.
USERDATA(userdata[,userdata...]) Specifies installation-specific user data for a dynamic output statement. Dynamic output allows up to 16 strings that consist of 1 to 60 character strings. Case is preserved if the string is quoted.
USERLIB(dsn[,dsn...]) Specifies the names of libraries that contain AFP resources.
WRITER(external writer name) Names an external writer to process the data set.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014