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 (May 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 5 May 1997 10:29:00 +0000
Reply-To:     RICH <RICH@BOALAN.ATTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         RICH <RICH@BOALAN.ATTMAIL.COM>
Subject:      MVS refbacks
Content-Type: Text/Plain; charset=us-ascii

Folks,

Can someone tell me why the refback for SYSUT1 in the JCL below is invalid. (When I hardcode the DSN it works fine.) I even tried including the procedure name (SAS) and it failed.

Any help or insight is appreciated.

Rich Livornese rich@boalan!attmail.com or livornese@attmail.com

++++++++++++++++++++++++++++++++++++++++++++++++

//STEP1 EXEC SAS //IDAIN DD DSN=A31AS16.IDAMARX.D970505,DISP=OLD //IDAOUT DD DSN=A31AS16.IDAMARX.D970505.OUT,DISP=(NEW,CATLG,DELETE), // DCB=(LRECL=80,BLKSIZE=8000,RECFM=FB),UNIT=DISK, // SPACE=(TRK,(5,5),RLSE) //SYSIN DD * ......sas code.... /* //STEP2 EXEC PGM=IEBGENER //RMT22 OUTPUT DEST=xxx.RMT22,CLASS=A,COPIES=1 //RMT360 OUTPUT DEST=xxx.RMT360,CLASS=A,COPIES=1 //SYSPRINT DD SYSOUT=T //SYSIN DD DUMMY //SYSUT1 DD DSN=*.STEP1.IDAOUT //SYSUT2 DD SYSOUT=(,),OUTPUT=*.RMT360 //LLIN DD DUMMY


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