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 (March 1996, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 4 Mar 1996 15:45:39 GMT
Reply-To:   JensM@T-Online.de
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   "Schlatter, EDV-Beratung" <JensM@T-ONLINE.DE>
Organization:   Telekom Online Internet Gateway
Subject:   Re: read multiple mvs tapes on 1 tape drive

>i have tried the 'aff' parameter in the unit field of the filename statement but > get a sas error and rc=8. can anyone help me get the dynamic file >allocation to sequentially allocate file reads from the same tape device ?? >thanks, >lewis

There is an INFILE option which allows to set the data set name at open time. I think this is equivalent to an JFCB open exit. As far as I remember, the syntax is: INFILE xxx filename=variable; Before the INFILE is executed, you set the variable to the desired name. Maybe this feature is only available under MVS and so only documented in the MVS manual. Jens


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