search for: sas7bcat

Displaying 8 results from an estimated 8 matches for "sas7bcat".

2008 Dec 13
2
sas.get function in Hmsic 3.4-4 vs. 3.0-12
...from the old and new, but the old one worked. Can someone tell me how sas.get should be used in Hmisc 3.4-4. Thanks, Larry Package Hmisc version 3.0-12 > a1 <- sas.get("C:\\Temp", mem="one") Read 2 records Read 1 record Warning message: C:\Temp/formats.sc? or formats.sas7bcat not found. Formatting ignored. in: sas.get("C:\\Temp", mem = "one") > a1 x y 1 1 2 Package Hmisc version 3.4-4 > a1 <- sas.get("C:\\Temp", mem="one") The filename, directory name, or volume label syntax is incorrect. Error in sas.get("C:...
2009 Jan 26
0
Help with sas.get
...ed to import some of our SAS files using the syntax presented in the function help example but the importation always failed. The function does not seem to recognize our sas files and complains about the lack of format library files (I am not SAS proficient, but I guess that is what the formats.sas7bcat is, isn't?). Currently, my working directly contain different .sas7bdat files but no .sas7bcat files. Is the existence of format files assumed by the function? I would really appreciate if a user experienced with this function could provide some guidance. Thank you Working environment: R 2...
2007 Apr 10
3
sas.get problem
...ilename, directory name, or volume label syntax is incorrect. Error in sas.get(library = "F:/sas", mem = "form.ea1", format.library = "sas.fmts.sas7bdat", : SAS job failed with status 1 In addition: Warning messages: 1: sas.fmts.sas7bdat/formats.sc? or formats.sas7bcat not found. Formatting ignored. in: sas.get(library = "F:/sas", mem = "form.ea1", format.library = "sas.fmts.sas7bdat", 2: 'cmd' execution failed with error code 1 in: shell(cmd, wait = TRUE, intern = output)
2009 Apr 21
1
sas.get() exit
...ver. I've pasted my command and ensuing errors below: sas.get(lib="EOG", mem="eog3pub00_1") Error in if (status != 0) { : argument is of length zero In addition: Warning message: In sas.get(lib = "EOG", mem = "eog3pub00_1") : EOG/formats.sc? or formats.sas7bcat not found. Formatting ignored. I have SAS installed, and am in the directory which contains EOG, which in turn contains "eog3pub00_1", the full name of which is eog3pub00_1.sas7bdat. R.Version() returns: $platform [1] "i686-pc-linux-gnu" ... $version.string [1] "R versio...
2010 Dec 28
2
Importing Sas files to R
...t i used library "Hmisc" and try<-sas.get("C:\\ex.sas7bdat") . But it shows error that Error in sas.get("C:\\ex.sas7bdat") : SAS member name is required In addition: Warning message: In sas.get("C:\\ex.sas7bdat") : C:\ex.sas7bdat/formats.sc? or formats.sas7bcat not found. Formatting ignored. Thanks in Advance. -- *Best Regards, Reka. * [[alternative HTML version deleted]]
2008 Dec 03
2
reading version 9 SAS datasets in R
...NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, In addition: Warning message: In sas.get("D:\\CES Analysis\\Data", mem = fadata) : D:\CES Analysis\Data/formats.sc? or formats.sas7bcat not found. Formatting ignored. > ls() [1] "fadata" > ?read.xport > fadata2 <- read.xport("D:\\CES Analysis\\Data\\fadata.xpt") Error in lookup.xport(file) : file not in SAS transfer format > ?read.ssd > fadata2 <- read.ssd("D:\\CES Analysis\...
2003 Sep 28
0
Problem with sas.get function in Hmisc library
...as.get(library,member, ...) method, I get the following error : > sas.get("pme","Edfv1_a")->test.import.sas Error in sas.get("pme", "Edfv1_a") : library, "pme", is not a Unix directory In addition: Warning message: pme/formats.sc? or formats.sas7bcat not found. Formatting ignored. in: sas.get("pme", "Edfv1_a") 'rm' n'est pas reconnu en tant que commande interne ou externe, un programme ex?cutable ou un fichier de commandes. Is it supposed to work only on a Unix machine ? So, let's try the second approach...
2003 Oct 01
3
sas.get problem
...le. 'less' is not recognized as an internal or external command, operable program or batch file. Error in sas.get("c:/ndri/cvar/data", member = "citypro2") : SAS job failed with status 1 In addition: Warning messages: 1: c:/ndri/cvar/data/formats.sc? or formats.sas7bcat not found. Formatting ignored. in: sas.get("c:/ndri/cvar/data", member = "citypro2") 2: cmd execution failed with error code 1 in: shell(cmd, wait = TRUE) 3: cmd execution failed with error code 1 in: shell(cmd, wait = TRUE) 'rm' is not recognized as an internal or...