/* STEP 2 */
LIBNAME MACLIB "C:\MySAS";
/* STEP 3 */
OPTIONS MSTORED SASMSTORE=MACLIB;
options ls=132 ps=54 nocenter dquote; ** helpful options for easier printing;
/* STEP 5 */
%mosier(nsc=16, infile="C:\Projects\mosier\mosier_test.in");
/***************************************************************************************/
/** 3/12/14: some notes **/
/***************************************************************************************
mosier.in follows same format as input file used in Ron Hays' mosier.exe program, i.e.,
- only reads first 80 columns for composite name,
- only reads first 8 columns for scale names.
This program differs in that you no longer need to have the weights/SDs/reliabilities conform
to fixed number of columns for input. As long as there is a space between these data points
then the program should read your data just fine.
We've rounded the value of mosier to .0001 when output.
****************************************************************************************/