jdc@beach.cis.ufl.edu (Jeff Capehart) (06/25/88)
I experienced this same problem trying to use the LIB$ routine to create and translate logical names. I ended up using the SYS$CRELNM service in order to bypass the need for a CLI. If you are trying to use the LIB$SPAWN you will get this same error, no CLI available. Try using SYS$CREPRC and set the image it runs to SYS$SYSTEM:LOGINOUT.EXE and that will get it into DCL as a subprocess from a detached process. Otherwise, you will need to run/det SYS$SYSTEM:LOGINOUT and set the input to be a comfile which will then run your program. Either way you can get a CLI which can give you access to DCL. -- Jeff Capehart Internet: jdc@beach.cis.ufl.edu University of Florida UUCP: ..!ihnp4!codas!uflorida!beach.cis.ufl.edu!jdc