NEORIS leads the mainframe systems transformation through DevOps adoption. - Asset Display Page
dubna 02, 2024
Madrid, April 3, 2024 – NEORIS, a global digital accelerator with over 20 years of experience in digital transformation for large enterprises, reaffirms its commitment to DevOps strategies for mainframe modernization and positions itself as a strategic partner for its clients.
The digital accelerator, spearheading the transformation of these systems in some of the world's largest organizations, announced in 2023 the launch of NEORIS zDevOps, its own suite featuring five extensions which are already available for download on the Visual Studio Code Marketplace:
• File Editor enables visualization and editing of sequential files (QSAM) generated on IBM Z systems.
• Scheduler Viewer Enables visualization of batch process programming executed in the production environment.
• COBOL Lint performs real-time analysis of COBOL code quality rules.
• BMS Designer generates CICS and BMS Maps program screens in a graphic and dynamic way.
• Software Control Management Enables connection to IBM SCLM and manages the software development lifecycle within a unified, modern environment, thereby enhancing productivity and user experience.
“There are still many organizations that want to maintain their mainframe systems, mainly due to how robust and secure they are. Through our methodology, we implement new development models (CI/CD) based on our clients' current distributed technological stacks, thus maximizing their return of investment in the Z Platform," says Luis López, Global Director of Mainframe Innovation and Modernization at NEORIS.
Mainframe system transformation is necessary since it enables for organizations to become more agile and efficient, as development cycles have not evolved in recent decades. Modernization through DevOps strategies can yield significant benefits such as cost and development time reductions, attraction of new talent, and the reduction of dependencies as well as third-party licenses.
“Another benefit organizations will experience when modernizing their mainframe is an increase in their development teams' productivity by more than 25%. Additionally, by maintaining their current technological stack, we reduce the impact and culture change associated with the implementation of new development tools," adds Luis López
Download NEORIS zDevOps extensions from the Visual Studio Code Marketplace.
Featured
Java method "com.liferay.portal.kernel.util.DateUtil_IW.parseDate(String, String, Locale)" threw an exception when invoked on com.liferay.portal.kernel.util.DateUtil_IW object "com.liferay.portal.kernel.util.DateUtil_IW@dc58b1b"; see cause exception in the Java stack trace. ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign dateToParse = dateUtil.parseD... [in template "20099#20135#36879" at line 50, column 33] ----
1<style>
2 #feactureBlogs {
3 margin-top: 5px;
4 }
5
6 #feactureBlogs .blogFeactureHidden {
7 display:none;
8 }
9 #feactureBlogs ul {
10 padding: 0;
11 margin: 0;
12 }
13
14 #feactureBlogs li {
15 list-style: none;
16 }
17
18 #feactureBlogs .titleBlog {
19 margin-bottom: 0px;
20 font-weight: bold;
21 color: #000000;
22 font-size:1rem;
23 }
24
25 #feactureBlogs .dateBlog {
26 margin-bottom: 10px;
27 text-transform: capitalize;
28 color: #5f6569;
29 font-size:0.87rem;
30 }
31</style>
32
33<#if entries?has_content>
34 <div id="feactureBlogs">
35 <div class="iniceBlogs">
36 <div class="groupBlogs">
37 <ul>
38 <#list entries as curEntry>
39 <#assign journalArticle = curEntry.getAssetRenderer().getArticle() />
40 <#assign document = saxReaderUtil.read(journalArticle.getContent()) />
41 <#assign root = document.getRootElement() />
42 <#assign elements = initializeVariables(root, ["Title", "Date"]) />
43 <#assign viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry, true) />
44
45 <#if elements.Title?first?? && extractStringValue(elements.Title?first, locale) != "null">
46 <li>
47 <a href="${viewURL}">
48 <p class="titleBlog">${extractStringValue(elements.Title?first, locale)}</p>
49 <#if elements.Date?first?? && extractStringValue(elements.Date?first, locale) != "null">
50 <#assign dateToParse = dateUtil.parseDate("yyyy-MM-dd", extractStringValue(elements.Date?first, locale), locale) />
51 <p class="dateBlog">${dateUtil.getDate(dateToParse, "MMMM d',' yyyy", locale)}</p>
52 </#if>
53 </a>
54 </li>
55 </#if>
56 </#list>
57 </ul>
58 </div>
59 </div>
60 </div>
61</#if>
62
63<#function initializeVariables rootElement variables>
64 <#assign values = {} />
65 <#list variables as key>
66 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-element[@name='${key}']") />
67 <#assign value = [] />
68 <#if xPathSelector.selectSingleNode(rootElement)??>
69 <#assign nodes = xPathSelector.selectNodes(rootElement) />
70 <#if nodes?size > 1>
71 <#list nodes as node>
72 <#assign value = value + [node]>
73 </#list>
74 <#else>
75 <#assign value = [xPathSelector.selectSingleNode(rootElement)] />
76 </#if>
77 <#else>
78 <#assign value = [] />
79 </#if>
80 <#assign values = values + {"${key}" : value} />
81 </#list>
82 <#return values />
83</#function>
84
85<#function extractStringValue node language>
86 <#if node?? && node?is_hash>
87 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content[@language-id='${language}']/text()") />
88 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
89 <#if !string?? || string == "null">
90 <#assign xPathSelector = saxReaderUtil.createXPath("dynamic-content/text()']/text()") />
91 <#assign string = xPathSelector.selectSingleNode(node)!"null" />
92 </#if>
93 <#return string.getStringValue() />
94 <#else>
95 <#return "null" />
96 </#if>
97</#function>
Most viewed
-
IA, SIM Swap y disrupción: las tendencias más destacadas del MWC 2024
března 25, 2024
-
NEORIS lanza HealthCheck para ayudar a las empresas frente al Coronavirus
března 27, 2020
-
NEORIS se convierte en Socio del Año de Microsoft
července 23, 2020
-
Microsoft reconoce a NEORIS como socio del año para SAP en AZURE
července 23, 2020