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 (November 2000, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 1 Nov 2000 19:44:38 +0100
Reply-To:   Thies Meyer <thies.meyer@T-ONLINE.DE>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Thies Meyer <thies.meyer@T-ONLINE.DE>
Organization:   USS (Unexploded Scotsmen Suad)
Subject:   Re: Submitting batch job (JCL, MVS) from AF
Content-Type:   text/plain; charset=ISO-8859-1

Hi!

We nearly(!) solved this problem.

The development process at our customer is:

Development with SAS(NT) -> Upload to host (SAS6.09)

The last time the program source was changed when they still used 6.08 (Windows3.x). With this Version the program works fine after uploading to host.

Compiled with 6.12 the program fails working correctly on SAS 6.09 (MVS).

We found, that after compiling with 6.12 the >8 blanks in the CONFIG-lines are reduced to 1 blank!! So the DD Statements are not at the place where they should be.

Under 6.08 the blanks are still there.

Why does the compiler (?) try to "optimize" the code within a submit-block ?

Greetings, Thies

> Hi everybody ! > > I'm trying to submit a batch job-JCL that must have the following form: > > // ...<some JCL statements> > > // SASLIST DD ...<something> > // CONFIG DD > // DD > // DD * > // ALTPRINT=SASLIST > // SYSIN * > // <SAS code follows> > > When submitted directly in EJES the job does what I expected. > > When "stepwise building" this job in an AF (SCL)-program > with SUBMIT-ENSUBMIT blocks and finally > sending the preview buffer for execution > the jcl is not correct(?). Instead of one SYSIN-Step there > are 2 steps generated (one with the ALTPRINT, the other one with > the SAS-Code). > > Obviously the SAS code is not processed. > > (Due to the Installation, the JCL-Job has to be exactly in the form shown > above ! > I don't know exactly, why the "empty" CONFIG DD -Statements have to be > there... > Probally something in the CLIST ?) > > Any suggestions ? > > > -- > Dipl.-Inform. Thies Meyer > EMail : thies.meyer@t-online.de > Phone: (+49)-171-8314215 > Fax : (+49)-171-13-8314215 > >


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