d function jjcmd( string ) c. Sets "string" to the command parameters used. ,c. c. If the program was RUN rather than defined as a primative, then c. the user will be prompted for the parameters via "CMD>". XC. c.out. string The command prameters used to execute the program. c. Character*(*) string c. c.uses. JJCMDCP To copy the string LC. C. -END.OF.INFO- C. x CHARACTER*(*) string  INTEGER*4 JJCMDDEF(7) @ DATA JJCMDDEF(1)/1/ c. 41 format( 132a ) lC.  string = ' '  CALL SYS$CLI( %REF(JJCMDDEF)) 4D WRITE(6,210) JJCMDDEF D210 FORMAT(7Z10) C. ` IF( JJCMDDEF(1).LT.0 ) THEN CALL JJCMDCP( JJCMDDEF(3), string ) ( else c... type 41,'$_cmd_' c... string = '^Z' T c... read(5,41,end=9000)string ENDIF c. 9000 continue  RETURN end