代码搜索:SAS

找到约 3,298 项符合「SAS」的源代码

代码结果 3,298
www.eeworm.com/read/136812/5859676

sas

# # @(#)SAS 1.1 92/07/30 SMI # # Configuration file for running the Sparc Architecture Simulator. # # A complete configuration of a SAS kernel requires the creation # of a sas_simdef.h file in the dir
www.eeworm.com/read/136812/5859711

sas

# # @(#)SAS 1.1 92/07/30 # # Configuration file for running the Sparc Architecture Simulator. # machine "sun4m" cpu "SUN4M_60" # Sun-4m/60 cpu "SUN4M_50" # Sun-4m/50 cpu "SUN4M_40" # Sun-4m/40 ide
www.eeworm.com/read/136812/5860064

sas

# # @(#)SAS 1.1 92/07/30 SMI # # Configuration file for running the Sparc Architecture Simulator. # # A complete configuration of a SAS kernel requires the creation # of a sas_simdef.h file in the dir
www.eeworm.com/read/101082/6253052

sas

# # @(#)SAS 4.8 (ULTRIX) 11/21/90 # machine mips cpu "DS3100" cpu "DS5100" cpu "DS5400" cpu "DS5500" cpu "DS5800" cpu "DS5000" cpu "DS5000_100" ident "SAS" timezone 5 dst maxusers 1 maxuprc
www.eeworm.com/read/433168/8542030

sas sas_functions.sas

DATA example; INFILE 'd:\data\tomfunction.dat' ; INPUT height weight ursod se1-se10; bmi = (weight*703.0768)/(height*height); rbmi1 = ROUND(bmi,1); rbmi2 = ROUND(bmi,.1); lursod = LOG(u
www.eeworm.com/read/146903/12605015

txt sas6.12数据集说明.txt

SAS6.12数据集拷贝到SAS6.12安装驱动器:\sas\sasuser中即可。
www.eeworm.com/read/391626/8394583

doc sas.doc

www.eeworm.com/read/389682/8508702

sas setmod.sas

/* Setmod - IVEware sasmod setup parsing macro */ %macro setmod; %if (%bquote(&msg) eq ) %then %do; /* open log output file */ %let msg = %str(Can%'t) open log file; %if (%sysfunc
www.eeworm.com/read/389682/8508708

sas sasmod.sas

/* Sasmod - IVEware multiple imputation jackknnife regression macro */ %macro sasmod(name= , dir=default, setup=old, mode = ); %let msg = ; /* error message */ %let path = ; /* user wor
www.eeworm.com/read/389682/8508714

sas setup.sas

%macro setup; /* macro to get the setup file */ %getpath; /* get the file path */ %let sysin1 = %sysfunc(getoption(SYSIN)); /* check for log/lst file name conflict */ %if (%bquote(&s