-
Notifications
You must be signed in to change notification settings - Fork 89
Utility Macro Index (SAS)
Dante Di Tommaso edited this page Mar 1, 2016
·
19 revisions
Scripts - Description | State | Results | Artifacts |
---|---|---|---|
assert_complete_refds.sas - Assert that a "reference" dset contains info for all obs in a "details" dset | qualified | PASS 6 of 6 tests |
Test plan Test-script SAS log Results |
assert_continue.sas - error handling mechanism for standard scripts. if error detected, stop processing data and write message to user. | implemented |
to do PASS 0 of 0 tests |
to do Test plan.docx Test script SAS log Results |
assert_depend.sas - Assert all dependencies of a standard script are satisfied | qualified | PASS 17 of 17 tests |
Test plan Test script SAS log Results |
assert_dset_exist.sas - Assert that a dset is accessible | qualified | PASS 11 of 11 tests |
Test plan Test script SAS log Results |
assert_macro_exist.sas - Assert that a macro is accessible | qualified | PASS 10 of 10 tests |
Test plan Test script SAS log Results |
assert_unique_keys.sas - Assert that records in DS are unique according to KEYS | qualified | PASS 19 of 19 tests |
Test plan Test script SAS log Results |
assert_var_exist.sas - Assert that dset contains a variable | qualified | PASS 13 of 13 tests |
Test plan Test script SAS log Results |
assert_var_nonmissing.sas - Assert that dset contains a variable | qualified | PASS 27 of 27 tests |
Test plan Test script SAS log Results |
util_access_test_data.sas - Access CS PhUSE test data, XPT containers | qualified | PASS 8 of 8 tests |
Test plan Test script SAS log Results |
util_axis_order.sas - Generate a data-driven axis range clause like "0 to 100 by 10" | qualified | PASS 40 of 40 tests |
Test plan Test script SAS log Results |
util_boxplot_block_ranges.sas - Generate pipe-delimited subset clauses, to limit number of boxes on one box plot | qualified | PASS 19 of 19 tests |
Test plan Test script SAS log Results |
util_count_unique_values.sas - Count the number of unique values in a variable | implemented | to do | TO DO |
util_delete_dsets.sas - Delete WORK data sets | implemented | to do | TO DO |
util_get_reference_lines.sas - Determine normal range reference lines to include in a plot | implemented | to do | TO DO |
util_get_var_min_max.sas - Determine the MIN and MAX of a numeric variable | implemented | to do | TO DO |
util_labels_from_var.sas - Create sequence of macro vars with code and labels from a pair of variables | implemented | to do | TO DO |
util_resolve_sasautos.sas - Return a pipe-delim list of SASAUTOS paths | implemented | to do | TO DO |
util_value_format.sas - Determine format for summary stats based on precision of measured values | implemented | to do | TO DO |
template row follows: | |||
filename.sas - description | implemented |
to do PASS 0 of 0 tests |
to do Test plan.docx Test script SAS log Results |