H-Series Application Migration Guide (H06.03+)

The TNS/E Native Development Environment
H-Series Application Migration Guide429855-006
2-2
TNS/E Native Development Tools
COBOL compiler
C run-time library
linker
object file utility
SQL compiler
Data Definition Language (DDL)
debugging tools
Common Run-Time Environment (CRE)
Table 2-1 compares the specific tools available in the TNS/R and TNS/E native
environments.
Table 2-1. TNS/R Native and TNS/E Native Development Environments
Comparison
Tool
TNS/R Native
Environment
TNS/E Native
Environment
Native pTAL compiler PTAL (Guardian only) EPTAL (Guardian only)
Guardian C compiler
OSS C compiler
NMC
c89
CCOMP
c89
Guardian C++ compiler
OSS C++ compiler
NMCPLUS
c89
CPPCOMP
c89
Guardian COBOL compiler
OSS COBOL compiler
NMCOBOL
nmcobol
ECOBOL
ecobol
non-PIC linker
PIC linker
loader
nld
ld
rld
not needed (non-PIC not
supported)
eld
rld
object file utility noft enoft
debuggers
command line
PC
Debug, Inspect
Visual Inspect
*Native Inspect
Visual Inspect
SQL compiler (Guardian)
SQL compiler (OSS, PC)
SQLCOMP, MXCOMP
c89 -Wsqlcomp,
c89 -Wmxcomp
SQLCOMP, MXCOMP
c89 -Wsqlcomp,
c89 -Wmxcomp
Data Definition Language DDL DDL
PC native mode cross compilers
for C/C++, COBOL, pTAL
Available through
Tandem Development
Suite (TDS) and
Enterprise Toolkit -
NonStop Edition (ETK)
Available through ETK
only; TDS not supported
* Native Inspect cannot currently be used to debug COBOL programs. The recommended debugger for H-
series COBOL programs is Visual Inspect.