Previous Topic: ELIPS Return CodesNext Topic: UTIMAIN Parameter Keywords


Invoking the Utility

You can invoke the utility from a program or CLIST using ISPLINK or the ISPEXEC SELECT service.

The format of the SELECT service for invoking the utility follows:

SELECT PGM(UTIMAIN) NEWAPPL(LIB@) NEWPOOL + PARM( + FDSN('data.set.name') + TDSN('data.set.name') + PSWD(psw1,psw2) + MCD(mcd1,mcd2) + CMD(c|m,ARC(arc level),OPT(options),VAR(yes|no),INC(yes|no)) + RETURN + )

PGM(UTIMAIN), NEWAPPL(LIB@), and NEWPOOL keywords are required. The PARM keyword and all utility parameter keywords (FDSN, TDSN, PSWD, MCD, CMD, ARC, OPT, VAR, INC and RETURN) are optional. If you omit the PARM keyword, the utility main panel displays.