PreviousNext
Help > Development > W-Language Functions for AS/400 > Output Queues/Remote Output Queues/Writers functions > ASOutputQueueList > Parameters
Parameters

 

Result

Boolean - True if the command was successful, False if an error occurred.

The ErrorInfo function is used to identify the error.

ASOutputQueueCollection

Collection of queues (Output Queues * OUTQ) that will contain the results.

Connection

Connection – connection name.

RemoteFilter

Optional. Value among the following constants:

ASOutQRemoteOnly: Filter only remote * OUTQs (Remote Output Tails)

ASOutQLocalOnly: Filters only the local * OUTQs

ASOutQBothRemoteAndLocal: No filter, matches the combination

ASOutQRemoteOnly + ASOutQLocalOnly

OutputQueueName

Character string (with double quotes) - Name of the output file(s) searched. Optional.

If you do not want to filter by name: leave empty or put "*".

If you want to do a rough search (starting with) end with * (ex: "PRT *").