TRANSFER Reference Manual
START-SESSION-B40
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–499
CODE-SET-ID
uniquely identifies the character map used to enter data. To select the desired
map, enter one of the permitted values listed in Appendix D.
If both CODE-PAGE-ID and CODE-SET-ID contain 0, the TRANSFER delivery
system selects the default map for sessions, as noted under “START-SESSION-
B40 UOW Operation.”
PAGE-STRING and SET-STRING redefine CODE-PAGE-ID and CODE- SET-
ID, respectively, for MOVE operations in SCREEN COBOL and COBOL
programs.
RETN-CODE
is the return code. TISERV returns a code in this field to indicate one of the
following entries.
To indicate successful starting of the session:
0 OK
To indicate problems with the correspondent name:
5600 E-CORR-NSRV-ERR
5601 E-CORR-NOT-FOUND
5602 E-CORR-BAD-NAME
5603 E-CORR-BAD-TYPE
5604 E-CORR-NO-SUCH-NODE
5605 E-CORR-SECURITY
5606 E-CORR-NSRV-NOT-FOUND
5607 E-CORR-NSRV-DOWN
5611 E-CORR-NET-DOWN
5622 E-CORR-NOT-SAME-NODE
5623 E-CORR-AMBIGUOUS-NAME
5624 E-CORR-BAD-SUFFIX
To indicate problems related to the language and character map identifier:
5800 E-TEXT-SERVICE
To indicate other problems:
4005 E-CONCURRENT-SESSION
-4005 W-CONCURRENT-SESSION
Note If concurrent sessions are allowed (see GET-PROFILE-ELEM, Element Identifier 4, for details), the
warning -4005 W-CONCURRENT-SESSIONS might be returned. The application may do an
END-TRANSACTION and continue using this session. If concurrent sessions are not allowed, error
4005 E-CONCURRENT-SESSION might be returned. In this case, the application must abort the
transaction and try later to start a session.