gtpa3m03Application Requester User's Guide


Figures

  1. Overview of Remote Data
  2. Moving TPF Data to a DB2 Database without TPFAR
  3. Moving TPF Data to and from a DB2 Database Using TPFAR and LU 6.2
  4. Moving TPF Data to and from a DB2 Database Using TPFAR and TCP/IP
  5. Transaction Logging with a Frequent Flyer Database
  6. Bulk Data Transfer
  7. Single Line Query
  8. Block Query
  9. Parameter Relationships on MVS for LU 6.2
  10. Parameter Relationships on MVS for TCP/IP
  11. Parameter Relationships with Specific Examples on MVS
  12. Parameter Relationships on RS/6000
  13. SQL CREATE TABLE Command to Create the PHONE_DIRECTORY Table
  14. Example of Calculating RU Size
  15. Overview of TPF Application Preparation
  16. Sample JCL to Run TPF DB2PP
  17. Modifying Non-ISO-C SQL Source Programs for the DB2 Precompiler When Using the Same Cursor
  18. C Code to Copy to Each TPF Segment
  19. Assembler Code Area Needed at the Top of Each Separated TPF Segment
  20. Assembler Code Area Needed in Each TPF Segment before the END Statement
  21. Root Segment
  22. TPF Program to Insert an Employee into the PHONE_DIRECTORY Table
  23. TPF Program to Remove a Specific Entry in the PHONE_DIRECTORY Table
  24. TPF Program to Update a Specific Entry in the PHONE_DIRECTORY Table
  25. TPF Program to Display a Specific Entry in the PHONE_DIRECTORY Table
  26. SQL CREATE TABLE Commands to Create the INSERT_DRIVER and LOG_DRIVER Tables
  27. Example of SQL CREATE INDEX Commands to Create a Primary Index
  28. TPF Program to Call the Insert Driver with the Values Passed
  29. TPF Program to Insert Multiple Records into a Table