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 (March 1999, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 2 Mar 1999 21:32:35 +0530
Reply-To:   "Joseph, Jaison (CAP)" <Jaison.Joseph@GEIND.GE.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "Joseph, Jaison (CAP)" <Jaison.Joseph@GEIND.GE.COM>
Subject:   Re: How to avoid //SYSIN DD statement
Comments:   To: Schechter Robert RS <robert.schecter@PHWILM.ZENECA.COM>
Content-Type:   text/plain; charset="iso-8859-1"

Hi Robert,

I am looking for whether it possible to pass the information about the pds and the member containing the sas code directly to the procedure SAS as shown below

> //JAI23131 JOB (RISK-MNGT,022),'JAISON K JOSEPH', > // CLASS=X,MSGCLASS=P,NOTIFY=JAI2313 > //STEP1 EXEC SAS,MEMBER='member containing the sas code', PDS ='pds name' > WORK='500,250',OPTIONS='MACRO,MAUTOSOURCE,SOURCE2' > //INF DD DSN=sequential datasetname,DISP=SHR > //OUT DD DSN=sas datasetname,DISP=(NEW,CATLG,DELETE), > // UNIT=DISK,SPACE=(CYL,(100,10),RLSE),MGMTCLAS=TSOLONG > > Thanks, Jaison.

> ---------- > From: Schechter Robert RS[SMTP:robert.schecter@PHWILM.ZENECA.COM] > Reply To: Schechter Robert RS > Sent: Tuesday, March 02, 1999 9:41 AM > To: SAS-L@UGA.CC.UGA.EDU > Subject: Re: How to avoid //SYSIN DD statement > > Is what you're looking for handled by the SYSIN= (or maybe SYSINP=) > System > Option which is valid as part of your configuration file or SAS > invocation? > > > ---------- > > From: Joseph, Jaison (CAP)[SMTP:Jaison.Joseph@geind.ge.com] > > Sent: Tuesday, March 02, 1999 10:34 AM > > To: Schechter Robert RS > > Subject: RE: How to avoid //SYSIN DD statement > > > > Hi Robert, > > > > I would like to know is there any way to pass the member > containing > > the > > sas code as an argument to the procedure SAS in the proc step > > so that the final JCL will be of the form as shown below > > > > > //JAI23131 JOB (RISK-MNGT,022),'JAISON K JOSEPH', > > > // CLASS=X,MSGCLASS=P,NOTIFY=JAI2313 > > > //STEP1 EXEC SAS,member = 'member containing the sas code' > > > WORK='500,250',OPTIONS='MACRO,MAUTOSOURCE,SOURCE2' > > > //INF DD DSN=sequential datasetname,DISP=SHR > > > //OUT DD DSN=sas datasetname,DISP=(NEW,CATLG,DELETE), > > > // UNIT=DISK,SPACE=(CYL,(100,10),RLSE),MGMTCLAS=TSOLONG > > > > > Thanks, > > Jaison. > > > > > ---------- > > > From: Schechter Robert > RS[SMTP:robert.schecter@PHWILM.ZENECA.COM] > > > Reply To: Schechter Robert RS > > > Sent: Tuesday, March 02, 1999 8:52 AM > > > To: SAS-L@UGA.CC.UGA.EDU > > > Subject: Re: How to avoid //SYSIN DD statement > > > > > > Jaison, > > > > > > There are lots of ways, just what are you trying to accomplish. > > > > > > > > > * _________Bob Schechter, > > > Systems Engineer, > > > Pharmaceutical Information Services, > > > Zeneca Pharmaceuticals > > > * (302) 886-5561 Voice, 886-7525 FAX > > > * FOC-CW3-30 > > > * mailto:robert.schechter@phwilm.zeneca.com > > > > > > > > > > > > > > > > ---------- > > > > From: Joseph, Jaison (CAP)[SMTP:Jaison.Joseph@GEIND.GE.COM] > > > > Sent: Tuesday, March 02, 1999 9:49 AM > > > > To: SAS-L@UGA.CC.UGA.EDU > > > > Subject: How to avoid //SYSIN DD statement > > > > > > > > Dear all, > > > > > > > > I am using the //SYSIN DD statement in the JCL for running the sas > > > > programs > > > > as shown below > > > > > > > > //JAI23131 JOB (RISK-MNGT,022),'JAISON K JOSEPH', > > > > // CLASS=X,MSGCLASS=P,NOTIFY=JAI2313 > > > > //STEP1 EXEC SAS,WORK='500,250',OPTIONS='MACRO,MAUTOSOURCE,SOURCE2' > > > > //INF DD DSN=sequential datasetname,DISP=SHR > > > > //OUT DD DSN=sas datasetname,DISP=(NEW,CATLG,DELETE), > > > > // UNIT=DISK,SPACE=(CYL,(100,10),RLSE),MGMTCLAS=TSOLONG > > > > //SYSIN DD DSNAME = PDS-name(member containing the sas code), > > DISP=SHR > > > > > > > > Is there any other way to run the sas programs on the mainframe > > without > > > > using > > > > the //SYSIN DD statement? > > > > > > > > Thanks, > > > > Jaison > > > > GE > > > > Capital > > > > ____________________________________ > > > > > > > > Jaison K Joseph > > > > Assistant Manager - Systems > > > > GE Capital International Services > > > > RFS - Information Management Group > > > > A-1, Golden Enclave, 1st Floor > > > > Airport Road, Bangalore > > > > India Pin - 560 017 > > > > > > > > Email : Jaison.Joseph@geind.ge.com > > > > jaisonkj@yahoo.com > > > > > > > > Phone : 080-5275535 > > > > > > > > > >


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