91³Ô¹ÏÍø

Watch CBS News

More work needs to be done to support Massachusetts veterans, state secretary says

Massachusetts Secretary of Veterans' Services Jon Santiago said on this Memorial Day, more needs to be done for veterans in the state, especially with ensuring there's enough staff to support and care for them.

Memorial Day is much more than a day off and the start of the summer season. For 155 years, it has been a day reserved for honoring the sacrifices made by military personnel who die while serving our country.   

Santiago, who is a major in the U.S. Army Reserve, was asked if he thinks the public has forgotten the true meaning of Memorial Day.

"I think the values that Memorial Day represents [are] still very much alive in people all across the Commonwealth, all across this country. Now whether there is a diminished patriotism when it comes to certain events, perhaps, but for Memorial Day, what this is about, to me and to so many other folks that I interact with on a daily basis, it's about reflection and gratitude and really acknowledging the sacrifice borne by generations of Americans for 250-plus years that have allowed us to be who we are, to share these values and to have the freedoms that govern how we live in society today. For me, it's a moment of gratitude. It's really a sacred American day," said Santiago.

Fixing veterans homes after COVID deaths

That said, Santiago turned to the challenges facing many of the state's 200,000-plus veterans. "Whether it's PTSD, substance use, a whole host of issues, but there are also generations of veterans who have been here for decades who are still looking for care. Think about our Vietnam veterans, our Korean War veterans who are getting up there in age that need that support," he said.

During the height of the COVID pandemic, dozens of veterans died in the state's two Soldiers Homes due to mismanagement, and Santiago says fixing those facilities in Chelsea and Holyoke has been a top priority. The institutions were "using paper medical charts, paper scheduling, not licensed to be nursing homes, ran by people not licensed to run nursing homes with dilapidated infrastructure. Over the course of two years, we've completely turned that around, and I can show you that with outcomes, [people] telling us that care is better, quality is better, and folks are excited about being there."

Concerns about VA staffing

It's been a couple of months since we learned that the Federal Department of Veterans Affairs planned to cut 17% of the workforce at the VA, 83,000 jobs nationally. How is what has happened since affecting services here in our state?

"This is increasingly concerning," says Sec. Santiago. "We're talking about a 15% decrease in staff supporting veterans, whether that's at the VA or some of the other centers that the VA utilizes. We need that support of staff to do the work that we need to do, and so we're already seeing cuts to services across not just the Commonwealth, but across the country.... It raises significant concerns on whether veterans will be able to access their care."

The VA said the cuts have not happened yet, and that their end goal is to "increase productivity, eliminate waste and bureaucracy."

"We're going to maintain VA's mission-essential jobs like doctors, nurses, and claims processors, while phasing out non-mission-essential roles like DEI officers. The savings we achieve will be redirected to Veteran health care and benefits," press secretary for the U.S. Department of Veterans Affairs Pete Kasperowicz said in a statement to WBZ-TV.

Santiago also discussed the potential impact of Medicaid cuts included in the House tax bill passed last week, and steps he's been taking to improve services for female veterans. You can watch the entire interview here, and please join us every Sunday morning at 8:30am for more interviews with newsmakers in public policy on the weekend edition of "Keller At Large."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });