home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wrapicsf.zip / EYPOAPI.ZIP / eypapi.ini < prev    next >
Text File  |  2000-06-30  |  5KB  |  112 lines

  1. ;------------------------------------------------------------------------------;
  2. ;   Sample IPFAF Initialization (INI) File                                     ;
  3. ;                                                                              ;
  4. ;   DISCLAIMER OF WARRANTIES:                                                  ;
  5. ;   -------------------------                                                  ;
  6. ;   The following [enclosed] code is sample code created by IBM Corporation.   ;
  7. ;   This sample code is not part of any standard IBM product and is provided   ;
  8. ;   to you solely for the purpose of assisting you in the development of your  ;
  9. ;   applications. The code is provided "AS IS", without warranty of any kind.  ;
  10. ;   IBM shall not be liable for any damages arising out of your use of the     ;
  11. ;   sample code, even if they have been advised of the possibility of such     ;
  12. ;   damages.                                                                   ;
  13. ;                                                                              ;
  14. ;   DESCRIPTION                                                                ;
  15. ;   -----------                                                                ;
  16. ;   The user can use this file to change any IPFAF INI settings he desires.    ;
  17. ;   This file contains all the IPFAF INI variables with their DEFAULT values   ;
  18. ;   set. INI variables without default values have been commented out (appear  ;
  19. ;   on a line starting with a ';').                                            ;
  20. ;------------------------------------------------------------------------------;
  21. ;
  22. ;        PATH where the IPFAF files are stored (MUST NOT have trailing '\')
  23. ;        --  default is the <ROOT Directory>\
  24. ;
  25. IPFAFPath = c:\
  26. ;------------------------------------------------------------------------------;
  27. ;
  28. ;        Flag for Logging (EYPLmmdd.LOG files)
  29. ;        --  default is Logging OFF (0)
  30. ;        --  0  All Logging OFF
  31. ;        --  1  Log files created only error conditions logged
  32. ;        --  2  Log files created all conditions logged
  33. ;
  34. Logging = 0
  35. ;------------------------------------------------------------------------------;
  36. ;
  37. ;        Flag for Logging the FAF Parameters Types created by APIs
  38. ;        --  default is Logging OFF (0)
  39. ;        --  0  Parameter types Not logged
  40. ;        --  1  Log Faf Parameter Types
  41. ;
  42. FafTypeLogs = 0
  43. ;------------------------------------------------------------------------------;
  44. ;
  45. ;        Timeout value for TCPIP Sends and Receives in milliseconds
  46. ;        --  default is 20000 (20 seconds)
  47. ;
  48. TimeOutTCPIP = 20000
  49. ;------------------------------------------------------------------------------;
  50. ;
  51. ;        Flag if IPFAF connect required for successful Logon
  52. ;        --  default is IPFAF connect required (1)
  53. ;        --  0  IPFAF NOT required
  54. ;        --  1  IPFAF connect required
  55. ;
  56. RequireIPFAF = 1
  57. ;------------------------------------------------------------------------------;
  58. ;
  59. ;        Flag if IODM connect required for successful Logon
  60. ;        --  default is IODM connect required (1)
  61. ;        --  0  IODM NOT required
  62. ;        --  1  IODM connect required
  63. ;
  64. RequireIODM = 1
  65. ;------------------------------------------------------------------------------;
  66. ;
  67. ;        Host Code Page value of IPFAF and IODM systems
  68. ;        --  default is US English EBCDIC 037
  69. ;
  70. HostCodePage = IBM-037
  71. ;------------------------------------------------------------------------------;
  72. ;
  73. ;        Workstation Code Page value
  74. ;        --  default is US English Ascii 437
  75. ;
  76. WkStCodePage = IBM-437
  77. ;------------------------------------------------------------------------------;
  78. ;
  79. ;        FafDefineStoredDoc option to specify OAMName to be DOCID versus DOCNAME
  80. ;        --  default is DOCNAME (0)
  81. ;        --  0  pszOAMName specifies a DOCNAME (OBJNAME) value
  82. ;        --  1  pszOAMName specifies a DOCID (OBJTKN) value
  83. ;
  84. DefDocUsingId = 0
  85. ;------------------------------------------------------------------------------;
  86. ;
  87. ;        IPFAF CICS Transaction ID (Including the ",")
  88. ;        --  default value is "RAP1,"
  89. ;
  90. IPFAFTranId = RAP1,
  91. ;------------------------------------------------------------------------------;
  92. ;
  93. ;        IPFAF IMS Control Data (Including the ",")
  94. ;        --  default value is "EYPRIUX*RAP1,"
  95. ;
  96. IPFAFTranIMS = EYPRIUX*RAP1,
  97. ;------------------------------------------------------------------------------;
  98. ;
  99. ;        IODM CICS Transaction IDs (Including Workstation ID of "01")
  100. ;        --  default values are given for each transaction
  101. ;
  102. IodmBEGBATCH = BEGB,01
  103. IodmLOCK     = LOCK,01
  104. IodmPRINTW   = PRTW,01
  105. IodmSRETOBJ  = SRET,01
  106. IodmSSTROBJ  = SSTO,01
  107. IodmSTATUS   = STAT,01
  108. IodmSTOREC   = STOR,01
  109. IodmSTOROBJU = STOU,01
  110. IodmTEMPIDC  = TMPC,01
  111. ;------------------------------------------------------------------------------;
  112.