Studio/400 Publishing Wizard - Fixes This self-extracting zip file contains the following files: qdtsxcfg.sav - Contains a program needed by the Studio/400 publishing wizard to set up the WAS environment on the AS/400. qdtssfl.sav - Contains a Service program that includes API's for the Subfile/400 DTC. This service program must be bound to the RPG IV program that interfaces with Subfile/400 DTC. To install these files, extract and ftp the SAV files to the AS/400, then restore them with: RSTOBJ OBJ(QDTSXCFG) SAVLIB(QSYS) DEV(*SAVF) SAVF(mylib/QDTSXCFG) RSTLIB(QSYS) RSTOBJ OBJ(QDTSSFL) SAVLIB(QSYS) DEV(*SAVF) SAVF(mylib/QDTSSFL) RSTLIB(QSYS) where mylib is the library for the savefiles, eg. qdtsxcfg.sav and qdtssfl.sav