Select the method for updating table metadata that provides for the most control over updating features and can be run in batch.
A. Update Metadata option in Data Library Manager in SAS Management Console.
B. Update Library Metadata task in SAS Enterprise Guide.
C. Update Metadata option in SAS Data Integration Studio.
D. METALIB procedure using SAS code.
A client wants to have their system set up so that stored processes can access libraries without having to manage library assignments in the stored process code. How should the libraries be assigned?
A. by default
B. by client application
C. by pre-assignment
D. by user access
A customer's environment has a standard workspace server instantiated by the object spawner. What authentication is required to support this configuration?
A. back-end authentication
B. integrated authentication
C. host authentication
D. internal authentication
Given the following authorization setup:
-Mary is a direct member of DeptA and DeptB
-
Library Sales2 has an explicit RM denial for DeptA.
-
Library Sales2 has an explicit RM grant for DeptB. Which statement is true?
A.
Mary can see Library Sales2.
B.
Mary cannot see Library Sales2.
C.
Mary can see Library Sales2 for data associated withDeptB only.
D.
Mary can see Library Sales2 for data flagged as PUBLIC only.
You used the SAS Add-In for Microsoft Office in Microsoft Excel to view a SAS OLAP cube. Which type of server is used to access the OLAP cube?
A. OLAP server
B. Workspace server
C. OLAP and workspace server
D. OLAP and batch server
Metadata repositories are a collection of files in a physical folder. In what format are the files stored?
A. SAS data sets
B. SAS metadata sets
C. XML D. SGML
You have used the SAS Management Console to unregister a repository. Which statement is true?
A. The metadata and physical files for the repository are deleted.
B. The metadata for the repository is deleted but the physical files are not affected.
C. The metadata for the repository is not affected but the physical files are deleted.
D. The metadata and physical files for the repository are not affected.
A platform administrator used operating system commands to backup the metadata repositories and repository manager in a SAS environment. When the platform administrator attempted to restore the SAS environment, the backup files were unusable. What is the most likely cause of the backup files being unusable?
A. The metadata server was stopped when the backup was taken.
B. The metadata server was Online when the backup was taken.
C. The metadata server was only paused to an Offline state when the backup was taken.
D. The metadata server configuration file omaconfig.xml is not included in a backup initiated by operating system commands.
How do you modify the logging levels of a server without having to restart the server?
A. Modify theRollingFileAppender.
B. Use the IOMServerAppender to specify the message.
C. Use the Server Manager plug-in to modify the logger settings dynamically.
D. Modify the logconfig.xml file.
Place the Log events in order of Diagnostic Level for severity from Highest (most severe) to Lowest.
A. DEBUG, INFO, ERROR, WARN
B. WARN, ERROR, DEBUG, TRACE
C. ERROR, DEBUG, TRACE, WARN
D. ERROR, WARN, INFO, DEBUG