IMSBPIN= SAS System Option

Assigns a value for the IN parameter, which specifies the TRANCODE of the message queue that is accessed.

Valid in: SAS invocation, OPTIONS statement
Category: DATA Step
Default: IMSBPIN=*
Tip: Not restrictable

Syntax

IMSBPIN=value
BMPIN=value

Syntax Description

*
specifies that the IN parameter is null in the attach parameter list and that no transaction queue is to be read.
value
specifies the value of the IN parameter. Use this option only when you intend to read from transaction queues with the I/O PCB.