Viewing the populated variable on the GUI

Tools and several solutions to manage Control-M products
Post Reply
User avatar
Hubba
Nouveau
Nouveau
Posts: 69
Joined: 10 Dec 2007 12:00
Location: Boston

Viewing the populated variable on the GUI

Post by Hubba » 27 Jan 2009 7:25

We currently use AutoEdit Variables in our MVS environment (6.2.20). We also have the EM (6.3.01.300). When working from the mainframe, you can use % in front of the job to see what the populated autoedit variable is for that day. Is there any way to accomplish this thru the EM GUI ? When you right click and select view jcl, it only shows the unpopulated variable.

User avatar
mauriziog
Nouveau
Nouveau
Posts: 807
Joined: 08 Jun 2007 12:00
Location: Varese - Italy
Contact:

Post by mauriziog » 17 Feb 2009 3:38

You must use commands like echo %%VariableName for controlm variables, or the command "ctmvar" if the variable is global (see the syntax in the docs).
If you intend to see shell or jcl variables (edit JCL) you havent the command like you have say, the open systems are different ...

Post Reply