Os console command coding format, Rexx external routine details, Ktacttpg – HP XP Command View Advanced Edition Software User Manual

Page 142

Advertising
background image

Use the

RC

variable to acquire the return code of a TSO/E command in the REXX script.

OS console command coding format

To execute a CLI command categorized as an OS console command, enter the command preceded
by the

START

command from the console.

OS console command coding format

START

1

command-name[,PARM='parameter']

REXX external routine details

This section describes details about CLI commands categorized as REXX external routines. The
commands are explained in alphabetic order.

KTACTTPG

Function

Applies the tiering policy for a tiering policy group.

Command type

REXX external routines

Format

KTACTTPG

1

STEM(stem-name-1)

1

MSG(stem-name-2)

Parameters

STEM(stem-name-1)

~<REXX prefix consisting of 64 or fewer characters>

Specify the prefix of the tiering policy group structure to which the target tiering policy group was
loaded. This is the character string specified for the

STEM

parameter of the

KTLOAD

command

that was previously executed. This value must end with a period.

MSG(stem-name-2)

~<REXX prefix consisting of 64 or fewer characters>

Specify the prefix (any value) of the message structure that stores messages generated by this
command. This value must end with a period.

CLI commands

142

Advertising