SYSINP= System Option: z/OS

Specifies the name of an external program that provides SAS input statements.
Valid in: Configuration file, SAS invocation
Category: File Control: EXTFILES
PROC OPTIONS GROUP= EXTFILES
Default: None
z/OS specifics: All

Syntax

SYSINP=external-program-name

Required Argument

external-program-name
identifies an external program, using eight characters or less.

Details

SAS calls this external program every time it needs a new SAS input statement. The PGMPARM= option enables you to pass a parameter to the program that you specify with the SYSINP= option. For more information about the PGMPARM option, see PGMPARM= System Option: z/OS.
The SYSINP= option overrides the SYSIN= system option.