From: RAND 16-SEP-1983 11:52 To: ERIK Subj: SD subroutine. I have created a subroutine called SDSUB for you to link into AUX if you are so inclined. The calling sequence from FORTRAN is: call sdsub(com_line,com_line_length) where com_line is a character*132 string holding the command line, and com_line_length is an integer*4 holding the length of the command line as returned from LIB$GET_FOREIGN. I believe that this is the length minus all the trailing blank space. The object modules that go with SDSUB are in the libraries [rand.goodies]sd.olb and [rand.goodies]rkb.olb.