Previous Topic

Next Topic

Book Contents

Book Index

Syntax

ISSYSOUT('ddname','procstep','pgmstep','jobname')

In this syntax

The ISSYSOUT function returns the value TRUE if the sysout exists and the value FALSE if the sysout does not exist. This enables you to avoid an attempt to access a nonexistent sysout and thereby avoid an abend with the return code 4091 when the sysout is not found on spool.

The four arguments are identified by position. A blank argument is represented by one or more blanks enclosed by quote marks.

Parent Topic

ISSYSOUT: Functions