pTAL Conversion Guide

Introduction
pTAL Conversion Guide527302-002
1-4
Object Code That Runs as a TNS/R Native Process
Object Code That Runs as a TNS/R Native Process
1. Using the pTAL compiler, compile your TAL source code with the SYNTAX
directive.
2. If the compiler reports syntax errors, correct your TAL source file and repeat
Step 1. If not, go to Step 3.
3. Without the SYNTAX directive, compile your source code using the pTAL compiler.
The resulting TNS/R object code runs as a TNS/R native process.
Object Code That Runs as a TNS/E Native Process
1. With the EpTAL compiler, compile your TAL source code with the SYNTAX
directive.
2. If the compiler reports syntax errors, correct your TAL source file and repeat
Step 1. If not, go to Step 3.
3. Without the SYNTAX directive, compile your source code with the EpTAL compiler.
The resulting TNS/E object code runs as a TNS/E native process.