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 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 11 Oct 1996 00:18:39 -0700
Reply-To:     Andrew James Llwellyn Cary <ajlcary@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Andrew James Llwellyn Cary <ajlcary@IX.NETCOM.COM>
Organization: Cary Consulting Services
Subject:      Re: Building a new datetime format

drozd@ibm.net wrote: > > I need to build a format and informat with the pattern CCYYMMDD:HH:MM. > I hope to be able to copy the code for the DATETIME. format and > have it put out the date in the desired format instead of the standard. > > It is not feasible to break up the datetime vars into date and time vars as > this is an online application. > > Is this even possible (or legal)? Any answers would be greatly appreciated.

SFAIK All of the SAS Institute's compiled code is it's intellectual property and is copyrighted and cannot be reverse engineered without permission. You do not have source code for the SAS system.

Custom formats can be built in C (a possibly other languages) using the SAS/Toolkit available from the SAS Institute. Here are descriptions of the users guide

http://www.sas.com/service/doc/pubcat/uspubcat/ind_files/56049.html http://www.sas.com/service/doc/pubcat/uspubcat/ind_files/59162.html

> > Bob Drozd > drozd@ibm.net

-- Andrew J. L. Cary | I Reckon that the Opinions Senior Curmudgeon | expressed here DO represent Cary Consulting Services, Newark, CA | those of the management of ajlcary@ix.netcom.com | Cary Consulting Services


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