22.09.2013 Views

NetCOBOL for SPARC Architecture SAF Subroutines User's Guide

NetCOBOL for SPARC Architecture SAF Subroutines User's Guide

NetCOBOL for SPARC Architecture SAF Subroutines User's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Condition-name Value Meaning<br />

Chapter 3. How to Use <strong>SAF</strong> <strong>Subroutines</strong> 25<br />

COBW3-DMODE-NODBG LOW-VALUE No error message is output.<br />

COBW3-DMODE-DBG "1" An error message is output to the browser.<br />

Processing Result Data:<br />

None.<br />

Note: If COBW3_INIT is called more than once per connection, the Web data area<br />

obtained may be reinitialized and subsequent operations may fail.<br />

Manipulate Web Parameters<br />

COBW3_GET_VALUE, COBW3_GET_VALUE_XX,<br />

COBW3_GET_VALUE_NX, COBW3_GET_VALUE_XN,<br />

COBW3_GET_VALUE_NN<br />

Search a field name (NAME) from the Web parameter obtained in COBW3_INIT and<br />

return the value (VALUE) corresponding to the name.<br />

ASCII environment:<br />

• COBW3_GET_VALUE<br />

Search the name (NAME) of an alphanumeric character-string and return the<br />

value (VALUE) corresponding to the name as an alphanumeric character-string.<br />

Unicode environment:<br />

• COBW3_GET_VALUE_XX<br />

Search the name (NAME) of an alphanumeric character-string and return the<br />

value (VALUE) corresponding to the name as an alphanumeric character-string.<br />

• COBW3_GET_VALUE_NX<br />

Search the name (NAME) of a national character-string and return the value<br />

(VALUE) corresponding to the name as an alphanumeric character-string.<br />

• COBW3_GET_VALUE_XN<br />

Search the name (NAME) of a alphanumeric character-string and return the<br />

value (VALUE) corresponding to the name as a national character-string.<br />

• COBW3_GET_VALUE_NN<br />

Search the name (NAME) of a national character-string and return the value<br />

(VALUE) corresponding to the name as a national character-string.<br />

Padding characters <strong>for</strong> storing the obtained value (VALUE) are blank.<br />

Format:<br />

CALL "COBW3_GET_VALUE" USING COBW3.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!