TNS/E Native Application Conversion Guide
TNS/E Native Application Conversion Guide—529659-003
10-1
10
Converting Programs With Guardian
API Calls
This section describes the changes you must make to Guardian application program
interface (API) calls in programs you convert to TNS/E native mode.This section
discusses:
•
Replacing Obsolete Procedures on page 10-1
•
Using the INITIALIZER Procedure on page 10-5
•
Using Sequential I/O Procedures on page 10-5
•
Using Procedures Enhanced to Support the Native Architecture on page 10-7
•
Using Procedures Affected by KMSF on page 10-7
•
Using Procedures With pTAL Address Types on page 10-9
•
Writing Multithreaded Programs on page 10-9
•
Calling Code You Add to the System Library on page 10-9
•
Adjusting for Increased DCT Limits on page 10-10
Replacing Obsolete Procedures
These Guardian procedures cannot be called by native programs:
ADDRTOPROCNAME on page 10-2
ARMTRAP on page 10-2
CHECKPOINT on page 10-3
CHECKPOINTMANY on page 10-3
CURRENTSPACE on page 10-4
FORMATDATA on page 10-4
LASTADDR on page 10-4
LASTADDRX on page 10-4
XBNDSTEST on page 10-4
XSTACKTEST on page 10-5
The following subsections describe how to replace these obsolete functions.










