SHOW VARIABLES – Display current variable values
Use the SHOW VARIABLE
command to
show the current values of the Workload Automation Programming Language variables
and the table to which they belong.
The following example shows the output for the
SHOW
VARIABLES
command:03/17 15.36.38 EQQI613A Variables BATRACHOLOGY101.MYCOUNT(2) MYFIRST(A)
...EQQI613A MYLAST(F) BATRACHOLOGY101.MYLEFT(HELLO)
...EQQI613A BATRACHOLOGY101.MYRIGHT(WORLD)
...EQQI613A BATRACHOLOGY101.MYVAR(HELLO WORLD) MY5TH(E)
...EQQI613A OJJESNO(JOB02038) OJJSTEP(RUNWAPL) OJOBNAME(ADCDMSTS)
...EQQI613A OJPSTEP(EQQYXTOP) OJWSA(BELOW)
The variables are listed in alphabetical order by name, unless
the variable is assigned to a table. In this case, the table name
is prefixed to the variable name. For example, MYCOUNT
belongs
to the table BATRACHOLOGY101
, while variable MY5TH
is
not assigned to a table.