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 (December 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 21 Dec 2001 08:24:03 -0500
Reply-To:     Larry Bertolini <bertolini.1@OSU.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Larry Bertolini <bertolini.1@OSU.EDU>
Organization: Ohio State University
Subject:      Re: filename statement on the mainframe
Content-Type: text/plain; charset=us-ascii

Fred,

I'm not sure that you'll be able to create a file with a blocksize > 32,760.

Larry

Fred Gehm wrote:

> Hi guys: > > I'm trying to set a filename on OS/MVS. The statment is: > > filename xxx "XXX.YYY.etc" disp=(new,catlg,delete) unit=tape label=retpd=1 > lrecl=3500 fecfm=VB blksize=35000; > > What I get is disp=new blksize=32720 lrecl=80 recfm=fb disp=new > > I get no error messages. > > Any ideas. > > And thanks in advance, of course. > > Fred


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