ActiBookアプリアイコンActiBookアプリをダウンロード(無償)

  • Available on the Appstore
  • Available on the Google play

概要

TET5

RPGのエラー処理ILE-RPGで書かれたTETクライアントは、ILE-RPGが提供するmonitor/on-error/endmonエラー処理機構を利用することができます。例外を見張るもう一つの方法は、ILE-RPG内の*PSSRグローバルエラー処理サブルーチンを用いることです。例外が発生した際には、ジョブログは、エラー番号、失敗した関数、例外の理由を示します。TETは、呼び出し側プログラムへエスケープメッセージを送ります。cevalp=TET_new*cmonitor*ccallpTET_set_option(tet:globaloptlist)cevaldoc=TET_open_document(tet:%ucs2(%trim(parm1)):docoptlist)::*Error Handlingcon-error*Do something with this error*don't forget to free the TET objectccallpTET_delete(tet)cendmon46 3章: TETライブラリの言語バインディング