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 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 17 Mar 1996 20:08:34 -0500
Reply-To:   Jack N Shoemaker <JSHOEMAK@BCBSCT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Jack N Shoemaker <JSHOEMAK@BCBSCT.COM>
Subject:   Re: SASTRAP: Dictionary Tables

>>> Don Stanley <dstanle@IBM.NET> writes >>> While I respect your opinion, I have to say that EVERY >>> MVS site I have worked in (about 7) have a site >>> standard that files must be allocated in JCL.

Well Don that's a very mono-centric view of a corporation's information infastructure. What if you had to maintain applications on MVS, VMS, and Windoze platforms? Using DD statements instead of libname and filename statements renders your code just that less portable. By using libname and filename statements, and interrogating the automatic &SYSCP macro variable, you at least have a fighting chance to produce portable code. I find heterogenous computing environments the norm these days, although I suspect there are plenty of MVS-only shops around as well.

Anyway, the dictionary tables ARE cool! - Jack


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