LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 1997, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 17 Apr 1997 09:22:45 +0200
Reply-To:   Antonio Gomez Fernandez-Bermejo <antoniog@INE.ES>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Antonio Gomez Fernandez-Bermejo <antoniog@INE.ES>
Subject:   Re: Calling PL/1 modules from MVS SAS 6.09
Comments:   To: WoshiWayne <woshiwayne@AOL.COM>
Content-Type:   text/plain; charset=ISO-8859-1

Hello. You can call routines in PL/1 from SAS, but you will have problem with parameter of type CHAR. For call modules PL/1 or other type:

1.- You load the library with SYSLIB in mode Bach or Load in your call SAS interactive. 2.- You call to the routine PL/1 with call module ('file,foutine',<Parm1>). For help of call module execute call module ('*h'). Good luck ------------------------------------------------------ Antonio Gómez Fernandez-Bermejo Analista Funcional S.G. Informática Estadística Instituto Nacional de Estadística C\ Josefa Valcarcel, 46 28027-MADRID Telefono: 91-583-9622; e_mail: antoniog@ine.es -------------------------------------------------------

---------- > De: WoshiWayne <woshiwayne@AOL.COM> > A: Multiple recipients of list SAS-L <SAS-L@UGA.CC.UGA.EDU> > Asunto: Calling PL/1 modules from MVS SAS 6.09 > Fecha: miércoles 16 de abril de 1997 5:32 > > Hello. Has anyone had experience with calling PL/1 modules from SAS in an > MVS environment? Specifically, we're running Version 6.09E. I've read > that this feature was to be implemented starting with 6.08, but can't seem > to access it. Is there an additional product that I need? Is there > documentation on this matter? > > Thanks in advance for all replies. > > Wayne Woo


Back to: Top of message | Previous page | Main SAS-L page