call "CBL_NLS_COMPARE" using        string1
                                    string2
                       by value     string1-length
                       by value     string2-length
                       by reference result-byte
                       returning    status-code
 
	 | 呼び出しプロトタイプ使用時 (「説明の読み方」を参照) | PIC | |
|---|---|---|
| string1 | pic x(n) | pic x(n) | 
| string2 | pic x(n) | pic x(n) | 
| string1-length | cblt-os-size | pic x(4) comp-5 または pic x(8) comp-5 (64 ビットのネイティブ プログラムのみ)  | 
 
				
| string2-length | cblt-os-size | pic x(4) comp-5 または pic x(8) comp-5 (64 ビットのネイティブ プログラムのみ)  | 
 
				
| result-byte | cblt-sx1-comp5 | pic s9(2) comp-5 | 
| status-code | 「説明の読み方」を参照 |