Date: Tue, 2 Mar 1999 10:41:24 -0500
Reply-To: Schechter Robert RS <robert.schecter@PHWILM.ZENECA.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Schechter Robert RS <robert.schecter@PHWILM.ZENECA.COM>
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
> > >
> >
>
|