CBL_WRITE_SCR_CHARS_ATTR

画面へ文字列を書き込み、文字すべてに同じ属性を与える。

構文:
call "CBL_WRITE_SCR_CHARS_ATTR" using     screen-position
                                          character-buffer
                                          string-length
                                          attribute
                                returning status-code
パラメタ:
呼び出しプロトタイプ使用時 ( 説明の読み方) PIC (32bitシステム)
screen-position Group predefined as cblt-screen-position containing: 以下を含む集団項目:
  cblte-scrp-row   cblt-x1-compx   pic x comp-x.
  cblte-scrp-col   cblt-x1-compx   pic x comp-x.
character-buffer pic x(n). pic x(n).
string-length cblt-x2-compx pic x(2) comp-x.
attribute cblt-x1-compx pic x.
status-code 説明の読み方 参照
入力パラメタ:
screen-position 書込みを開始する画面位置。左上端が行0、列0。 「画面ルーチン」を参照のこと。
character-buffer 書き込む文字列
attribute 書き込む属性
string-length 書き込む文字列の長さ。書込みが画面からはみ出す場合、書込みは画面の終わりで終了する。
出力パラメタ:

なし

説明:

点滅属性は本COBOLシステムではサポートされない。文字指定を行なうと、明るい背景色上に表示される文字が点滅する。

他参照:

関連項目