我们是否有针对 COBOL、JCL 等大型机技术内置的代码改造工具?

发布于 2024-10-09 07:25:03 字数 244 浏览 0 评论 0原文

我希望代码改造是什么意思?

自从您签出代码以来 产品,如果有任何更改 部署在产品中,然后进行改造 代码会将这些更改添加到您的 使您的代码准备好部署。

希望改造是众所周知的事情。我知道 SUPERCE 确实可以识别代码发生的更改,但是我们是否有一个工具可以自动合并这些更改?让我知道您是否有解决方案或问题需要重新表述?

I hope what does retrofitting of code mean?

Since you checked-out the code from
prod, if any changes have been
deployed in prod, then retrofitting of
a code will add those changes to your
code to make your code deploy-ready.

Hope retrofitting is already known stuff. I know SUPERCE does in identifying the changes happened to code but do we have a tool which incorporated the changes automatically? Lemme know if you have a solution or question needs to be rephrased?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

还不是爱你 2024-10-16 07:25:03

您可以使用 ISPF 编辑器的“COMPARE”命令。它将合并更改为信息行,您可以使用 makedata(前缀区域中的 MD)命令来接受更改。

希望有帮助。

You can use the ISPF Editors "COMPARE" command. It will merge the changes in as info lines and you can use the makedata (MD in the prefix area) command to accept the changes.

Hope that helps.

夏日浅笑〃 2024-10-16 07:25:03

另一个值得考虑的选项是 SERENA Software 的“合并+协调”。它可以比较多达 8 个变体(衍生物)并使用类似 ISPF 编辑器的界面。如果您正在进行大型合并,您可能需要使用其“暂挂工作”功能,在该功能中您可以保存中间结果,并在稍后返回以继续您离开的位置。

请参阅此 PDF 的第 15 页了解方法更多细节。

Another option to consider is "Merge+Reconcile" from SERENA Software. It can compare up to 8 variations (derivatives) and uses an ISPF-editor like interface. If you're working on a huge merge, you may want to use its "Work In suspense" feature, where you save your intermediate results and come back on it at a later time to continue where you left of.

Refer to page 15 of this PDF for way more details.

我一直都在从未离去 2024-10-16 07:25:03

我的这个已经老化了。在并行开发时(例如正在酝酿多个主要版本的多年项目)。

当需要将已接受和已实施的更改硬塞到其他分支中时,就会发生改造,而其他分支中的代码可能与更改之前不同。可能无法实现自动化。

My this has aged. When in parallel development (say multi year projects with multiple major releases in the pipeline).

The retrofit occurs when an accepted and implemented change needs to be shoehorned into the other arms, where code may not be identical prior to the change. It may not possible to automate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文