Output files

Returned files

Returned files

Users will be notified via email when output files are received in their Electronic File Transfer (EFT) inbox. Users have 7 days to download the files from the EFT system. After 7 days‚ the files will be deleted. Only output tables from the Real Time Remote Access (RTRA) macros will be returned and outputs with missing values will not be available.

For each successful SAS program submitted‚ four types of files will be returned to you:

  1. Customized SAS Log (.log)—contains all elements of a standard SAS log with the exception of observation counts‚ which have been removed to protect confidentiality. If a program has failed to run, it will be flagged in red text within this log.
  2. Real Time Remote Access (RTRA) log created from the RTRA system (.txt)—informs users about which stage of the RTRA process the SAS program has successfully completed.
  3. SAS datasets (.sas7bdat)—contains output results in SAS dataset format.
  4. Table (.csv)—contains output results in comma-separated values format.
  5. Tables (.html)—contains output results in HTML format ("RTRAFreq" macro only).

Users may receive the following message when accessing outputs in SAS dataset format:

Note: Data file LIBA.RTRA961628_TABLE1.DATA is in a format that is native to another host‚ or the file encoding does not match the session encoding. Cross Environment Data Access will be used‚ which might require additional CPU resources and might reduce performance.

This note means the file was created in an operating environment that is different than your environment. You can eliminate this message by applying this data step to convert your SAS file:

Data LIBA.RTRA961628_TABLE1;

Set LIBA.RTRA961628_TABLE1;

run;

Quality indicators

Quality indicators

RTRA system will provide users with indicators of data quality for surveys that have bootstrap weights associated with the files.

The following quality indicators, or precision measures, may be available (output may vary depending on the statistic being calculated and survey being used):

BSWCNT: Bootstrap Weighted Count (the number of bootstrap weights used in its calculation)

COUNT: Weighted Counts

S.E.: Standard Error (precision measure)

CILB: Confidence Interval Lower Bound (precision measure)

CIUB: Confidence Interval Upper Bound (precision measure)

QI: Quality Indicator

Researchers are responsible for ensuring the quality of their output. Notes on data quality and usage of data sets can be found in the microdata available in Real Time Remote Access webpage.

Data quality definitions

Data quality definitions

Quality Indicators (Q.I.)
  • C.V. values are not released
  • Quality Indicators (Q.I.) are released based on the following C.V.1:
Value of coefficient of variation (C.V.) Quality indicator
1. C.V. values are calculated from original S.E. and original estimate values.
2. n stands for the number of observations and X is kept confidential and may vary per survey.
3. C.V. not defined refers to cases of division by zero (when released estimate = 0).
C.V. ≤ 0.05 (a)
0.05 < C.V. ≤ 0.15 (b)
0.15 < C.V. ≤ 0.25 (c)
0.25 < C.V. ≤ 0.35 (d)
C.V. > 0.35 or n < X2 (e)
C.V. not defined3 (*)
Released frequency = 0 (.)
Suppressed statistic (.)
Date modified: