Previous Topic

Next Topic

Book Contents

Book Index

IOAGLV Example 5

IOAGLV EXEC IOAGLV

//SYSIN DD *

 MODE=PROD

 SETVAR VARNAME=\M\POOLS\MYPOOL\VAR1

                VALUE=val1

 SETVAR VARNAME=\M\APP\GR\JOB1\LONG_VALUE

                 VALUE=’My very long value including embedded blanks’

                               ‘ and specified in two lines’

/*

In this example two variables are added to the IOAVAR pool. Since the second value does not fit on one input line, it is specified in two lines. Since the value includes embedded blanks, the lines are enclosed in apostrophes.

Parent Topic

Examples for IOAGLV