アーティクル - CS175517
Screen Design Aid (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 タイプのメニュー オブジェクトを作成できます。Implementer オブジェクト コード MNU を使用すると、これが可能になります。
最新バージョンはこちらを参照ください CS175517