True or False: The OPTIONS statement is NOT usually included in a PROC or DATA step. Statement used in Proc Print to replace variable names in SAS output and also used automatically by many procedures. True or False: Footnotes remain in effect until they are changed, cancelled, or you end your SAS session. The null title statement that cancels all titles.įootnotes appear at the _ of the page.
True or False: Titles change every time you submit your program. The value of n in titles and footnotes can be from _ to _.Īn unnumbered title is equivalent to _. Syntex for a title and a footnote in a PROC PRINT. Special where statement operator that selects observations that contain spelling variations of the word or words specified.įor the special where statement operator sounds like, IS _ or IS _ selects observations which the value of the variable is missing. Special where statement operator that selects observations by comparing character values to specified patterns.Īn underscore replaces _ character(s) and % replaces _ of character(s). *each ID/BY value only prints at the start of ea *the ID/BY variable prints in the leftmost column, When this combination of statements specify _ *specify which variable(s) should replace the Obs column
The statement in PROC Print that enables you to Use this statement to put each subroup on a separate page in PROC Print. Using a _ statement and a _ statement together in a PROC Print step produces subtotals and grand totals. *can create a new SAS data set containing the rearranged observationsĭata must be indexed or in sorted order to use a _ statement in a PROC Print step. *rearranges the observations in a SAS data set Option that prints the number of output observations at the end of the report. Statement that produces subtotals if you print the data in groups in PROC Print. Statement which produces column totals in PROC Print. Special operator which selects (contains) observations that include the specified substring. Special operator which selects observations in which the value of the variable falls within a range of values, inclusively. Operator in the where statement that allows commas or blanks to separate values The where statement in the PRINT procedure allows you to _ the data. *enables you to select observations that meet a certain condition Option in PROC Print that supresses the row numbers on the left side of the report. True or False: The var statement does not order the variables to print in PROC Print Statement in the print procedure which enables you to select variables to include in the report and define the order of variables in the report. To explore the descriptor portion of a SAS data set, specify the data set name in this option. Option to suppress the descriptor portions of the data sets in PROC Contents. Keyword in PROC Contents to list all the SAS files in the library. True or False: The libref work can be omitted when you refer to a file in the work library. True or False: Omitting a semicolon never causes errors.Ī collection of SAS files that are recognized as a unit by SAS. True or False: If a SAS program produces output, then the program ran correctly and there is no need to check the SAS log. What are the two major parts of SAS output?
What are the two portions of every SAS data set ? The internally stored SAS date value for Januis _.Ī missing character value is displayed as a _.Ī missing numeric value is displayed as a _. Ĭharacter variable values can be up to _ characters long and use _ byte(s) of storage per character.Ī SAS variable name has _ to _ characters and begins with a _ or an _.īy default, numeric variables are stored in _ bytes of storage. True or False: Observations are in columns The SAS procedure that displays the data portion of a SAS data set True or False: SAS stores date values as character values.Ī SAS date is stored as teh number of days between this date and a date you specify. Which portion of a SAS data is displayed by the CONTENTS procedure?Ĭharacter values are stored with a length of 1 to _ ?ĭefault number of bytes for a numeric variable General information about the SAS data set and variable attributes What does the descriptor portion of a SAS data set contain? Copy deck What are the two portions of the SAS data set?