Previous Topic

Next Topic

Book Contents

Book Index

IOAGLV Example 3

IOAGLV EXEC IOAGLV

//SYSIN DD *

 LOAD PATH=\M\POOLS\MYPOOL  FROM=IOAGLV.VARS

/*

In this example the global variables prepared in the IOAGLV.VARS dataset are loaded to the IOAVAR pool with the \M\POOLS\MYPOOL path.

If the dataset IOAGLV.VARS contains the following lines:

VAR1=val1

VAR11=val11

VAR2=val2

The following variables are added to IOAVAR pool:

\M\POOLS\MYPOOL\VAR1      val1

\M\POOLS\MYPOOL\VAR11    val11

\M\POOLS\MYPOOL\VAR2      val2

Parent Topic

Examples for IOAGLV