Re: Announcing the VM/370 and VM/380 "SixPack" version 1.2 release candidate 1!

"Kevin Leonard" <[email protected]> Fri, 15 Oct 2010 20:26:58 -0000
Newsgroups gmane.comp.emulators.hercules390.vm
Message-ID <[email protected]>
Dave:

> Looks like the "FILEDEF * CLEAR (" command now works so PL/1
> should be just fine.

OK, this looks to have been my problem.  An old copy of the
FILEDEF module got saved on the MAINT disk where I keep files
that are preserved across releases.  Mine was dated 01/19/10,
the one on the S disk is dated 09/30/10.  Deleting the old
FILEDEF causes things to work as we would expect.  So all that's
necessary is to delete the PLI EXEC Y wrapper that tries
to issue a "FILEDEF SYSUT1 CLEAR" command.  With the FILEDEF
CLEAR issued by the PLI module working, the "FILEDEF SYSUT1
CLEAR" from PLI EXEC gets the (harmless) error message:

  FILEDEF SYSUT1 CLEAR
  DMSFLD704I Invalid CLEAR request.

because SYSUT1 is no longer defined.

Thanks for catching this..

-- 
Kevin