Skip to content

Custom Variables

You can create custom variable to use in your Actions Command(s) to run strings.

variables

variable in command


Manage custom variables

Create a custom variable

You can create a custom variable using the Custom Variables node’s Declare custom variable inline action.

create

You’ll be asked for the new variable’s name and then for its value.

Change custom variable value

Click on a custom variable to open a prompt asking for the new value.

create

Rename/Copy/Delete

Right click on a profile to get access to the following actions:

  • Rename
  • Copy
  • Delete

Variables options

Example Usage

In all the CRTBNDxxx actions, add TGTRLS(&TARGET_RLS), like this:

?CRTBNDCL PGM(&OPENLIB/&OPENMBR) SRCFILE(&OPENLIB/&OPENSPF) OPTION(*EVENTF) DBGVIEW(*SOURCE) TGTRLS(&TARGET_RLS)

Now a single change to the TARGET_RLS custom variable can impact all the CRTBNDxxx actions.