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 (June 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 9 Jun 2010 21:33:22 -0400
Reply-To:     Nat Wooding <nathani@VERIZON.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nat Wooding <nathani@VERIZON.NET>
Subject:      Re: DSNCATLGD Function
In-Reply-To:  <201006092111.o59Ausll027818@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"

Does your system have any rules about how data sets are named so that a node might include a clue that would indicate that the file was a tape?

Nat Wooding

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Jesper Sahner Pedersen Sent: Wednesday, June 09, 2010 5:11 PM To: SAS-L@LISTSERV.UGA.EDU Subject: DSNCATLGD Function

Hi,

When working on z/OS the DSNCATLGD Function verifies the existence of an external file without causing allocation if the file is on tape (unlike the FILEEXIST Function which will mount the tape).

Ok, fine. Now say the file does exist (DSNCATLGD(filename) returns 1), how can I decide whether the file is actually on tape or not?

Regards, Jesper


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