Utility to verify new TLMSIPO options?
search cancel

Utility to verify new TLMSIPO options?

book

Article ID: 124173

calendar_today

Updated On:

Products

TLMS Tape Management

Issue/Introduction



In fact what we are looking for is a tool that could 'syntax check' the set of options BEFORE we try to start TLMS and that would tell us which one is obsolete if any... A little like the TYPRUN=SCAN parameter in JCL... Does it exist?

Environment

Release: TLMS..00200-14.0-TLMS-TAPE MANAGEMENT
Component:

Resolution

If you are looking to verify an updated TLMSIPO before a REINIT/INIT, change the PARM to TESTD and update the TLMSOPTS DD with the location of the new TLMSIPO member. 
********************************************************************* 
//** PRINT TLMS OPTIONS ** 
//** PARM=PRINT = ACTIVE TLMS IPO ** 
//** =TESTD = IPO FROM DD TLMSOPTS ** 
//********************************************************************* 
//STP001 EXEC PGM=TLMSLDIP,PARM=TESTD 
//* 
//CTSOPTNS DD DISP=SHR,DSN=YOUR.PPOPTION 
//* 
//SNAPDD DD SYSOUT=* 
//* 
//SYSPRINT DD DCB=BLKSIZE=133,SYSOUT=* 
//* 
//CTOPRINT DD DCB=BLKSIZE=133,SYSOUT=* 
//TLMSOPTS DD DISP=SHR,DSN=YOUR.PPOPTION(TLMSIPO)