技术文章 - CS175517
使用屏幕设计辅助 (SDA) 编写的菜单的实施者推广失败并出现错误
已修改: 22-Dec-2022
适用于
- Implementer 10.1 to 12.4
- "Menu" described in this article is an IBM i native menu
- Compiled via CRTMNU command with parameter TYPE(*DSPF)
- CRTMNU also supports TYPEs *PGM and *UIM, which are supported by Implementer, but not discussed in this article
- Source consists of MNUDDS and MNUCMD member types
- Both members reside in the same "Default source file" defined in object code
- MNUCMD source member name is the same as the menu name with 'QQ' appended to name
- Compiled objects consist of *MSGF, *MENU, and *FILE object types having the name of the menu
- Compiled via CRTMNU command with parameter TYPE(*DSPF)
说明
- 在 iSeries 上使用 SDA 实用程序创建时,DSPF 和 MENU 对象的升级无法处理到目标环境
- 尝试为消息、显示文件和命令源分别提升每个项目
- 使用 STRSDA 命令,您可以开发一个 DSPF 类型的菜单对象,并且实施者对象代码 MNU 允许这样做
这是文章 175517 的 PDF 版本,可能已过期。最新版本 CS175517