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 (October 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 9 Oct 2006 15:22:17 -0700
Reply-To:     "Schwarz, Barry A" <barry.a.schwarz@BOEING.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Schwarz, Barry A" <barry.a.schwarz@BOEING.COM>
Subject:      Re: Newbies Question
In-Reply-To:  <20061009205525.91561.qmail@web36608.mail.mud.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

What you are showing us is the JCL input you submitted. We need to see the JES listing which includes the expansion of the SAS proc.

What output are you showing? Nowhere in your job did you ask for any human-readable output. If this is a listing of the SAS data set, it is a binary file unsuitable for manual review. If you want to see the contents of your data set, add a PROC PRINT step to your SAS control cards.

-----Original Message----- From: aknas abdul [mailto:aknas_a@YAHOO.COM] Sent: Monday, October 09, 2006 1:55 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Newbies Question

Robert, Thanks for your help. I rerun and modified the JCL ( NO ERROR) but still no luck. only added some clear up portion.

000100 //XXXXXX JOB (0385,33200,25,99),'SAMPLE',CLASS=B, 000200 // MSGCLASS=T,REGION=11M,NOTIFY=&SYSUID 000300 //* 000400 //* 000500 //STEP010 EXEC PGM=IEFBR14,COND=(0,NE) 000600 //********************************************************************* 000700 //* DELETE TEST OUTPUT ** 000800 //********************************************************************* 000900 //CLEA01 DD DSN=MYID.SAS.TEST, 001000 // DISP=(MOD,DELETE),UNIT=SYSDA,SPACE=(TRK,0) 001100 //* 001200 //SASSTP01 EXEC SAS,COND=(0,NE), 001300 // OPTIONS='MACRO,MPRINT', 001400 // REGION=11M, 001500 // WORK='800,100' 001600 //SAS.SASLIST DD SYSOUT=(*,,XHSL) 001700 //ABENDAID DD SYSOUT=* 001800 //SAMBO2 DD DISP=SHR, 001900 // DSN=CTLU.P.SAMBO2 002000 //PREMLIB DD DSN=MYID.SAS.TEST,DISP=(,CATLG), 002100 // UNIT=SYSDA,SPACE=(CYL,(30,15),RLSE), 002200 // DCB=(DSORG=PS,RECFM=FS,LRECL=27648,BLKSIZE=27648) 002300 //SYSIN DD * 002400 OPTIONS PS = 66 LS = 80; 002420 DATA PREMLIB.FILE1; 002681 INFILE SAMBO2 MISSOVER DSD DELIMITER = ' '; 002683 INPUT @1 GGG 4. 002684 @5 TOP $CHAR4. 002688 @9 DOWNL $CHAR30. 002689 @41 MIDDLE $CHAR10. ; 002692 002695 RUN; 010600

The output looks like this: Unkown characters - listed Horizantaly

******************************** Top of Data ********************************** SASLAAS........................XXXXXçï³Ä+y.{8.0202M0......%.çï³Äîk)ý FILE1 ................................DATA ........ ........a(ø.................................................................... èKé...............ÿ......¦....\......¦...........ÇU..........ǵ...à......Ç%.... èKê...............Ö....ä'-.... .... èKë...............Ö....ä'-.... .... èKè...............Ö....ä'-..... NN29 .... èKí...........ê...ù....ä'-..... AA08B ....


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