home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / TKAPR1.ZIP / TKAPR1.INF (.txt) < prev   
Encoding:
OS/2 Help File  |  1996-08-06  |  618.3 KB  |  1,125 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. OS/2 Warp Toolkit APARs ΓòÉΓòÉΓòÉ
  3.  
  4. OS/2 Warp Toolkit APARs as of 6 Aug 1996 
  5.  
  6. About OS2APARS... 
  7.  
  8.  
  9. ΓòÉΓòÉΓòÉ <hidden> About OS2APARS... ΓòÉΓòÉΓòÉ
  10.  
  11. OS2APARS is produced by: 
  12.  
  13. Brent Allen - brenta@vnet.ibm.com 
  14. IBM Personal Systems Competency Center 
  15. Westlake, Texas 
  16. http://pscc.dfw.ibm.com 
  17.  
  18. Updates to these files may be found twice a month (usually) on the OS2APARS 
  19. home page 
  20.  
  21. http://pscc.dfw.ibm.com/os2apars/ 
  22.  
  23. Updates are also available on a monthly basis on: 
  24.  
  25.      The Technical Connection Personal Software CDROM 
  26.      IBM TalkLink (OS2BBS) 
  27.      CompuServe - In the OS/2 support section 
  28.      IBM PC Company BBS (ftp.pcco.ibm.com/pub/os2_text_files/) 
  29.      Prodigy 
  30.      OS2TOOLS - IBM Internal Only 
  31.      Many other IBM support BBS' around the world 
  32.  
  33.  
  34. ΓòÉΓòÉΓòÉ 1.1. PJ16530 - RC COMPILER USES DOSDELETE API TO REMOVE TMP FILES. THIS EFFECTS THE PERFORMANCE IF UNDELETE IS ON. ΓòÉΓòÉΓòÉ
  35.  
  36. APAR Identifier ...... PJ16530      Last Changed ........ 94/12/19
  37. RC COMPILER USES DOSDELETE API TO REMOVE TMP FILES. THIS EFFECTS
  38. THE PERFORMANCE IF UNDELETE IS ON.
  39.  
  40. Symptom ...... PR OTHERAPAR         Status ........... CLOSED  SUG
  41. Severity ................... 3      Date Closed ......... 94/12/19
  42. Component .......... 562268600      Duplicate of .........
  43. Reported Release ......... 300      Fixed Release ............
  44. Component Name OS/2 V3 TOOLKIT      Special Types ..
  45. Current Target Date ..              Type of Relief ..Not Available
  46. SCP ................... OS/2        Platform ............ OS/2
  47.  
  48. Status Detail: Not Available
  49.  
  50. PE PTF List:
  51.  
  52. PTF List:
  53.  
  54.  
  55. Parent APAR:
  56. Child APAR list:
  57.  
  58.  
  59. ERROR DESCRIPTION:
  60. Go to the root directory and:
  61.    UNDELETE *.* /S /F /A
  62. This will purge any saved deleted files.
  63. Use the SOM compiler on any valid IDL file.
  64. Go to the root directory and
  65.    UNDELETE *.* /S
  66. This will demonstrate that some temporary files, created by the
  67. SOM compiler, have been saved by the undelete feature.  This
  68. means in turn that the files were scratched by the OS/2
  69. DosDelete API, instead of the DosForceDelete API.  This is
  70. disadvantageous for two reasons: first, DosForceDelete is
  71. visibly faster; second, the DELDIR environment variable sets a
  72. finite limit on the aggregate byte size of saved deleted files,
  73. so these deleted temporary files, which are of no use, are
  74. pushing out other, possibly valid, files.
  75.  
  76.  
  77. LOCAL FIX:
  78. Set Undelete to OFF.
  79.  
  80.  
  81. PROBLEM SUMMARY:
  82.  
  83.  
  84. PROBLEM CONCLUSION:
  85.  
  86.  
  87. TEMPORARY FIX:
  88.  
  89.  
  90. COMMENTS:
  91. This is a valid argument. This recommandation will be reviewed
  92. for future release of SOM compiler to use DOSFORCEDELETE()
  93. instead.
  94.  
  95.  
  96. MODULES/MACROS:
  97.  
  98.  
  99. SRLS:
  100.  
  101.  
  102. RTN CODES:
  103.  
  104.  
  105. CIRCUMVENTION:
  106.  
  107.  
  108. MESSAGE TO SUBMITTER:
  109.  
  110.  
  111. ΓòÉΓòÉΓòÉ 1.2. PJ16629 - THE SOM COMPILER DOES NOT WRITE ALL TEMPORARY FILES TO THE DIREC TORY SPECIFIED BY THE SMTMP ENVIRONMENT VARIABLE. ΓòÉΓòÉΓòÉ
  112.  
  113. APAR Identifier ...... PJ16629      Last Changed ........ 95/01/12
  114. THE SOM COMPILER DOES NOT WRITE ALL TEMPORARY FILES TO THE DIREC
  115. TORY SPECIFIED BY THE SMTMP ENVIRONMENT VARIABLE.
  116.  
  117. Symptom ...... UR OTHERAPAR         Status ........... CLOSED  PRS
  118. Severity ................... 3      Date Closed ......... 95/01/12
  119. Component .......... 562268600      Duplicate of .........
  120. Reported Release ......... 300      Fixed Release ............
  121. Component Name OS/2 V3 TOOLKIT      Special Types ..
  122. Current Target Date ..              Type of Relief ..Not Available
  123. SCP ................... OS/2        Platform ............ OS/2
  124.  
  125. Status Detail: Not Available
  126.  
  127. PE PTF List:
  128.  
  129. PTF List:
  130.  
  131.  
  132. Parent APAR:
  133. Child APAR list:
  134.  
  135.  
  136. ERROR DESCRIPTION:
  137.    The SOM compiler writes some temporary files in the current
  138. directory instead of the directory specified by the SMTMP
  139. environment variable.
  140.    One filename is {Filename}.CTM which is identical to the
  141. {Filename}.C file which is generated.
  142.    Also occasionally a {Filename}.UC is deleted in the current
  143. dir as well.
  144.    {Filename} is the name of the .IDL file.
  145.  
  146.  
  147. LOCAL FIX:
  148. None.
  149.  
  150.  
  151. PROBLEM SUMMARY:
  152. See above.
  153.  
  154.  
  155. PROBLEM CONCLUSION:
  156. Due to exposure of regressions, this issue will not be
  157. addressed at this time and will be reviewed for the next
  158. release.
  159.  
  160.  
  161. TEMPORARY FIX:
  162.  
  163.  
  164. COMMENTS:
  165.  
  166.  
  167. MODULES/MACROS:   NONE
  168.  
  169.  
  170. SRLS:      0
  171.  
  172.  
  173. RTN CODES:
  174.  
  175.  
  176. CIRCUMVENTION:
  177.  
  178.  
  179. MESSAGE TO SUBMITTER:
  180.  
  181.  
  182. ΓòÉΓòÉΓòÉ <hidden>  ALL TEMPORARY FILES TO THE DIREC TORY SPECIFIED BY THE SMTMP ENVIRONMENT VARIABLE.W ΓòÉΓòÉΓòÉ
  183.  
  184. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  185. ICL: CANNOT COMPILE > 256 FILES
  186.  
  187.  
  188. Symptom ...... AB ABEND             Status ........... INTRAN
  189. Severity ................... 3      Date Closed .........
  190. Component .......... 562201700      Duplicate of .........
  191. Reported Release ......... 210      Fixed Release ............
  192. Component Name C COMPILER           Special Types ..
  193. Current Target Date ..              Type of Relief ..Not Available
  194. SCP ................... OS/2        Platform ............ OS/2
  195.  
  196. Status Detail: Not Available
  197.  
  198. PE PTF List:
  199.  
  200. PTF List:
  201.  
  202.  
  203. Parent APAR:
  204. Child APAR list:
  205.  
  206.  
  207. ERROR DESCRIPTION:
  208. ICL: does not compile > 256 files. Either trap or "cannot
  209. open immediate file" error would be generated.
  210.  
  211.  
  212. LOCAL FIX:
  213.  
  214. cannot SCP 080808080808         trap Current 0808080808080808 >1621016256
  215.   ERROR List   be  PE   Last
  216.   compile   not 08
  217.  
  218.  080808080808  " 0808080808080808080808 does
  219.  08080808080808080808080808080808080808 562201700        generated Detail 080808080808080808 >1621016256
  220. file 08080808080808080808 :        Name  080808080808080808
  221.   080808080808080808 95        PTF  080808080808080808080808
  222. file  163            0808
  223. Fixed  generated 0808.         0808 Closed
  224.  08080808080808080808080808080808080808 163           080808080808080808080808 163
  225.  
  226.  immediateAB  Closed
  227.  
  228.   TypesAB
  229.  
  230.  TypesAB
  231.  
  232.  
  233.  cannotAB
  234. Date cannot TypeAB
  235.  
  236.  
  237. of IdentifierAB
  238.       error    PJ19868 SpecialFIX
  239. list Status   list  COMPILER
  240. Not 08
  241.      OS Symptom Parent08files  Symptom Reported
  242. Parent08Component or  Symptom Relief08
  243.     C  ABEND Parent08 Symptom ICL Special  FIX
  244. INTRAN Changed 08
  245.     Parent Symptom     08Severity or08
  246.  
  247.  
  248. would PlatformAB
  249. 08
  250.  
  251.  
  252.  AB
  253.  APAR08
  254.  
  255.  
  256.  FILESAB
  257. LOCAL  open  /  Target   COMPILE
  258. Available Child   CANNOT  COMPILE  Release
  259. 08
  260.  
  261.  
  262.  PlatformAB
  263.  
  264.  
  265. EitherAB
  266.  
  267.  
  268. 16AB
  269.  
  270.  
  271. AB        2
  272.  
  273.  
  274.  DuplicateAB
  275.  
  276.  
  277. DESCRIPTIONAB
  278.  
  279.  
  280.   AB
  281.  
  282. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  283. ICL: CANNOT COMPILE > 256 FILES
  284.  
  285.  
  286. Symptom ...... AB ABEND             Status ........... INTRAN
  287. Severity ................... 3      Date Closed .......Component .......... 562201700      Duplicate of .........
  288. Reported Release ......... 210      Fixed Release ............
  289. Component Name C COMPILER           Special Types ..
  290. Current Target Date ..              Type of Relief ..Not Available
  291. SCP ................... OS/2        Platform ............ OS/2
  292.  
  293. Status Detail: Not Available
  294.  
  295. PE PTF List:
  296.  
  297. PTF List:
  298.  
  299.  
  300. Parent APAR:
  301. Child APAR list:
  302.  
  303.  
  304. ERROR DESCRIPTION:
  305. ICL: does not compile > 256 files. Either trap or "cannot
  306. open immediate file" error would be generated.
  307.  
  308.  
  309. LOCAL FIX:
  310.  
  311. Symptom  Target     FILES    open / 08 
  312. 210 
  313.  
  314.  
  315. 256 APAR 
  316.  
  317.  
  318. APAR 
  319.  
  320.  
  321.  ERROR APAR 
  322.  
  323.  
  324. Duplicate APAR 
  325.  
  326.  
  327.   APAR 
  328. Changed 
  329.  
  330. cannot SCP 080808080808         trap Current 0808080808080808 >1621016256
  331.   ERROR List   be  PE   Last
  332.   compile   not 08
  333.  
  334.  080808080808  " 0808080808080808080808 does
  335.  08080808080808080808080808080808080808 562201700        generated Detail 080808080808080808 >1621016256
  336. file 08080808080808080808 :        Name  080808080808080808
  337.   080808080808080808 95        PTF  080808080808080808080808
  338. file  163            0808
  339. Fixed  generated 0808.         0808 Closed
  340.  08080808080808080808080808080808080808 163           080808080808080808080808 163
  341.  
  342.  immediateAB  Closed
  343.  
  344.   TypesAB
  345.  
  346.  TypesAB
  347.  
  348.  
  349.  cannotAB
  350. Date cannot TypeAB
  351.  
  352.  
  353. of IdentifierAB
  354.       error    PJ19868 SpecialFIX
  355. list Status   list  COMPILER
  356. Not 08
  357.      OS Symptom Parent08files  Symptom Reported
  358. Parent08Component or  Symptom Relief08
  359.     C  ABEND Parent08 Symptom ICL Special  FIX
  360. INTRAN Changed 08
  361.     Parent Symptom     08Severity or08
  362.  
  363.  
  364. would PlatformAB
  365. 08
  366.  
  367.  
  368.  AB
  369.  APAR08
  370.  
  371.  
  372.  FILESAB
  373. LOCAL  open  /  Target   COMPILE
  374. Available Child   CANNOT  COMPILE  Release
  375. 08
  376.  
  377.  
  378.  PlatformAB
  379.  
  380.  
  381. EitherAB
  382.  
  383.  
  384. 16AB
  385.  
  386.  
  387. AB        2
  388.  
  389.  
  390.  DuplicateAB
  391.  
  392.  
  393. DESCRIPTIONAB
  394.  
  395.  
  396.   AB
  397.  
  398. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  399. ICL: CANNOT COMPILE > 256 FILES
  400.  
  401.  
  402. Symptom ...... AB ABEND             Status ........... INTRAN
  403. Severity ................... 3      Date Closed .......Component .......... 562201700      Duplicate of .........
  404. Reported Release ......... 210      Fixed Release ............
  405. Component Name C COMPILER           Special Types ..
  406. Current Target Date ..              Type of Relief ..Not Available
  407. SCP ................... OS/2        Platform ............ OS/2
  408.  
  409. Status Detail: Not Available
  410.  
  411. PE PTF List:
  412.  
  413. PTF List:
  414.  
  415.  
  416. Parent APAR:
  417. Child APAR list:
  418.  
  419.  
  420. ERROR DESCRIPTION:
  421. ICL: does not compile > 256 files. Either trap or "cannot
  422. open immediate file" error would be generated.
  423.  
  424.  
  425. LOCAL FIX:
  426.  
  427. Symptom  Target     FILES    open / 08 
  428. 210 
  429.  
  430.  
  431. 256 APAR 
  432.  
  433.  
  434. APAR 
  435.  
  436.  
  437.  ERROR APAR 
  438.  
  439.  
  440. Duplicate APAR 
  441.  
  442.  
  443.   APAR 
  444. Changed 
  445.  
  446. cannot SCP 080808080808         trap Current 0808080808080808 >1621016256
  447.   ERROR List   be  PE   Last
  448.   compile   not 08
  449.  
  450.  080808080808  " 0808080808080808080808 does
  451.  08080808080808080808080808080808080808 562201700        generated Detail 080808080808080808 >1621016256
  452. file 08080808080808080808 :        Name  080808080808080808
  453.   080808080808080808 95        PTF  080808080808080808080808
  454. file  163            0808
  455. Fixed  generated 0808.         0808 Closed
  456.  08080808080808080808080808080808080808 163           080808080808080808080808 163
  457.  
  458.  immediateAB  Closed
  459.  
  460.   TypesAB
  461.  
  462.  TypesAB
  463.  
  464.  
  465.  cannotAB
  466. Date cannot TypeAB
  467.  
  468.  
  469. of IdentifierAB
  470.       error    PJ19868 SpecialFIX
  471. list Status   list  COMPILER
  472. Not 08
  473.      OS Symptom Parent08files  Symptom Reported
  474. Parent08Component or  Symptom Relief08
  475.     C  ABEND Parent08 Symptom ICL Special  FIX
  476. INTRAN Changed 08
  477.     Parent Symptom     08Severity or08
  478.  
  479.  
  480. would PlatformAB
  481. 08
  482.  
  483.  
  484.  AB
  485.  APAR08
  486.  
  487.  
  488.  FILESAB
  489. LOCAL  open  /  Target   COMPILE
  490. Available Child   CANNOT  COMPILE  Release
  491. 08
  492.  
  493.  
  494.  PlatformAB
  495.  
  496.  
  497. EitherAB
  498.  
  499.  
  500. 16AB
  501.  
  502.  
  503. AB        2
  504.  
  505.  
  506.  DuplicateAB
  507.  
  508.  
  509. DESCRIPTIONAB
  510.  
  511.  
  512.   AB
  513.  
  514. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  515. ICL: CANNOT COMPILE > 256 FILES
  516.  
  517.  
  518. Symptom ...... AB ABEND             Status ........... INTRAN
  519. Severity ................... 3      Date Closed .......Component .......... 562201700      Duplicate of .........
  520. Reported Release ......... 210      Fixed Release ............
  521. Component Name C COMPILER           Special Types ..
  522. Current Target Date ..              Type of Relief ..Not Available
  523. SCP ................... OS/2        Platform ............ OS/2
  524.  
  525. Status Detail: Not Available
  526.  
  527. PE PTF List:
  528.  
  529. PTF List:
  530.  
  531.  
  532. Parent APAR:
  533. Child APAR list:
  534.  
  535.  
  536. ERROR DESCRIPTION:
  537. ICL: does not compile > 256 files. Either trap or "cannot
  538. open immediate file" error would be generated.
  539.  
  540.  
  541. LOCAL FIX:
  542.  
  543. Symptom  Target     FILES    open / 08 
  544. 210 
  545.  
  546.  
  547. 256 APAR 
  548.  
  549.  
  550. APAR 
  551.  
  552.  
  553.  ERROR APAR 
  554.  
  555.  
  556. Duplicate APAR 
  557.  
  558.  
  559.   APAR 
  560. Changed 
  561.  
  562. cannot SCP 080808080808         trap Current 0808080808080808 >1621016256
  563.   ERROR List   be  PE   Last
  564.   compile   not 08
  565.  
  566.  080808080808  " 0808080808080808080808 does
  567.  08080808080808080808080808080808080808 562201700        generated Detail 080808080808080808 >1621016256
  568. file 08080808080808080808 :        Name  080808080808080808
  569.   080808080808080808 95        PTF  080808080808080808080808
  570. file  163            0808
  571. Fixed  generated 0808.         0808 Closed
  572.  08080808080808080808080808080808080808 163           080808080808080808080808 163
  573.  
  574.  immediateAB  Closed
  575.  
  576.   TypesAB
  577.  
  578.  TypesAB
  579.  
  580.  
  581.  cannotAB
  582. Date cannot TypeAB
  583.  
  584.  
  585. of IdentifierAB
  586.       error    PJ19868 SpecialFIX
  587. list Status   list  COMPILER
  588. Not 08
  589.      OS Symptom Parent08files  Symptom Reported
  590. Parent08Component or  Symptom Relief08
  591.     C  ABEND Parent08 Symptom ICL Special  FIX
  592. INTRAN Changed 08
  593.     Parent Symptom     08Severity or08
  594.  
  595.  
  596. would PlatformAB
  597. 08
  598.  
  599.  
  600.  AB
  601.  APAR08
  602.  
  603.  
  604.  FILESAB
  605. LOCAL  open  /  Target   COMPILE
  606. Available Child   CANNOT  COMPILE  Release
  607. 08
  608.  
  609.  
  610.  PlatformAB
  611.  
  612.  
  613. EitherAB
  614.  
  615.  
  616. 16AB
  617.  
  618.  
  619. AB        2
  620.  
  621.  
  622.  DuplicateAB
  623.  
  624.  
  625. DESCRIPTIONAB
  626.  
  627.  
  628.   AB
  629.  
  630. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  631. ICL: CANNOT COMPILE > 256 FILES
  632.  
  633.  
  634. Symptom ...... AB ABEND             Status ........... INTRAN
  635. Severity ................... 3      Date Closed .......Component .......... 562201700      Duplicate of .........
  636. Reported Release ......... 210      Fixed Release ............
  637. Component Name C COMPILER           Special Types ..
  638. Current Target Date ..              Type of Relief ..Not Available
  639. SCP ................... OS/2        Platform ............ OS/2
  640.  
  641. Status Detail: Not Available
  642.  
  643. PE PTF List:
  644.  
  645. PTF List:
  646.  
  647.  
  648. Parent APAR:
  649. Child APAR list:
  650.  
  651.  
  652. ERROR DESCRIPTION:
  653. ICL: does not compile > 256 files. Either trap or "cannot
  654. open immediate file" error would be generated.
  655.  
  656.  
  657. LOCAL FIX:
  658.  
  659. Symptom  Target     FILES    open / 08 
  660. 210 
  661.  
  662.  
  663. 256 APAR 
  664.  
  665.  
  666. APAR 
  667.  
  668.  
  669.  ERROR APAR 
  670.  
  671.  
  672. Duplicate APAR 
  673.  
  674.  
  675.   APAR 
  676. Changed 
  677.  
  678. cannot SCP 080808080808         trap Current 0808080808080808 >1621016256
  679.   ERROR List   be  PE   Last
  680.   compile   not 08
  681.  
  682.  080808080808  " 0808080808080808080808 does
  683.  08080808080808080808080808080808080808 562201700        generated Detail 080808080808080808 >1621016256
  684. file 08080808080808080808 :        Name  080808080808080808
  685.   080808080808080808 95        PTF  080808080808080808080808
  686. file  163            0808
  687. Fixed  generated 0808.         0808 Closed
  688.  08080808080808080808080808080808080808 163           080808080808080808080808 163
  689.  
  690.  immediateAB  Closed
  691.  
  692.   TypesAB
  693.  
  694.  TypesAB
  695.  
  696.  
  697.  cannotAB
  698. Date cannot TypeAB
  699.  
  700.  
  701. of IdentifierAB
  702.       error    PJ19868 SpecialFIX
  703. list Status   list  COMPILER
  704. Not 08
  705.      OS Symptom Parent08files  Symptom Reported
  706. Parent08Component or  Symptom Relief08
  707.     C  ABEND Parent08 Symptom ICL Special  FIX
  708. INTRAN Changed 08
  709.     Parent Symptom     08Severity or08
  710.  
  711.  
  712. would PlatformAB
  713. 08
  714.  
  715.  
  716.  AB
  717.  APAR08
  718.  
  719.  
  720.  FILESAB
  721. LOCAL  open  /  Target   COMPILE
  722. Available Child   CANNOT  COMPILE  Release
  723. 08
  724.  
  725.  
  726.  PlatformAB
  727.  
  728.  
  729. EitherAB
  730.  
  731.  
  732. 16AB
  733.  
  734.  
  735. AB        2
  736.  
  737.  
  738.  DuplicateAB
  739.  
  740.  
  741. DESCRIPTIONAB
  742.  
  743.  
  744.   AB
  745.  
  746. APAR Identifier ...... PJ19868      Last Changed ........ 95/08/16
  747. ICL: CANNOT COMPILE > 256 FILES
  748.  
  749.  
  750. Symptom ...... AB ABEND             Status ........... INTRAN
  751. Severity ................... 3      Date Closed .......Component .......... 562201700      Duplicate of .........
  752. Reported Release ......... 210      Fixed Release ............
  753. Component Name C COMPILER           Special Types ..
  754. Current Target Date ..              Type of Relief ..Not Available
  755. SCP ................... OS/2        Platform ............ OS/2
  756.  
  757. Status Detail: Not Available
  758.  
  759. PE PTF List:
  760.  
  761. PTF List:
  762.  
  763.  
  764. Parent APAR:
  765. Child APAR list:
  766.  
  767.  
  768. ERROR DESCRIPTION:
  769. ICL: does not compile > 256 files. Either trap or "cannot
  770. open immediate file" error would be generated.
  771.  
  772.  
  773. LOCAL FIX:
  774.  
  775. Symptom  Target     FILES    open / 08 
  776. 210 
  777.  
  778.  
  779. 256 APAR 
  780.  
  781.  
  782. APAR 
  783.  
  784.  
  785.  ERROR APAR 
  786.  
  787.  
  788. Duplicate APAR 
  789.  
  790.  
  791.   APAR 
  792. Changed 
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.