Patch Name: PHSS_7714 Patch Description: s700_800 10.X Cobol/UX diag 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: COBOLDIAG.COBDIAG,B.10.03.10 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_7714 Symptoms: PHSS_7714: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7714: 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_7100: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7100: 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_7714: 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_7100: The following defect descriptions are for PHSS_7100: 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/dialog/BIGMAC.gnt /opt/cobol/cobdir/dialog/BLOCK.gnt /opt/cobol/cobdir/dialog/DRAW.gnt /opt/cobol/cobdir/dialog/DS-DB.gnt /opt/cobol/cobdir/dialog/DS.gnt /opt/cobol/cobdir/dialog/DSCOBGEN.gnt /opt/cobol/cobdir/dialog/DSCREENS.gnt /opt/cobol/cobdir/dialog/DSCUADEF.gnt /opt/cobol/cobdir/dialog/DSCUAGEN.gnt /opt/cobol/cobdir/dialog/DSDATDEF.gnt /opt/cobol/cobdir/dialog/DSDGRP.gnt /opt/cobol/cobdir/dialog/DSDIALCV.gnt /opt/cobol/cobdir/dialog/DSDIALIN.gnt /opt/cobol/cobdir/dialog/DSDIALOG.gnt /opt/cobol/cobdir/dialog/DSDIATRN.gnt /opt/cobol/cobdir/dialog/DSDLGINI.gnt /opt/cobol/cobdir/dialog/DSERRDEF.gnt /opt/cobol/cobdir/dialog/DSEXPDS.gnt /opt/cobol/cobdir/dialog/DSEXPMES.gnt /opt/cobol/cobdir/dialog/DSEXPORT.gnt /opt/cobol/cobdir/dialog/DSFLDNAM.gnt /opt/cobol/cobdir/dialog/DSGETSS.gnt /opt/cobol/cobdir/dialog/DSGROUP.gnt /opt/cobol/cobdir/dialog/DSHEAP.gnt /opt/cobol/cobdir/dialog/DSIMPDS.gnt /opt/cobol/cobdir/dialog/DSIMPFIO.gnt /opt/cobol/cobdir/dialog/DSIMPORT.gnt /opt/cobol/cobdir/dialog/DSPARSER.gnt /opt/cobol/cobdir/dialog/DSPFLDCV.gnt /opt/cobol/cobdir/dialog/DSPRINT.gnt /opt/cobol/cobdir/dialog/DSPROT.gnt /opt/cobol/cobdir/dialog/DSSYSFMT.gnt /opt/cobol/cobdir/dialog/DSTFSM.gnt /opt/cobol/cobdir/dialog/DSTRACER.gnt /opt/cobol/cobdir/dialog/DSTUTOR.gnt /opt/cobol/cobdir/dialog/DSUSRFMT.gnt /opt/cobol/cobdir/dialog/DSUXPATH.gnt /opt/cobol/cobdir/dialog/DSVALDEF.gnt /opt/cobol/cobdir/dialog/ERRHAND.gnt /opt/cobol/cobdir/dialog/FEM.gnt /opt/cobol/cobdir/dialog/FSI.gnt /opt/cobol/cobdir/dialog/FSIHEAP.gnt /opt/cobol/cobdir/dialog/MLOAD.gnt /opt/cobol/cobdir/dialog/MSAVE.gnt /opt/cobol/cobdir/dialog/POPUP.gnt /opt/cobol/cobdir/dialog/SCONFIG.gnt /opt/cobol/cobdir/dialog/SSP.gnt /opt/cobol/cobdir/dialog/VERDISP.gnt /opt/cobol/cobdir/docs/hp_relnotes_ds /opt/cobol/cobdir/dsmot/ds-edit.gnt /opt/cobol/cobdir/dsmot/ds-errs /opt/cobol/cobdir/dsmot/ds-errs.idx /opt/cobol/cobdir/dsmot/ds.gnt /opt/cobol/cobdir/dsmot/dsd-valp.gnt /opt/cobol/cobdir/dsmot/dsdef /opt/cobol/cobdir/dsmot/dsdef.o /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt /opt/cobol/cobdir/dsmot/dserrhan.gnt /opt/cobol/cobdir/dsmot/dserrhan.o /opt/cobol/cobdir/dsmot/dsfntgen.gnt /opt/cobol/cobdir/dsmot/dsfntmap.gnt /opt/cobol/cobdir/dsmot/dsfntmap.o /opt/cobol/cobdir/dsmot/dsmot /opt/cobol/cobdir/dsmot/dsr-valp.gnt /opt/cobol/cobdir/dsmot/dsr-valp.o /opt/cobol/cobdir/dsmot/dsrun.gnt /opt/cobol/cobdir/dsmot/dsrun.o /opt/cobol/cobdir/dsmot/dstracer.gnt /opt/cobol/cobdir/dsmot/dstrap.gnt /opt/cobol/cobdir/dsmot/dstrpcrt.gnt /opt/cobol/cobdir/dsmot/dsvalrun.gnt /opt/cobol/cobdir/dsmot/dsvalrun.o /opt/cobol/cobdir/dsmot/fprompt.o /opt/cobol/cobdir/dsmot/lsfonts.gnt /opt/cobol/cobdir/dsmot/mfdir2.o /opt/cobol/cobdir/dsmot/pic4mat.gnt /opt/cobol/cobdir/dsmot/pic4mat.o /opt/cobol/cobdir/dsver /opt/cobol/cobdir/src/dialog/DS.o /opt/cobol/cobdir/src/dialog/DSDLGINI.o /opt/cobol/cobdir/src/dialog/DSGETSS.o /opt/cobol/cobdir/src/dialog/DSTRACER.o what(1) Output: /opt/cobol/cobdir/dialog/BIGMAC.gnt: BIGMAC 96061816262979 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn BIGMAC (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/BLOCK.gnt: BLOCK0MANIPULATI 96061816263698 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn BLOCK (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DRAW.gnt: DRAW 96061816263985 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DRAW (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DS-DB.gnt: Vrn DIALOG 2.3.36 Bld01 Vrn DSGN-PDL (DSCHAR) rev 1 Vrn DLGN-GDL (DSCHAR) rev 1 DS0DB 96061816301841 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DS-DB (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DS.gnt: DS 96061816264442 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 18 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt: DSCOBGEN 96061816265168 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/DSCREENS.gnt: USER0INTERFACE0P 96061816303683 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSCREENS (DSCHAR) rev 12 /opt/cobol/cobdir/dialog/DSCUADEF.gnt: DSCUADEF 96061816265704 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSCUADEF (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt: DSCUAGEN 96061816270392 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSCUAGEN (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDATDEF.gnt: DSDATDEF 96061816270887 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDATDEF (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/DSDGRP.gnt: DSDGRP 96061816271562 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDGRP (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSDIALCV.gnt: DSDIALCV 96061816271824 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIALCV (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDIALIN.gnt: DSDIALIN 96061816272115 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIALIN (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDIALOG.gnt: Vrn DIALOG 2.3.36 Bld01 Vrn DLGN-GDL (DSCHAR) rev 1 Vrn DSGN-PDL (DSCHAR) rev 1 DSDIALOG 96061816272738 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIALOG (DSCHAR) rev 13 /opt/cobol/cobdir/dialog/DSDIATRN.gnt: Vrn DIALOG 2.3.36 Bld01 Vrn DSGN-PDL (DSCHAR) rev 1 DSDIATRN 96061816274042 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIATRN (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDLGINI.gnt: DSDLGINI 96061816305328 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDLGINI (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSERRDEF.gnt: DSERRDEF 96061816274510 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRDEF (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSEXPDS.gnt: DSEXPDS 96061816275106 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPDS (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/DSEXPMES.gnt: DSEXPMES 96061816275835 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPMES (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSEXPORT.gnt: DSEXPORT 96061816280126 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPORT (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSFLDNAM.gnt: DSFLDNAM 96061816280531 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLDNAM (DSCHAR) rev 10 /opt/cobol/cobdir/dialog/DSGETSS.gnt: DSGETSS 96061816281080 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSGETSS (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSGROUP.gnt: DSGROUP 96061816281581 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSGROUP (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSHEAP.gnt: DSHEAP 96061816282291 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSHEAP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSIMPDS.gnt: DSIMPDS 96061816283121 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPDS (DSCHAR) rev 15 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt: DSIMPFIO 96061816303211 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPFIO (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSIMPORT.gnt: DSIMPORT 96061816285676 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPORT (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSPARSER.gnt: DSPARSER 96061816285942 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSPARSER (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt: DSPFLDCV 96061816290195 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSPFLDCV (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSPRINT.gnt: DSPRINT 96061816290666 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSPRINT (DSCHAR) rev 9 /opt/cobol/cobdir/dialog/DSPROT.gnt: DSPROT 96061816304504 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSPROT (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSSYSFMT.gnt: DSSYSFMT 96061816291447 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSSYSFMT (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSTFSM.gnt: DSTFSM 96061816291719 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTFSM (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSTRACER.gnt: DSTRACER 96061816305871 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTRACER (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSTUTOR.gnt: DSTUTOR 96061816291952 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTUTOR (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUSRFMT.gnt: DSUSRFMT 96061816292172 GNB-027054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/dialog/DSUXPATH.gnt: DSUXPATH 96061816292402 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXPATH (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSVALDEF.gnt: DSVALDEF 96061816292771 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALDEF (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/ERRHAND.gnt: FORMS0ERROR0MESS 96061816293251 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn ERRHAND (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/FEM.gnt: FORMS0EDITING0MA 96061816293694 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn FEM (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/FSI.gnt: FORMS0STORAGE0IN 96061816294455 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn FSI (DSCHAR) rev 13 /opt/cobol/cobdir/dialog/FSIHEAP.gnt: FSIHEAP 96061816295171 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn FSIHEAP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/MLOAD.gnt: MAVIS0DECOMPILAT 96061816295491 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn MLOAD (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/MSAVE.gnt: MAVIS0COMPILATIO 96061816295895 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn MSAVE (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/POPUP.gnt: POPUP0MENU0PROGR 96061816300239 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn POPUP (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/SCONFIG.gnt: SCRNSCFG 96061816300511 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn SCONFIG (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/SSP.gnt: SCREENS0STORAGE0 96061816300811 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn SSP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/VERDISP.gnt: VERDISP 96061816301170 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn VERDISP (DSCHAR) rev 3 /opt/cobol/cobdir/docs/hp_relnotes_ds: None /opt/cobol/cobdir/dsmot/ds-edit.gnt: ds-edit 96061823064193 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/ds-errs: None /opt/cobol/cobdir/dsmot/ds-errs.idx: None /opt/cobol/cobdir/dsmot/ds.gnt: ds 96061823070513 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsd-valp.gnt: DSD0VALP 96061823072203 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsdef: Vrn ds-cutil 93.04.30 nrV Vrn ds-look 93.01.14 nrV Vrn ds-style 93.06.24 nrV Vrn ds-lex 93.05.24 nrV Vrn ds-lang 93.06.24 nrV BIGMAC 96061816350190 GNB-034053004A9 PA- RISC ncg B.09.18 bmsrch 96061816350925 GNB-034053004A9 PA- RISC ncg B.09.18 DS0DB 96061816352458 GNB-034053004A9 PA- RISC ncg B.09.18 ds-edit 96061816355644 GNB-034053004A9 PA- RISC ncg B.09.18 ds 96061816360015 GNB-034053004A9 PA- RISC ncg B.09.18 dsabconv 96061816360238 GNB-034053004A9 PA- RISC ncg B.09.18 dsactbar 96061816360744 GNB-034053004A9 PA- RISC ncg B.09.18 dscobgen 96061816361558 GNB-034053004A9 PA- RISC ncg B.09.18 DSD0VALP 96061816361888 GNB-034053004A9 PA- RISC ncg B.09.18 dsdatdef 96061816362489 GNB-034053004A9 PA- RISC ncg B.09.18 DSDIALOG 96061816363841 GNB-034053004A9 PA- RISC ncg B.09.18 DSDLGTBL 96061816364933 GNB-034053004A9 PA- RISC ncg B.09.18 dserrdef 96061816365875 GNB-034053004A9 PA- RISC ncg B.09.18 dserrhan 96061816370303 GNB-034053004A9 PA- RISC ncg B.09.18 dserror 96061816370803 GNB-034053004A9 PA- RISC ncg B.09.18 dsexport 96061816371571 GNB-034053004A9 PA- RISC ncg B.09.18 DSFNTMAP 96061816372743 GNB-034053004A9 PA- RISC ncg B.09.18 dshelp 96061816373023 GNB-034053004A9 PA- RISC ncg B.09.18 DSIMPORT 96061816373697 GNB-034053004A9 PA- RISC ncg B.09.18 dspaint 96061816375645 GNB-034053004A9 PA- RISC ncg B.09.18 DSPASCII 96061816382297 GNB-034053004A9 PA- RISC ncg B.09.18 DSPRINT 96061816383189 GNB-034053004A9 PA- RISC ncg B.09.18 dsquery 96061816383836 GNB-034053004A9 PA- RISC ncg B.09.18 dsr-stub 96061816384140 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 dstracer 96061822553757 GNB-034053004A9 PA- RISC ncg B.09.18 dstrap 96061822555908 GNB-034053004A9 PA- RISC ncg B.09.18 dstrpcrt 96061822562435 GNB-034053004A9 PA- RISC ncg B.09.18 dsvaldef 96061822564368 GNB-034053004A9 PA- RISC ncg B.09.18 dsvalrun 96061822570564 GNB-034053004A9 PA- RISC ncg B.09.18 fem 96061822575870 GNB-034053004A9 PA- RISC ncg B.09.18 FORMS0STORAGE0IN 96061822592203 GNB-034053004A9 PA- RISC ncg B.09.18 FSISLOAD 96061822595596 GNB-034053004A9 PA- RISC ncg B.09.18 FSISSAVE 96061823001756 GNB-034053004A9 PA- RISC ncg B.09.18 FILEMGR 96061823010654 GNB-029053004A9 PA- RISC ncg B.09.18 pic4mat 96061823021603 GNB-034053004A9 PA- RISC ncg B.09.18 picparse 96061823023908 GNB-034053004A9 PA- RISC ncg B.09.18 FPROMPT 96061823025342 GNB-029053004A9 PA- RISC ncg B.09.18 VrnDATABASE 2.2.26nrV MFDIR 3.u.18 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/dsdef.o: Vrn ds-cutil 93.04.30 nrV Vrn ds-look 93.01.14 nrV Vrn ds-style 93.06.24 nrV Vrn ds-lex 93.05.24 nrV Vrn ds-lang 93.06.24 nrV BIGMAC 96061816350190 GNB-034053004A9 PA- RISC ncg B.09.18 bmsrch 96061816350925 GNB-034053004A9 PA- RISC ncg B.09.18 DS0DB 96061816352458 GNB-034053004A9 PA- RISC ncg B.09.18 ds-edit 96061816355644 GNB-034053004A9 PA- RISC ncg B.09.18 ds 96061816360015 GNB-034053004A9 PA- RISC ncg B.09.18 dsabconv 96061816360238 GNB-034053004A9 PA- RISC ncg B.09.18 dsactbar 96061816360744 GNB-034053004A9 PA- RISC ncg B.09.18 dscobgen 96061816361558 GNB-034053004A9 PA- RISC ncg B.09.18 DSD0VALP 96061816361888 GNB-034053004A9 PA- RISC ncg B.09.18 dsdatdef 96061816362489 GNB-034053004A9 PA- RISC ncg B.09.18 DSDIALOG 96061816363841 GNB-034053004A9 PA- RISC ncg B.09.18 DSDLGTBL 96061816364933 GNB-034053004A9 PA- RISC ncg B.09.18 dserrdef 96061816365875 GNB-034053004A9 PA- RISC ncg B.09.18 dserrhan 96061816370303 GNB-034053004A9 PA- RISC ncg B.09.18 dserror 96061816370803 GNB-034053004A9 PA- RISC ncg B.09.18 dsexport 96061816371571 GNB-034053004A9 PA- RISC ncg B.09.18 DSFNTMAP 96061816372743 GNB-034053004A9 PA- RISC ncg B.09.18 dshelp 96061816373023 GNB-034053004A9 PA- RISC ncg B.09.18 DSIMPORT 96061816373697 GNB-034053004A9 PA- RISC ncg B.09.18 dspaint 96061816375645 GNB-034053004A9 PA- RISC ncg B.09.18 DSPASCII 96061816382297 GNB-034053004A9 PA- RISC ncg B.09.18 DSPRINT 96061816383189 GNB-034053004A9 PA- RISC ncg B.09.18 dsquery 96061816383836 GNB-034053004A9 PA- RISC ncg B.09.18 dsr-stub 96061816384140 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 dstracer 96061822553757 GNB-034053004A9 PA- RISC ncg B.09.18 dstrap 96061822555908 GNB-034053004A9 PA- RISC ncg B.09.18 dstrpcrt 96061822562435 GNB-034053004A9 PA- RISC ncg B.09.18 dsvaldef 96061822564368 GNB-034053004A9 PA- RISC ncg B.09.18 dsvalrun 96061822570564 GNB-034053004A9 PA- RISC ncg B.09.18 fem 96061822575870 GNB-034053004A9 PA- RISC ncg B.09.18 FORMS0STORAGE0IN 96061822592203 GNB-034053004A9 PA- RISC ncg B.09.18 FSISLOAD 96061822595596 GNB-034053004A9 PA- RISC ncg B.09.18 FSISSAVE 96061823001756 GNB-034053004A9 PA- RISC ncg B.09.18 FILEMGR 96061823010654 GNB-029053004A9 PA- RISC ncg B.09.18 pic4mat 96061823021603 GNB-034053004A9 PA- RISC ncg B.09.18 picparse 96061823023908 GNB-034053004A9 PA- RISC ncg B.09.18 FPROMPT 96061823025342 GNB-029053004A9 PA- RISC ncg B.09.18 VrnDATABASE 2.2.26nrV MFDIR 3.u.18 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt: DSDLGTBL 96061823074230 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dserrhan.gnt: dserrhan 96061823081681 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dserrhan.o: dserrhan 96061816370303 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsfntgen.gnt: FNT0GEN 96061823125286 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsfntmap.gnt: DSFNTMAP 96061823131294 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsfntmap.o: DSFNTMAP 96061816372743 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsmot: dsmot.c DS2.2.44 mvg 31jan94 /opt/cobol/cobdir/dsmot/dsr-valp.gnt: DSR0VALP 96061823083746 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsr-valp.o: DSR0VALP 96061816384447 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsrun.gnt: dsrun 96061823095092 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsrun.o: dsrun 96061822543374 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dstracer.gnt: dstracer 96061823090151 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dstrap.gnt: dstrap 96061823110684 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt: dstrpcrt 96061823113548 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsvalrun.gnt: dsvalrun 96061823115791 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/dsvalrun.o: dsvalrun 96061822570564 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/fprompt.o: FPROMPT 96061823025342 GNB-029053004A9 PA- RISC ncg B.09.18 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/lsfonts.gnt: lsfonts 96061823133128 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/mfdir2.o: FILEMGR 96061823010654 GNB-029053004A9 PA- RISC ncg B.09.18 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/pic4mat.gnt: pic4mat 96061823122262 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsmot/pic4mat.o: pic4mat 96061823021603 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/dsver: None /opt/cobol/cobdir/src/dialog/DS.o: DS 96061816323462 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 18 /opt/cobol/cobdir/src/dialog/DSDLGINI.o: DSDLGINI 96061816324459 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSDLGINI (DSCHAR) rev 5 /opt/cobol/cobdir/src/dialog/DSGETSS.o: DSGETSS 96061816324123 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSGETSS (DSCHAR) rev 6 /opt/cobol/cobdir/src/dialog/DSTRACER.o: DSTRACER 96061816325030 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTRACER (DSCHAR) rev 4 cksum(1) Output: 2954116353 57708 /opt/cobol/cobdir/dialog/BIGMAC.gnt 3060342298 12436 /opt/cobol/cobdir/dialog/BLOCK.gnt 411333881 5600 /opt/cobol/cobdir/dialog/DRAW.gnt 2355735629 131280 /opt/cobol/cobdir/dialog/DS-DB.gnt 227596867 60372 /opt/cobol/cobdir/dialog/DS.gnt 3817264109 22456 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt 549161348 74100 /opt/cobol/cobdir/dialog/DSCREENS.gnt 630509302 53428 /opt/cobol/cobdir/dialog/DSCUADEF.gnt 582337648 24548 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt 3769750068 47748 /opt/cobol/cobdir/dialog/DSDATDEF.gnt 3878678359 6412 /opt/cobol/cobdir/dialog/DSDGRP.gnt 445253127 15560 /opt/cobol/cobdir/dialog/DSDIALCV.gnt 4070912727 4080 /opt/cobol/cobdir/dialog/DSDIALIN.gnt 143336252 125696 /opt/cobol/cobdir/dialog/DSDIALOG.gnt 2510355159 26548 /opt/cobol/cobdir/dialog/DSDIATRN.gnt 2428709983 21604 /opt/cobol/cobdir/dialog/DSDLGINI.gnt 899856704 29676 /opt/cobol/cobdir/dialog/DSERRDEF.gnt 2340135160 66036 /opt/cobol/cobdir/dialog/DSEXPDS.gnt 2757291437 9508 /opt/cobol/cobdir/dialog/DSEXPMES.gnt 3402765347 6636 /opt/cobol/cobdir/dialog/DSEXPORT.gnt 1552998474 45940 /opt/cobol/cobdir/dialog/DSFLDNAM.gnt 3070486856 14376 /opt/cobol/cobdir/dialog/DSGETSS.gnt 4090398061 59456 /opt/cobol/cobdir/dialog/DSGROUP.gnt 1441037682 7352 /opt/cobol/cobdir/dialog/DSHEAP.gnt 1175036864 195520 /opt/cobol/cobdir/dialog/DSIMPDS.gnt 834065545 4648 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt 1686149102 6036 /opt/cobol/cobdir/dialog/DSIMPORT.gnt 3497699411 9924 /opt/cobol/cobdir/dialog/DSPARSER.gnt 1731427402 3928 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt 1930377700 80396 /opt/cobol/cobdir/dialog/DSPRINT.gnt 3262395448 14036 /opt/cobol/cobdir/dialog/DSPROT.gnt 2081944734 7620 /opt/cobol/cobdir/dialog/DSSYSFMT.gnt 890966204 7988 /opt/cobol/cobdir/dialog/DSTFSM.gnt 2719164441 29284 /opt/cobol/cobdir/dialog/DSTRACER.gnt 691351973 3832 /opt/cobol/cobdir/dialog/DSTUTOR.gnt 3268650868 6576 /opt/cobol/cobdir/dialog/DSUSRFMT.gnt 1011028021 3312 /opt/cobol/cobdir/dialog/DSUXPATH.gnt 1777735342 40708 /opt/cobol/cobdir/dialog/DSVALDEF.gnt 418511499 7720 /opt/cobol/cobdir/dialog/ERRHAND.gnt 1321049007 42504 /opt/cobol/cobdir/dialog/FEM.gnt 1424554228 73876 /opt/cobol/cobdir/dialog/FSI.gnt 3794345701 8532 /opt/cobol/cobdir/dialog/FSIHEAP.gnt 2729330996 18648 /opt/cobol/cobdir/dialog/MLOAD.gnt 1653742745 17124 /opt/cobol/cobdir/dialog/MSAVE.gnt 388871444 10192 /opt/cobol/cobdir/dialog/POPUP.gnt 382779900 5504 /opt/cobol/cobdir/dialog/SCONFIG.gnt 1220898281 24392 /opt/cobol/cobdir/dialog/SSP.gnt 1050862881 5272 /opt/cobol/cobdir/dialog/VERDISP.gnt 3439542743 11292 /opt/cobol/cobdir/docs/hp_relnotes_ds 2108842900 29864 /opt/cobol/cobdir/dsmot/ds-edit.gnt 1097605096 30980 /opt/cobol/cobdir/dsmot/ds-errs 747574843 17408 /opt/cobol/cobdir/dsmot/ds-errs.idx 2140841197 3612 /opt/cobol/cobdir/dsmot/ds.gnt 1192300429 6004 /opt/cobol/cobdir/dsmot/dsd-valp.gnt 2399344884 2232320 /opt/cobol/cobdir/dsmot/dsdef 422944946 2270020 /opt/cobol/cobdir/dsmot/dsdef.o 4028219664 19456 /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt 2612118009 6176 /opt/cobol/cobdir/dsmot/dserrhan.gnt 1205414873 5852 /opt/cobol/cobdir/dsmot/dserrhan.o 4141217793 27372 /opt/cobol/cobdir/dsmot/dsfntgen.gnt 4103606415 6584 /opt/cobol/cobdir/dsmot/dsfntmap.gnt 3494183801 6356 /opt/cobol/cobdir/dsmot/dsfntmap.o 1213709812 20480 /opt/cobol/cobdir/dsmot/dsmot 2668564412 12384 /opt/cobol/cobdir/dsmot/dsr-valp.gnt 2255411733 11904 /opt/cobol/cobdir/dsmot/dsr-valp.o 3290752091 156276 /opt/cobol/cobdir/dsmot/dsrun.gnt 809560519 145400 /opt/cobol/cobdir/dsmot/dsrun.o 3900562027 39628 /opt/cobol/cobdir/dsmot/dstracer.gnt 630619870 49548 /opt/cobol/cobdir/dsmot/dstrap.gnt 2433110594 10208 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt 2410792245 15284 /opt/cobol/cobdir/dsmot/dsvalrun.gnt 3164956305 14428 /opt/cobol/cobdir/dsmot/dsvalrun.o 3477454090 5484 /opt/cobol/cobdir/dsmot/fprompt.o 2992721476 12120 /opt/cobol/cobdir/dsmot/lsfonts.gnt 1042327171 184992 /opt/cobol/cobdir/dsmot/mfdir2.o 4009708181 27788 /opt/cobol/cobdir/dsmot/pic4mat.gnt 545722432 26944 /opt/cobol/cobdir/dsmot/pic4mat.o 4056270956 77 /opt/cobol/cobdir/dsver 16547632 56332 /opt/cobol/cobdir/src/dialog/DS.o 4007504596 21416 /opt/cobol/cobdir/src/dialog/DSDLGINI.o 3276899413 12872 /opt/cobol/cobdir/src/dialog/DSGETSS.o 1210834521 27996 /opt/cobol/cobdir/src/dialog/DSTRACER.o Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7100 Equivalent Patches: None Patch Package Size: 7070 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_7714 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_7714.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_7714.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_7714. 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_7714.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_7714.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