Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Column
width25%



Column
width25%

Data Resources Subcategory


Column
width25%


Column
width25%

Collaboration Subcategory

<Back to Collaboration Hub



Panel
borderWidth0

Livesearch
spaceKeyDATA
placeholderSearch CCSQ Data & Analytics site
typepage




Horizontal Navigation Bar
idHCQIS Data & Analytics


Horizontal Navigation Bar Page
titleNews & Announcements


Panel
borderWidth0


Panel
borderWidth0



Tabs Container
directionvertical


Tabs Page
titleTraining & Onboarding

Training & Onboarding

Excerpt Include
Training & Onboarding Archive
Training & Onboarding Archive
nopaneltrue


Tabs Page
titleData Resources

Data Resources

Excerpt Include
Data Resources Archive
Data Resources Archive
nopaneltrue


Tabs Page
titleAnalytics & Tools

Analytics & Tools

Excerpt Include
Analytics & Tools Archive
Analytics & Tools Archive
nopaneltrue


Tabs Page
titleCollaboration

Collaboration

Excerpt Include
Collaboration Archive
Collaboration Archive
nopaneltrue





Horizontal Navigation Bar Page
titleAbout

The CCQS Data & Analytics space is the place to find resources related to data and analytics to support the CCSQ mission to improve outcomes, beneficiary experience of care, and population health and reduce health care costs.

To support this mission, the HCQIS Data and Analytics modernization effort applies the agile development approach to make information timely, accessible, and secure. The CCSQ HCQIS Amazon Web Services (AWS) environment is composed of the Centralized Data Repository (CDR) and the CCSQ Analytics Platform (CAP). The CDR consists of single, well-defined, and high-quality versions of all the data entities within the CCSQ organizational ecosystem. The CAP provides high-performance, in-memory analytics in an open, cloud-enabled, run-time environment. 

The information is organized under four main categories: Training & Onboarding, Data Resources, Analytics & Tools, and Collaboration, as shown in the top navigation bar.

More information regarding the CDR is found under Data Sources. More information regarding the CAP is found under Analytics & Tools. The Community of Practice (CoP) includes regular Communications Calls, which provide a means for community-wide information sharing.


Horizontal Navigation Bar Page
titleSystem Maintenance


Expand
title2021 PLANNED MAINTENANCE SCHEDULE

All events will begin at 8:00 pm ET. A communication will be sent out once maintenance is complete.

March 19
April 23
May 21
June 18
July 23
August 20
September 24
October 22
November 19
December 17



Panel
borderWidth0


Tabs Container
directionhorizontal


Tabs Page
title2021


Tabs Container
directionvertical


Tabs Page
titleMarch 19, 2021

Extended Maintenance Event This Weekend

Maintenance Event

Date/Time

SAS Viya Maintenance3/19/2021 8:00 pm ET – 3/19/2021 10:00 pm ET
CDR (Hive) Maintenance3/19/2021 8:00 pm ET – 3/21/2021 Evening

After the SAS Viya maintenance event completes on Friday evening, users can utilize Viya for SAS analytics work, including QIES and workbench data; but, users will be unable to access data in Hive databases within the CDR until its maintenance event is completed Sunday evening. A communication will be sent out once the maintenance events have been completed.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved. 

* Save CAS in-memory table to Hive;

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleFebruary 19, 2021

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for Friday, February 19th, beginning at 8:00 pm ET. A communication will be sent out once the maintenance event is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive;

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleJanuary 31, 2021

SAS Viya Maintenance Event

The Data & Analytics Team is currently aware of degraded CAS performance in SAS Viya. The team is monitoring the issue and will conduct a maintenance event on Sunday, January 31st, beginning at 10:00 am ET. A communication will be sent out once the maintenance event is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. If you have a job running during the maintenance timeframe, the job will have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive; 

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleJanuary 22, 2021

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for Friday, January 22nd, beginning at 8:00 pm ET. A communication will be sent out once the maintenance event is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long-running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive;

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleJanuary 15, 2021


Maintenance Event Details

Product

CDR Environment

Date/Time

January 15, 2021 8:00 pm EST

Affected Customers

All CDR Users

Summary

A maintenance event will occur tonight at 8:00 pm EST to update a critical infrastructure component for the CDR environment.

Call to Action

We anticipate service disruption during this maintenance event, and recommend users refrain from submitting jobs beginning at 8:00 pm EST. A communication will be sent out once the maintenance event has completed.






Tabs Page
title2020


Tabs Container
directionvertical


Tabs Page
titleDecember 18, 2020

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for this Friday, December 18th, beginning at 8:00 pm ET. The event will complete later that evening, and a communication will be sent out once maintenance is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive;

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleNovember 20, 2020

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for this Friday, November 20th, beginning at 8:00 pm EST. The event will complete later that evening, and a communication will be sent out once maintenance is complete. 

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive; 

PROC CASUTIL; 

         SAVE

REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleOctober 23, 2020

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for Friday, October 23rd, beginning at 8:00 pm EDT. During this maintenance event, the Data and Analytics team will implement the URL changes as announced during our bi-weekly Communications Calls and in our Weekly Communications. The event will complete later that evening, and a communication will be sent out once maintenance is complete.

After the maintenance event, please update your bookmarks to the new SAS Viya URL (https://qnetanalytics-viya.cms.gov/). Please note that a redirect will be in effect until December 1st to minimize access issues, but you are encouraged to update your bookmarks immediately.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any long running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive;

PROC CASUTIL;

SAVE

REPLACE

INCASLIB="mylib" CASDATA="mytable"

OUTCASLIB="mylib" CASOUT="mytable";

RUN;


Tabs Page
titleOctober 9, 2020

SAS Viya and CDR Restart

A small maintenance event and restart for SAS Viya and CDR will occur on October 9th at 8:00 pm EDT. The environment will be unavailable for around 15 minutes. During the small downtime this evening, we will add additional Storage Gateway configurations for SAS Viya and correct the vertex issue that was observed in the CDR on October 6th and 7th. A communication will be sent out after the restart is complete.

Call to Action: Please ensure any data that needs to be stored on the SAS Workbench is saved prior to the 8:00 pm EDT maintenance window. Any long-running jobs that are reading or writing to workbench would have to be restarted.


Tabs Page
titleSeptember 18, 2020

CAP and CDR Maintenance Outage

A maintenance event for CAP and CDR is scheduled for Friday, September 18th, beginning at 8:00 pm EDT. This event will complete later that evening. A communication will be sent out once maintenance is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Also, please avoid running jobs that will extend into the maintenance window.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive; 

PROC CASUTIL; 

         SAVE REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN;


Tabs Page
titleSeptember 13, 2020

CAP and CDR Unscheduled Maintenance Outage

An unscheduled maintenance event for CAP and CDR is scheduled for Sunday, September 13th, beginning at 3:00 pm EDT. This event will complete later that evening. A communication will be sent out once maintenance is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process. Any log running jobs would also have to be restarted.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.

* Save CAS in-memory table to Hive; 

PROC CASUTIL; 

         SAVE REPLACE                                           

         INCASLIB="mylib" CASDATA="mytable" 

         OUTCASLIB="mylib" CASOUT="mytable"; 

RUN;


Tabs Page
titleAugust 21, 2020

CAP and CDR Maintenance Outage

The next maintenance event for CAP and CDR is scheduled for Friday, August 21st, beginning at 8:00 pm EDT and will extend until the evening of Sunday, August 23. A communication will be sent out once maintenance is complete. 


Call to Action: Please note the two actions you should take before this maintenance event.  
  1. Log into SAS Viya and go to the Data Explorer section of SAS Studio. Make a note of all your existing favorites under “My Favorites” (i.e., favorites/shortcuts referencing workspace path, CASLIB, or home directories). This is a necessary step to follow because some of the favorites/shortcuts to workspace path, CASLIB, or home directories will not be migrated following the maintenance window. As a reminder, the favorites can be found here: 



  2. If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process.

    Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved 

 * Save CAS in-memory table to Hive; 

PROC CASUTIL; 

          SAVE REPLACE                                           

          INCASLIB="mylib" CASDATA="mytable" 

          OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleAugust 14, 2020

SAS Viya Maintenance Outage

The next maintenance event for SAS Viya to implement security improvements is scheduled for Friday, August 14, beginning at 8:00 pm EDT. A communication will be sent out once maintenance is complete.

Call to Action: If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. 

As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved. 

* Save CAS in-memory table to Hive; 

PROC CASUTIL; 

SAVE REPLACE

INCASLIB="mylib" CASDATA="mytable"

OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleJuly 31, 2020

CAP and CDR Maintenance Outage

The next maintenance event for CAP and CDR is scheduled for Friday, July 31st beginning at 8:00 pm EDT and will extend until the evening of Sunday, August 2. A communication will be sent out once maintenance is complete. 


Call to Action: Please note the two actions you should take before this maintenance event.  
  1. Users will likely need to configure their personal preferences again when they login after maintenance is complete. Please review and make note of your current preferences today from the application settings. Your user settings are found in the drop-down menu at the top right of the Viya application in your browser.

  2. If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process.
    Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved. You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them. As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved. 

 * Save CAS in-memory table to Hive; 

PROC CASUTIL; 

          SAVE REPLACE                                           

          INCASLIB="mylib" CASDATA="mytable" 

          OUTCASLIB="mylib" CASOUT="mytable"; 

RUN; 


Tabs Page
titleJuly 24, 2020

CAP and CDR Monthly Maintenance

Monthly maintenance for CAP and CDR is scheduled for tonight, July 24, beginning at 8:00 pm EDT. A communication will be sent out once maintenance is complete.

Call to Action

If you have not saved your tables, please make sure to do so. This is to ensure that your information will be saved throughout the maintenance process.

Prior to the planned maintenance window, users should save any of the tables in their own CASLIB to Hive in order for the information to be saved.

You can save your existing CASLIB data loaded into memory using the following code. You’ll need to update the code to reference your CASLIB name and table. You will need to save each table individually. After the maintenance window, you will need to load your tables back into memory in order to continue working with them.

* Save CAS in-memory table to Hive;

PROC CASUTIL;

SAVE REPLACE
INCASLIB="mylib" CASDATA="mytable"
OUTCASLIB="mylib" CASOUT="mytable";

RUN;

As a reminder, whenever there is maintenance on the environment, you will need to make sure all of your code and table changes are saved.






Horizontal Navigation Bar Page
titleRelease Notes


Tabs Container
directionvertical







Panel
borderColor#254b78
titleColor#ffffff
borderWidth1
titleBGColor#254b78
borderStylesolid
titleSystem Status


Excerpt Include
FAQs
FAQs
nopaneltrue

The issue with users being unable to write to HDFS when data was being uploaded from SAS/CAS has been identified and resolved. The team discovered that network routing changes were required, made the necessary changes, and completed testing.

We thank you for your patience as the team worked to identify and resolve the issue.Some CDR/Hive users have experienced intermittent issues with jobs when reading from SAS and writing to CDR/Hive. The DAMOD Team is currently investigating and will post updates in the Known Issues Log


Excerpt


Column
width75%


Panel
bgColor#dddced
borderWidth0 px






Panel
borderWidth0

This Quicklook Infographic provides a handy reference to the data and analytics modernization effort.