Tuxedo 8.0 Supplement for H-Series RVUs
The bankapp.mk file has these additional lines:
#
#
# Float type: This flag is used to set the floating point type to
# be used while compiling the bankapp server and client programs.
#
FLOATTYPE = -WTandem_float
CFLAGS= -DNOWHAT=1 I$(INCDIR) $(CGFLAG) $(DFML32) $(FLOATTYPE)
The new macro, FLOATTYPE, defines the floating point type to be used. The value
-WTandem_float sets the floating type to Tandem. The value -WIEEE_float sets the
floating type to IEEE.
2.
dbdump
After creating the SQL/MP database as explained in Step 2 of the bankapp Sample Application
document (located in NTL), run the following command to make sure the SQL/MP tables
created are empty:
gtacl -p sqlci < dbdump
To see all the records in different SQL/MP tables, run this command after completing Step 9 in
the bankapp Sample Application document.
To make sure that the correct changes are being made to the data in the database by the client
program, run this command after running each client program.
3.
dbclean
This script cleans the data in the SQL/MP tables without deleting the tables. You can run
dbclean at any point during the execution of the application. dbclean is especially helpful if
the database is corrupted for unknown reasons:
gtacl -p sqlci < dbclean
4.
Prev Up Next
Chapter 2. Installation Home Chapter 4. Reference Pages
529410-001
Legal Notices










