When you issue T PROG=yy, you created a second link list. This second link list is used for * new * address spaces only. Existing address spaces continue to use the original first link list.
Sounds to me like you deleted a link list data set which was still in use in the original link list. Any program fetch which traversed the list of data sets would fail at the point of reaching the data set which is gone. I thus suspect that your SYS1.SCEERUN followed the data set you were trying to remove from the link list. If you absolutely must remove a data set from the active link list, you have to either IPL (safest) or UPDATE JOBS=* (with all the danger caveots documented in the manual). Otherwise, the first link list is still in use by all existing address spaces (including *MASTER*!). Brian On Thu, 14 Jul 2005 08:04:17 -0500, McKown, John <[EMAIL PROTECTED]> wrote: >We needed to take a DSN off of the active LNKLST. We did this by copying >the current PROGxx member to PROGyy, changing the LNKLST00 name to >LNKLST01, then doing a T PROG=yy. > >Everything looked OK. However, the IBM FTP daemon all of sudden "didn't >work". In particular, the user would get a prompt for their userid, then >the ftp server would disconnect. On the MVS SYSLOG, I saw: > >CSV003I REQUESTED MODULE CEEBINIT NOT FOUND >CSV028I ABEND806-04 JOBNAME=FTPD4 STEPNAME=*OMVSEX > >No, I did not take CEE.SCEERUN or CEE.SCEERUN2 out of the LNKLST! If >fact, when I canceled and restarted the FTPD daemon, everything started >running OK again. The same error with the CRON daemon, the SYSLOGD >daemon, and the TIMED daemon. > >Note that we did not do the UPDATE JOB=* or anything like that. This was >definately not expected! > > >-- >John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

