OSWPWCRX - CUSTOMIZING THE WARPCENTER WITH REXX 11/14/96 ======================================================================= Customizing the WarpCenter with REXX ======================================================================= Please Read Entire Document for Full Explanation of Procedures -------------------------------------------------------------- DESCRIPTION When customizing the WarpCenter with REXX, the following setup strings may be used with the SysSetObjectData REXX function. RESOLUTION SAVENOW=YES causes the WarpCenter to save its data. ADDTRAY=TRAYNAME,OBJECTID1,OBJECTID2,... creates a new tray with the name TRAYNAME, and containing the list of objects specified by their object IDs. All parameters are separated by commas. ADDTOTRAY=TRAYNUMBER,OBJECTID1,OBJECTID2... adds objects to an existing tray, where the tray is specified by number (0-15), followed by a list of object IDs. All parameters are separated by commas. Please refer to the REXX Programming Guide or online REXX Information for further information on using the SysSetObjectData REXX function. (To view the online REXX Information book, open the Assistance Center folder, then the Information folder, and finally, the Reference and Commands folder.) warp4 ______________________________________________________________________ IBM disclaims all warranties, whether express or implied, including without limitation, warranties of fitness and merchantability with respect to the information in this document. By furnishing this document, IBM grants no licenses to any related patents or copyrights. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product or brand names referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information.