Patch Name: PHSS_7713 Patch Description: s700_800 10.X Cobol/UX tbox patch from B.10.29 to B.10.40 Creation Date: 96/07/03 Post Date: 96/07/17 Hardware Platforms - OS Releases: s700: 10.00 10.01 10.10 s800: 10.00 10.01 10.10 Products: Cobol/HP-UX B.10.29 Filesets: COBOLTBOX.COBTBOX,B.10.03.10 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_7713 Symptoms: PHSS_7713: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7713: 1. compilation of large MFCOBOL program takes a long time or yields ncg error 6311 or 5707 2. Using IF ... NUMERIC with COMP-6 yields NCG ERROR Ustack underflow (5705) 3. NCG error when compiling program when using charset "ebcdic" 4. MULTIPLY of S9(12) COMP yields rts error 114 or 115 5. REWRITE of line sequential file incorrectly sets record offset 6. command line args are not correctly passed to Animator 7. program fails to open a symbolic link if linked to non-existant file 8. Error "shl_findsym failed finding _hp_libcobwin1_init with 0 (Error 0)" received 9. cannot OPEN INPUT on a read-only filesystem returns error 9/030 10. set long_filenames=FALSE builds wrong name for .idx file 11. READ WITH KEPT LOCK returns 9/035 instead of 9/068 12. memory leak in OPEN and CLOSE PHSS_7099: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7099: 1. SORT on multidimentional arrays in ASCENDING seq may not sort correctly 2. Sort on 1-dimensional array in w-s gives wrong result as gnt/exe 3. SEARCH ALL fails to find match if ASC key and native code 4. NCG aborts with 038-F Internal error with COMPUTE and COMP-1/2 5. cob aborts with cob: too many args if number of args > 200 6. cob aborts with "155-U Illegal command line" if many options 7. Intrinsic funcs fail if var alpha-num ref mod in arg. 8. REWRITE of line sequential file incorrectly sets record offset 9. after DISPLAY WINDOW, no attrib w DISPLAY WITH REVERSE-VIDEO 10. DD on 1-dimensional array with -O or -C IBMCOMP gives wrong result 11. NUMVAL returns wrong result if num digits > 14 12. wrong result if SET ADDRESS, multiple targets and ref mod 13. docs/hp_README and docs/hp_relnotes files are 0 length Defect Description: PHSS_7713: The following defect descriptions are for PHSS_7096: 1. The compilation of a large Cobol program takes an unnecessarily long time. 2. If you test a COMP-6 field to be NUMERIC, when you generate the code you get the following error: ** NCG ERROR ** in program ** Ustack underflow (5705) ** Contact Hewlett-Packard Support ** 3. Compiling with -C "charset(ebcdic)" yields: ** NCG ERROR ** in program ** UNK number illegal or unimplemented (5153) ** Contact Hewlett-Packard Support ** 4. COBOL programs that use MULTIPLY abort with rts error 114 when run as .gnt. 5. REWRITE of line sequential file if another file is open in the program causes the record offset to be updated incorrectly. 6. Command line arguments not correctly passed to the animator if run through 'cobrun +A'. 7. Cob won't create a file when given the name of a symbolic link pointing to a non-existing file in a COBOL program. 8. When explicitly unloading libhpcobol.sl with shl_unload, the following error is returned: shl_findsym failed finding _hp_libcobwin1_init with 0 (Error 0) 9. An access with OPEN INPUT fails with file status code 9/030, which states that filesystem is readonly 10. When long filenames are not used, the cisam index file name has '.idx.idx' instead of just '.idx'. 11. READ WITH KEPT LOCK returns 9/035 instead of 9/068. 12. Memory leak detected if files are opened repeatedly in a COBOL program. PHSS_7099: The following defect descriptions are for PHSS_7099: 1. Sorting single or multi dimensional arrays using pic 9(..) (usage display) as the only key gives the incorrect result with native code in some cases. Intermediate code works correctly. 2. Sorting 1-dimensional array using pic 99 (usage display) as only key gives incorrect result with native code. Intermediate code works correctly. Also fails for all unsigned pic 9(X) where X is a legal number larger than 1. 3. COBOL program with a sorted table in ascending order, and only one search key. The program fails to find matches in a table when the matches are clearly present. 4. When geneating native code for a COMPUTE statement that uses floating point data items (COMP-1 or COMP-2), the ncg aborts with the following error: * 038-F Internal error. Contact Technical Support 5. If cob is given a long list of object files to link, it fails if the number is close to 200. 6. if the num of args to ld approach 200, cob starts to give strange errors. 7. REVERSE doesn't work if reference modification doesn't have only constants. It works as int code but not as executable. 8. REWRITE of line sequential file if another file is open in the program causes the record offset to be updated incorrectly. 9. When using windowing syntax($SET PREPROCESS "WINDOW1" / DISPLAY WINDOW), DISPLAY WITH REVERSE-VIDEO does not always work. 10. When a USAGE DISPLAY index is converted to binary, for accessing 1-DIM array, the calculation for 10, 100, 1000, ... does not account for the '1'. Hence the index is always zero. 11. Numval documentation states 18 digits of accuracy only 13 is received. 12. The COBOL statement SET ADDRESS OF identifier TO ADDRESS of identifier, fails if there are multiple assignments or if there is a reference modification. 13. The HP supplied documentation files hp_README, hp_relnotes_cbl, hp_relnotes_ds and hp_relnotes_tbox are missing from the B.10.30 release. Files with those names are 0 length SR: 1653084939 5003214460 5003286419 5003285346 4701310482 4701310524 4701311142 5003296160 5003300236 1653157461 5003304899 5003293829 5003302471 4701317347 1653126664 1653139428 4701302612 1653142729 5003296160 5003302471 1653166462 4701321471 4701326314 5003309393 5003308957 5003287789 Patch Files: /opt/cobol/cobdir/advanim.lbr /opt/cobol/cobdir/analyze.lbr /opt/cobol/cobdir/bin/analyze /opt/cobol/cobdir/bin/builder /opt/cobol/cobdir/bin/cobie /opt/cobol/cobdir/bin/compare /opt/cobol/cobdir/bin/cwsource /opt/cobol/cobdir/bin/d /opt/cobol/cobdir/bin/designer /opt/cobol/cobdir/bin/ds /opt/cobol/cobdir/bin/editor /opt/cobol/cobdir/bin/library /opt/cobol/cobdir/bin/mfsort /opt/cobol/cobdir/bin/screens /opt/cobol/cobdir/bin/tbox /opt/cobol/cobdir/builder.lbr /opt/cobol/cobdir/charset.gnt /opt/cobol/cobdir/cwsource.lbr /opt/cobol/cobdir/d.gnt /opt/cobol/cobdir/demo/coop/animuser.gnt /opt/cobol/cobdir/demo/coop/dbgee.gnt /opt/cobol/cobdir/designer.lbr /opt/cobol/cobdir/docs/hp_relnotes_tbox /opt/cobol/cobdir/edit.lbr /opt/cobol/cobdir/fsviewmot /opt/cobol/cobdir/gnl.gnt /opt/cobol/cobdir/gntanlz.lbr /opt/cobol/cobdir/helpedit.lbr /opt/cobol/cobdir/iecobses.gnt /opt/cobol/cobdir/ieenvvar.gnt /opt/cobol/cobdir/imssuper.gnt /opt/cobol/cobdir/mfcsi.lbr /opt/cobol/cobdir/mfdir2.lbr /opt/cobol/cobdir/mfsort /opt/cobol/cobdir/painter.lbr /opt/cobol/cobdir/screens.lbr /opt/cobol/cobdir/src/cci.h /opt/cobol/cobdir/src/fs/fhrdrpwd.o /opt/cobol/cobdir/src/fs/fhxscomp.o /opt/cobol/cobdir/src/fs/fs.o /opt/cobol/cobdir/src/fs/fsinst.o /opt/cobol/cobdir/src/fs/fsinstpw.o /opt/cobol/cobdir/src/fs/fsmgr.o /opt/cobol/cobdir/src/fs/fspthnam.o /opt/cobol/cobdir/src/fs/fsrcvr.o /opt/cobol/cobdir/src/fs/fsseclog.o /opt/cobol/cobdir/src/fs/fssecopn.o /opt/cobol/cobdir/src/fs/fsserver.o /opt/cobol/cobdir/tbox.lbr /opt/cobol/cobdir/toolboxver what(1) Output: /opt/cobol/cobdir/advanim.lbr: boxdisp 96061816144392 GNB-019054000AA PA- RISC ncg B.09.18 boxfunc 96061816144941 GNB-019054000AA PA- RISC ncg B.09.18 boxprint 96061816145424 GNB-019054000AA PA- RISC ncg B.09.18 ddict 96061816150096 GNB-019054000AA PA- RISC ncg B.09.18 stanim 96061816150771 GNB-019054000AA PA- RISC ncg B.09.18 struct 96061816151341 GNB-019054000AA PA- RISC ncg B.09.18 Struct 3.0.03nrV sload 96061815515976 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/analyze.lbr: ANALYSER 96061816105192 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/bin/analyze: cobrun.c 1.17 /opt/cobol/cobdir/bin/builder: cobrun.c 1.17 /opt/cobol/cobdir/bin/cobie: cobie.c 3.2 /opt/cobol/cobdir/bin/compare: adisctrl.c 1.1 cobkeymp.c 1.1 compare.c 1.2 filehandle.c 1.2 unixkey.c 1.1 m_load.c 1.1 m_exec.c 1.1 /opt/cobol/cobdir/bin/cwsource: cobrun.c 1.17 /opt/cobol/cobdir/bin/d: cobrun.c 1.17 /opt/cobol/cobdir/bin/designer: cobrun.c 1.17 /opt/cobol/cobdir/bin/ds: cobrun.c 1.17 /opt/cobol/cobdir/bin/editor: cobrun.c 1.17 /opt/cobol/cobdir/bin/library: cobrun.c 1.17 /opt/cobol/cobdir/bin/mfsort: cobrun.c 1.17 /opt/cobol/cobdir/bin/screens: cobrun.c 1.17 /opt/cobol/cobdir/bin/tbox: cobrun.c 1.17 /opt/cobol/cobdir/builder.lbr: builder 96061816062680 GNB-019054000AA PA- RISC ncg B.09.18 CWBUILD V.3.2.16 cwbdconv 96061816063645 GNB-046053000A9 PA- RISC ncg B.09.18 cwbdctrl 96061816064204 GNB-019054000AA PA- RISC ncg B.09.18 cwbddgen 96061816064755 GNB-019054000AA PA- RISC ncg B.09.18 cwbddio 96061816065177 GNB-019054000AA PA- RISC ncg B.09.18 cwbextct 96061816065719 GNB-019054000AA PA- RISC ncg B.09.18 cwbidy 96061816070185 GNB-019054000AA PA- RISC ncg B.09.18 cwbsdi 96061816070517 GNB-019054000AA PA- RISC ncg B.09.18 cwbss2 96061816070833 GNB-019054000AA PA- RISC ncg B.09.18 generate 96061816071099 GNB-019054000AA PA- RISC ncg B.09.18 cwrdescr 96061816071338 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/charset.gnt: charset 96061816121972 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/cwsource.lbr: cwsdconv 96061816072893 GNB-019054000AA PA- RISC ncg B.09.18 cwsddio 96061816073302 GNB-019054000AA PA- RISC ncg B.09.18 cwsitems 96061816073725 GNB-019054000AA PA- RISC ncg B.09.18 cwslinks 96061816074048 GNB-019054000AA PA- RISC ncg B.09.18 cwsource 96061816074390 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/d.gnt: d 96061816134250 GNB-019054000AA PA- RISC ncg B.09.18 D 3.2.01 /opt/cobol/cobdir/demo/coop/animuser.gnt: animuser 96061816215169 GNB-011051001A8 PA- RISC ncg B.09.18 /opt/cobol/cobdir/demo/coop/dbgee.gnt: dbgee 96061816215439 GNB-011051001A8 PA- RISC ncg B.09.18 /opt/cobol/cobdir/designer.lbr: cwmenu 96061816075637 GNB-019054000AA PA- RISC ncg B.09.18 cwpdir 96061816080010 GNB-019054000AA PA- RISC ncg B.09.18 cwpoptns 96061816080331 GNB-019054000AA PA- RISC ncg B.09.18 cwpsrch 96061816080596 GNB-019054000AA PA- RISC ncg B.09.18 designer 96061816080835 GNB-019054000AA PA- RISC ncg B.09.18 CWDESIGN V.3.2.16 /opt/cobol/cobdir/docs/hp_relnotes_tbox: None /opt/cobol/cobdir/edit.lbr: edit 96061816105873 GNB-019054000AA PA- RISC ncg B.09.18 mfedit 96061816111620 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/fsviewmot: fsview 96061823163381 GNB-019054000AA PA- RISC ncg B.09.18 on-line 96061816201509 GNB-012054000AA PA- RISC ncg B.09.18 hnfeng 96061815485218 GNB-019054000AA PA- RISC ncg B.09.18 onleng 96061815493318 GNB-012054000AA PA- RISC ncg B.09.18 CBLDC002 96061815503467 GNB-034053004A9 PA- RISC ncg B.09.18 fhrdrpwd 96061816193582 GNB-019054000AA PA- RISC ncg B.09.18 fhxscomp 96061816193799 GNB-019054000AA PA- RISC ncg B.09.18 dserrhan 96061816370303 GNB-034053004A9 PA- RISC ncg B.09.18 DSFNTMAP 96061816372743 GNB-034053004A9 PA- RISC ncg B.09.18 DSR0VALP 96061816384447 GNB-034053004A9 PA- RISC ncg B.09.18 dsrun 96061822543374 GNB-034053004A9 PA- RISC ncg B.09.18 dsvalrun 96061822570564 GNB-034053004A9 PA- RISC ncg B.09.18 pic4mat 96061823021603 GNB-034053004A9 PA- RISC ncg B.09.18 fsview Vrn 1.6.06 nrV Vrn 4.1.19 nrV HF2ENG 5.0.2016Mar94 Vrn 4.1.19 nrV Vrn 4.0.00 nrV /opt/cobol/cobdir/gnl.gnt: gnl 96061816153885 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/gntanlz.lbr: gntanlz 96061816154432 GNB-019054000AA PA- RISC ncg B.09.18 gntcfg 96061816154776 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/helpedit.lbr: None /opt/cobol/cobdir/iecobses.gnt: iecobses 96061816122564 GNB-019054000AA PA- RISC ncg B.09.18 iecobses V3.1.01 /opt/cobol/cobdir/ieenvvar.gnt: ieenvvar 96061816122264 GNB-046053000A9 PA- RISC ncg B.09.18 ieenvvar V3.1.02 /opt/cobol/cobdir/imssuper.gnt: imssuper 96061816182164 GNB-029053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/mfcsi.lbr: mfcsi 96061816140698 GNB-019054000AA PA- RISC ncg B.09.18 carm 96061816141836 GNB-019054000AA PA- RISC ncg B.09.18 csicfg 96061816142593 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/mfdir2.lbr: mfdir2 96061816100338 GNB-019054000AA PA- RISC ncg B.09.18 MFDIR 3.G.13 mfdir3 96061816101584 GNB-019054000AA PA- RISC ncg B.09.18 MFDIR 3.G.13 fprompt 96061816103413 GNB-019054000AA PA- RISC ncg B.09.18 MFDIR 3.G.13 /opt/cobol/cobdir/mfsort: mfsort 96061816134636 GNB-019054000AA PA- RISC ncg B.09.18 fhsort.c 1.15 /opt/cobol/cobdir/painter.lbr: cwpadd 96061816081739 GNB-019054000AA PA- RISC ncg B.09.18 cwpanel 96061816082115 GNB-019054000AA PA- RISC ncg B.09.18 cwpblock 96061816082509 GNB-019054000AA PA- RISC ncg B.09.18 cwpbreak 96061816082980 GNB-019054000AA PA- RISC ncg B.09.18 cwpdate 96061816083259 GNB-019054000AA PA- RISC ncg B.09.18 cwpderiv 96061816083606 GNB-019054000AA PA- RISC ncg B.09.18 cwpdict 96061816083979 GNB-019054000AA PA- RISC ncg B.09.18 cwpdisp 96061816084275 GNB-019054000AA PA- RISC ncg B.09.18 cwpjem 96061816084639 GNB-019054000AA PA- RISC ncg B.09.18 cwplay 96061816085205 GNB-019054000AA PA- RISC ncg B.09.18 cwplink 96061816085639 GNB-019054000AA PA- RISC ncg B.09.18 cwpolish 96061816085877 GNB-019054000AA PA- RISC ncg B.09.18 cwpscpnt 96061816090289 GNB-019054000AA PA- RISC ncg B.09.18 cwpshow 96061816090788 GNB-019054000AA PA- RISC ncg B.09.18 cwpslct 96061816091026 GNB-019054000AA PA- RISC ncg B.09.18 cwpslink 96061816091306 GNB-019054000AA PA- RISC ncg B.09.18 cwpsort 96061816091597 GNB-019054000AA PA- RISC ncg B.09.18 cwpspecl 96061816091923 GNB-019054000AA PA- RISC ncg B.09.18 cwpstpnt 96061816092240 GNB-019054000AA PA- RISC ncg B.09.18 cwptidy 96061816092518 GNB-019054000AA PA- RISC ncg B.09.18 cwptotal 96061816092879 GNB-019054000AA PA- RISC ncg B.09.18 painter 96061816093452 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/screens.lbr: USER0INTERFACE0P 96061816124051 GNB-019054000AA PA- RISC ncg B.09.18 BLOCK0MANIPULATI 96061816124815 GNB-019054000AA PA- RISC ncg B.09.18 draw 96061816125075 GNB-019054000AA PA- RISC ncg B.09.18 FORMS0ERROR0MESS 96061816125300 GNB-019054000AA PA- RISC ncg B.09.18 FORMS0EDITING0MA 96061816125633 GNB-019054000AA PA- RISC ncg B.09.18 FORMS0CODE0GENER 96061816130197 GNB-019054000AA PA- RISC ncg B.09.18 FLOAD 96061816130712 GNB-019054000AA PA- RISC ncg B.09.18 FSAVE 96061816130993 GNB-019054000AA PA- RISC ncg B.09.18 FORMS0STORAGE0IN 96061816131363 GNB-019054000AA PA- RISC ncg B.09.18 graphic 96061816131743 GNB-019054000AA PA- RISC ncg B.09.18 screens 96061816131977 GNB-019054000AA PA- RISC ncg B.09.18 Vrn SCREENS 1.4.27 nrVVXEPA/000/000000EXTFH /opt/cobol/cobdir/src/cci.h: None /opt/cobol/cobdir/src/fs/fhrdrpwd.o: fhrdrpwd 96061816193582 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fhxscomp.o: fhxscomp 96061816193799 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fs.o: fs 96061816183881 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsinst.o: fsinst 96061816184672 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsinstpw.o: fsinstpw 96061816185257 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsmgr.o: fsmgr 96061816182925 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fspthnam.o: fspthnam 96061816185630 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsrcvr.o: fsrcvr 96061816190008 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsseclog.o: fsseclog 96061816190508 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fssecopn.o: fssecopn 96061816190722 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/fs/fsserver.o: fsserver 96061816191651 GNB-019054000AA PA- RISC ncg B.09.18 fs Vrn 7091 nrV /opt/cobol/cobdir/tbox.lbr: tbox 96061816164644 GNB-019054000AA PA- RISC ncg B.09.18 banner 96061816104765 GNB-019054000AA PA- RISC ncg B.09.18 chkmenu 96061816155667 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/toolboxver: None cksum(1) Output: 1067167233 270976 /opt/cobol/cobdir/advanim.lbr 4054874816 20864 /opt/cobol/cobdir/analyze.lbr 3212206510 32768 /opt/cobol/cobdir/bin/analyze 3212206510 32768 /opt/cobol/cobdir/bin/builder 800983359 20480 /opt/cobol/cobdir/bin/cobie 1219880900 147456 /opt/cobol/cobdir/bin/compare 3212206510 32768 /opt/cobol/cobdir/bin/cwsource 3212206510 32768 /opt/cobol/cobdir/bin/d 3212206510 32768 /opt/cobol/cobdir/bin/designer 3212206510 32768 /opt/cobol/cobdir/bin/ds 3212206510 32768 /opt/cobol/cobdir/bin/editor 3212206510 32768 /opt/cobol/cobdir/bin/library 3212206510 32768 /opt/cobol/cobdir/bin/mfsort 3212206510 32768 /opt/cobol/cobdir/bin/screens 3212206510 32768 /opt/cobol/cobdir/bin/tbox 129066391 353792 /opt/cobol/cobdir/builder.lbr 3137064057 4296 /opt/cobol/cobdir/charset.gnt 3819157408 99200 /opt/cobol/cobdir/cwsource.lbr 2151060681 5420 /opt/cobol/cobdir/d.gnt 2248404560 4484 /opt/cobol/cobdir/demo/coop/animuser.gnt 1885949736 16080 /opt/cobol/cobdir/demo/coop/dbgee.gnt 235427793 154368 /opt/cobol/cobdir/designer.lbr 44936477 8973 /opt/cobol/cobdir/docs/hp_relnotes_tbox 61103811 364672 /opt/cobol/cobdir/edit.lbr 2489429576 581632 /opt/cobol/cobdir/fsviewmot 4246275300 41776 /opt/cobol/cobdir/gnl.gnt 1587993976 29184 /opt/cobol/cobdir/gntanlz.lbr 2682073641 115072 /opt/cobol/cobdir/helpedit.lbr 1619457789 10728 /opt/cobol/cobdir/iecobses.gnt 272125195 7324 /opt/cobol/cobdir/ieenvvar.gnt 1975177608 46128 /opt/cobol/cobdir/imssuper.gnt 3076584063 176768 /opt/cobol/cobdir/mfcsi.lbr 1906204119 228608 /opt/cobol/cobdir/mfdir2.lbr 492225073 135168 /opt/cobol/cobdir/mfsort 3193583381 363136 /opt/cobol/cobdir/painter.lbr 4052367141 328064 /opt/cobol/cobdir/screens.lbr 3119639790 24401 /opt/cobol/cobdir/src/cci.h 4104493023 2900 /opt/cobol/cobdir/src/fs/fhrdrpwd.o 2378144304 4188 /opt/cobol/cobdir/src/fs/fhxscomp.o 1761136617 43944 /opt/cobol/cobdir/src/fs/fs.o 316288690 41920 /opt/cobol/cobdir/src/fs/fsinst.o 173146748 15852 /opt/cobol/cobdir/src/fs/fsinstpw.o 377691082 11012 /opt/cobol/cobdir/src/fs/fsmgr.o 4070958814 4580 /opt/cobol/cobdir/src/fs/fspthnam.o 2638068152 42236 /opt/cobol/cobdir/src/fs/fsrcvr.o 3314720725 2680 /opt/cobol/cobdir/src/fs/fsseclog.o 3894284496 2736 /opt/cobol/cobdir/src/fs/fssecopn.o 1848101732 176988 /opt/cobol/cobdir/src/fs/fsserver.o 3258710837 224000 /opt/cobol/cobdir/tbox.lbr 2613673079 51 /opt/cobol/cobdir/toolboxver Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7099 Equivalent Patches: None Patch Package Size: 4500 Kbytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHSS_7713 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_7713.depot 5b. For a homogeneous NFS Diskless cluster run swcluster on the server to install the patch on the server and the clients: swcluster -i -b This will invoke swcluster in the interactive mode and force all clients to be shut down. WARNING: All cluster clients must be shut down prior to the patch installation. Installing the patch while the clients are booted is unsupported and can lead to serious problems. The swcluster command will invoke an swinstall session in which you must specify: alternate root path - default is /export/shared_root/OS_700 source depot path - /tmp/PHSS_7713.depot To complete the installation, select the patch by choosing "Actions -> Match What Target Has" and then "Actions -> Install" from the Menubar. 5c. For a heterogeneous NFS Diskless cluster: - run swinstall on the server as in step 5a to install the patch on the cluster server. - run swcluster on the server as in step 5b to install the patch on the cluster clients. The cluster clients must be shut down as described in step 5b. By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_7713. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. Warning: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHSS_7713.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHSS_7713.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: After patch installation, note: 1) If you receive file not found messages during update: These can be ignored as these are files that have been moved between filesets. 2) If you are going to use the SQL interface to DB2, you must add the following options when you run mkcheck and mkrts, and when you build an executable that includes SQL calls: -m sqlginpt=sqlgintp