HPlogo SNA IMF Programmer's Reference Manual: HP 3000 MPE/iX Computer Systems

Chapter 3 Intrinsics Used with Standard MPE I/O

» 

Technical documentation

» Feedback

 » Table of Contents

 » Glossary

 » Index

Table of Contents

ACQUIRE3270
Syntax (for SNA IMF/V)
Syntax (for SNA IMF/XL)
Parameters
Description
ATTRLIST
Syntax
Parameters
Description
CLOSE3270
Syntax
Parameters
Description
ERR3270
Syntax
Parameters
Description
EXTFIELDATTR
Syntax
Parameters
Description
FIELDATTR
Syntax
Parameters
Description
OPEN3270
Syntax
Parameters
Description
PRINT3270
Syntax
Parameters
Description
READFIELD
Syntax
Parameters
Description
READSCREEN
Syntax
Parameters
Description
READSTREAM
Syntax
Parameters
Description
RECV3270
Syntax
Parameters
Description
RESET3270
Syntax
Parameters
Description
SCREENATTR
Syntax
Parameters
Description
STREAM3270
Parameters
Description
TRAN3270
Syntax
Parameters
Description
VERS3270
Syntax
Parameters
Description
WRITEFIELD
Syntax
Parameters
Description
WRITESTREAM
Syntax
Parameters
Description
Summary of Intrinsic Calls
Intrinsic Calls in COBOL
Intrinsic Calls in FORTRAN
Intrinsic Calls in BASIC
Intrinsic Calls in SPL
Intrinsic Calls in Pascal
Intrinsic Calls in C/XL

This chapter describes the intrinsics used with standard (wait) MPE I/O. For a description of MPE wait and no-wait I/O, see Chapter 2 “Using SNA IMF Intrinsics”

The intrinsic descriptions are listed in alphabetical order. Each description includes parameter definitions, a list of possible return codes that the intrinsic can generate, calling sequences in BASIC, COBOL, COBOL II, FORTRAN, Pascal, SPL, and C, and programming excerpts from Pascal programs.

Output parameters are bold. An abbreviation above each parameter in the syntax description indicates the data type of the parameter. The abbreviations are as follows:

I

Integer

CA

Character Array

IA

Integer Array

All parameters are passed by reference. All parameters are required.

NOTE: References to COBOL in this section apply to COBOL II as well as COBOL. References to COBOL II apply only to COBOL II.

See Appendix A “Intrinsic Result Codes” for a complete list of all result codes returned in the result parameter of SNA IMF intrinsics.

See the "Summary of Intrinsic Calls," later in this Chapter, for a list of the intrinsic calls in each supported language.

Feedback to webmaster