Patch Name: PHSS_8859 Patch Description: s700_800 10.0X-10 Cobol/UX Dialog B.10.29 to B.10.41 patch Creation Date: 96/10/17 Post Date: 96/10/31 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_8859 Symptoms: PHSS_8859: 1. rts 114 (signal 10) on MOVE of PIC S999 table element 2. Rounding of COMP-2 to PIC 9(9) is ignored in COMPUTE 3. cannot OPEN INPUT on read-only filesystems: FS code 9/030 4. rts 114 when MOVE of array element PIC XX to data item PIC XX; gnt or .o 5. rts 114 when accessing multi-dimensional array in native code 6. rts 200 on READ of redirected file 7. Enhance MF COBOL/UX performance of sequential READs (why lseek called?) 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: 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_8859: 1. User gets following error: Execution error : file 'sics.gnt' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory 2. The behavior of rounding of COMP-2 data types changed for numbers midway between integers (2.5, 3.5 etc). Earlier these would be rounded up to the next integer. However now they are rounded to the neared even number. So that 2.5 is rounded to 2 while 3.5 is rounded to 4. 3. After a data file is created on a 'Write-Once-Read-Many' drive, it can not be opened in INPUT mode. 4. Correct native code is not generated for array bounds checking. 5. Cobol NCG code is unable to address a very large array. 6. When the input file is redirected to a pipe using dd_ env wrong error message is generated, with or without status code. 7. Enhance the product to improve the performance of READs on LINE SEQUENTIAL files. PHSS_7714: 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: 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: 1653128306 1653174771 1653175448 4701252338 5003286492 5003334748 1653113266 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/demo/objects/checkb.gs /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/dsmotver /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 96100920244752 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn BIGMAC (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/BLOCK.gnt: BLOCK0MANIPULATI 96100920250063 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn BLOCK (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DRAW.gnt: DRAW 96100920250638 GNB-027054000AA PA- RISC ncg B.10.35 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 96100920323038 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DS-DB (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DS.gnt: DS 96100920251545 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 18 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt: DSCOBGEN 96100920252784 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/DSCREENS.gnt: USER0INTERFACE0P 96100920330203 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSCREENS (DSCHAR) rev 12 /opt/cobol/cobdir/dialog/DSCUADEF.gnt: DSCUADEF 96100920253667 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSCUADEF (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt: DSCUAGEN 96100920255007 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSCUAGEN (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDATDEF.gnt: DSDATDEF 96100920255966 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDATDEF (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/DSDGRP.gnt: DSDGRP 96100920261307 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDGRP (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSDIALCV.gnt: DSDIALCV 96100920263047 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIALCV (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDIALIN.gnt: DSDIALIN 96100920263571 GNB-027054000AA PA- RISC ncg B.10.35 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 96100920264696 GNB-027054000AA PA- RISC ncg B.10.35 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 96100920271116 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDIATRN (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSDLGINI.gnt: DSDLGINI 96100920333299 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDLGINI (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSERRDEF.gnt: DSERRDEF 96100920271856 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRDEF (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSEXPDS.gnt: DSEXPDS 96100920272820 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPDS (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/DSEXPMES.gnt: DSEXPMES 96100920274156 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPMES (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSEXPORT.gnt: DSEXPORT 96100920274632 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSEXPORT (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSFLDNAM.gnt: DSFLDNAM 96100920275298 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLDNAM (DSCHAR) rev 10 /opt/cobol/cobdir/dialog/DSGETSS.gnt: DSGETSS 96100920280321 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSGETSS (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSGROUP.gnt: DSGROUP 96100920281165 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSGROUP (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSHEAP.gnt: DSHEAP 96100920282334 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSHEAP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSIMPDS.gnt: DSIMPDS 96100920283988 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPDS (DSCHAR) rev 15 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt: DSIMPFIO 96100920325352 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPFIO (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSIMPORT.gnt: DSIMPORT 96100920292820 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSIMPORT (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSPARSER.gnt: DSPARSER 96100920293628 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSPARSER (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt: DSPFLDCV 96100920294224 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSPFLDCV (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSPRINT.gnt: DSPRINT 96100920295053 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSPRINT (DSCHAR) rev 9 /opt/cobol/cobdir/dialog/DSPROT.gnt: DSPROT 96100920331702 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSPROT (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSSYSFMT.gnt: DSSYSFMT 96100920300489 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSSYSFMT (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSTFSM.gnt: DSTFSM 96100920301773 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTFSM (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSTRACER.gnt: DSTRACER 96100920334330 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTRACER (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSTUTOR.gnt: DSTUTOR 96100920302941 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTUTOR (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUSRFMT.gnt: DSUSRFMT 96100920303583 GNB-027054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/dialog/DSUXPATH.gnt: DSUXPATH 96100920304169 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXPATH (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSVALDEF.gnt: DSVALDEF 96100920304806 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALDEF (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/ERRHAND.gnt: FORMS0ERROR0MESS 96100920305716 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn ERRHAND (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/FEM.gnt: FORMS0EDITING0MA 96100920310387 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn FEM (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/FSI.gnt: FORMS0STORAGE0IN 96100920311798 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn FSI (DSCHAR) rev 13 /opt/cobol/cobdir/dialog/FSIHEAP.gnt: FSIHEAP 96100920313727 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn FSIHEAP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/MLOAD.gnt: MAVIS0DECOMPILAT 96100920314390 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn MLOAD (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/MSAVE.gnt: MAVIS0COMPILATIO 96100920315352 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn MSAVE (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/POPUP.gnt: POPUP0MENU0PROGR 96100920320094 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn POPUP (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/SCONFIG.gnt: SCRNSCFG 96100920320652 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn SCONFIG (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/SSP.gnt: SCREENS0STORAGE0 96100920321224 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn SSP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/VERDISP.gnt: VERDISP 96100920321874 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn VERDISP (DSCHAR) rev 3 /opt/cobol/cobdir/docs/hp_relnotes_ds: None /opt/cobol/cobdir/dsmot/demo/objects/checkb.gs: None /opt/cobol/cobdir/dsmot/ds-edit.gnt: ds-edit 96100920541424 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/ds-errs: None /opt/cobol/cobdir/dsmot/ds-errs.idx: None /opt/cobol/cobdir/dsmot/ds.gnt: ds 96100920542419 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsd-valp.gnt: DSD0VALP 96100920543072 GNB-034053004A9 PA- RISC ncg B.10.35 /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 96100920420978 GNB-034053004A9 PA- RISC ncg B.10.35 bmsrch 96100920422277 GNB-034053004A9 PA- RISC ncg B.10.35 DS0DB 96100920425847 GNB-034053004A9 PA- RISC ncg B.10.35 ds-edit 96100920435477 GNB-034053004A9 PA- RISC ncg B.10.35 ds 96100920440511 GNB-034053004A9 PA- RISC ncg B.10.35 dsabconv 96100920441173 GNB-034053004A9 PA- RISC ncg B.10.35 dsactbar 96100920442474 GNB-034053004A9 PA- RISC ncg B.10.35 dscobgen 96100920444063 GNB-034053004A9 PA- RISC ncg B.10.35 DSD0VALP 96100920444963 GNB-034053004A9 PA- RISC ncg B.10.35 dsdatdef 96100920450546 GNB-034053004A9 PA- RISC ncg B.10.35 DSDIALOG 96100920452766 GNB-034053004A9 PA- RISC ncg B.10.35 DSDLGTBL 96100920454671 GNB-034053004A9 PA- RISC ncg B.10.35 dserrdef 96100920460050 GNB-034053004A9 PA- RISC ncg B.10.35 dserrhan 96100920460797 GNB-034053004A9 PA- RISC ncg B.10.35 dserror 96100920461464 GNB-034053004A9 PA- RISC ncg B.10.35 dsexport 96100920463397 GNB-034053004A9 PA- RISC ncg B.10.35 DSFNTMAP 96100920470006 GNB-034053004A9 PA- RISC ncg B.10.35 dshelp 96100920470538 GNB-034053004A9 PA- RISC ncg B.10.35 DSIMPORT 96100920471931 GNB-034053004A9 PA- RISC ncg B.10.35 dspaint 96100920474737 GNB-034053004A9 PA- RISC ncg B.10.35 DSPASCII 96100920482760 GNB-034053004A9 PA- RISC ncg B.10.35 DSPRINT 96100920484131 GNB-034053004A9 PA- RISC ncg B.10.35 dsquery 96100920485481 GNB-034053004A9 PA- RISC ncg B.10.35 dsr-stub 96100920490301 GNB-034053004A9 PA- RISC ncg B.10.35 DSR0VALP 96100920490858 GNB-034053004A9 PA- RISC ncg B.10.35 dsrun 96100920492686 GNB-034053004A9 PA- RISC ncg B.10.35 dstracer 96100920500082 GNB-034053004A9 PA- RISC ncg B.10.35 dstrap 96100920501241 GNB-034053004A9 PA- RISC ncg B.10.35 dstrpcrt 96100920502365 GNB-034053004A9 PA- RISC ncg B.10.35 dsvaldef 96100920502954 GNB-034053004A9 PA- RISC ncg B.10.35 dsvalrun 96100920504657 GNB-034053004A9 PA- RISC ncg B.10.35 fem 96100920511283 GNB-034053004A9 PA- RISC ncg B.10.35 FORMS0STORAGE0IN 96100920515835 GNB-034053004A9 PA- RISC ncg B.10.35 FSISLOAD 96100920521611 GNB-034053004A9 PA- RISC ncg B.10.35 FSISSAVE 96100920522363 GNB-034053004A9 PA- RISC ncg B.10.35 FILEMGR 96100920524619 GNB-029053004A9 PA- RISC ncg B.10.35 pic4mat 96100920531972 GNB-034053004A9 PA- RISC ncg B.10.35 picparse 96100920532804 GNB-034053004A9 PA- RISC ncg B.10.35 FPROMPT 96100920533288 GNB-029053004A9 PA- RISC ncg B.10.35 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 96100920420978 GNB-034053004A9 PA- RISC ncg B.10.35 bmsrch 96100920422277 GNB-034053004A9 PA- RISC ncg B.10.35 DS0DB 96100920425847 GNB-034053004A9 PA- RISC ncg B.10.35 ds-edit 96100920435477 GNB-034053004A9 PA- RISC ncg B.10.35 ds 96100920440511 GNB-034053004A9 PA- RISC ncg B.10.35 dsabconv 96100920441173 GNB-034053004A9 PA- RISC ncg B.10.35 dsactbar 96100920442474 GNB-034053004A9 PA- RISC ncg B.10.35 dscobgen 96100920444063 GNB-034053004A9 PA- RISC ncg B.10.35 DSD0VALP 96100920444963 GNB-034053004A9 PA- RISC ncg B.10.35 dsdatdef 96100920450546 GNB-034053004A9 PA- RISC ncg B.10.35 DSDIALOG 96100920452766 GNB-034053004A9 PA- RISC ncg B.10.35 DSDLGTBL 96100920454671 GNB-034053004A9 PA- RISC ncg B.10.35 dserrdef 96100920460050 GNB-034053004A9 PA- RISC ncg B.10.35 dserrhan 96100920460797 GNB-034053004A9 PA- RISC ncg B.10.35 dserror 96100920461464 GNB-034053004A9 PA- RISC ncg B.10.35 dsexport 96100920463397 GNB-034053004A9 PA- RISC ncg B.10.35 DSFNTMAP 96100920470006 GNB-034053004A9 PA- RISC ncg B.10.35 dshelp 96100920470538 GNB-034053004A9 PA- RISC ncg B.10.35 DSIMPORT 96100920471931 GNB-034053004A9 PA- RISC ncg B.10.35 dspaint 96100920474737 GNB-034053004A9 PA- RISC ncg B.10.35 DSPASCII 96100920482760 GNB-034053004A9 PA- RISC ncg B.10.35 DSPRINT 96100920484131 GNB-034053004A9 PA- RISC ncg B.10.35 dsquery 96100920485481 GNB-034053004A9 PA- RISC ncg B.10.35 dsr-stub 96100920490301 GNB-034053004A9 PA- RISC ncg B.10.35 DSR0VALP 96100920490858 GNB-034053004A9 PA- RISC ncg B.10.35 dsrun 96100920492686 GNB-034053004A9 PA- RISC ncg B.10.35 dstracer 96100920500082 GNB-034053004A9 PA- RISC ncg B.10.35 dstrap 96100920501241 GNB-034053004A9 PA- RISC ncg B.10.35 dstrpcrt 96100920502365 GNB-034053004A9 PA- RISC ncg B.10.35 dsvaldef 96100920502954 GNB-034053004A9 PA- RISC ncg B.10.35 dsvalrun 96100920504657 GNB-034053004A9 PA- RISC ncg B.10.35 fem 96100920511283 GNB-034053004A9 PA- RISC ncg B.10.35 FORMS0STORAGE0IN 96100920515835 GNB-034053004A9 PA- RISC ncg B.10.35 FSISLOAD 96100920521611 GNB-034053004A9 PA- RISC ncg B.10.35 FSISSAVE 96100920522363 GNB-034053004A9 PA- RISC ncg B.10.35 FILEMGR 96100920524619 GNB-029053004A9 PA- RISC ncg B.10.35 pic4mat 96100920531972 GNB-034053004A9 PA- RISC ncg B.10.35 picparse 96100920532804 GNB-034053004A9 PA- RISC ncg B.10.35 FPROMPT 96100920533288 GNB-029053004A9 PA- RISC ncg B.10.35 VrnDATABASE 2.2.26nrV MFDIR 3.u.18 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt: DSDLGTBL 96100920543763 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dserrhan.gnt: dserrhan 96100920545394 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dserrhan.o: dserrhan 96100920460797 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsfntgen.gnt: FNT0GEN 96100920565285 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsfntmap.gnt: DSFNTMAP 96100920570957 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsfntmap.o: DSFNTMAP 96100920470006 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsmot: dsmot.c DS2.2.44 mvg 31jan94 /opt/cobol/cobdir/dsmot/dsmotver: None /opt/cobol/cobdir/dsmot/dsr-valp.gnt: DSR0VALP 96100920550114 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsr-valp.o: DSR0VALP 96100920490858 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsrun.gnt: dsrun 96100920553499 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsrun.o: dsrun 96100920492686 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dstracer.gnt: dstracer 96100920551014 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dstrap.gnt: dstrap 96100920560687 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt: dstrpcrt 96100920561887 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsvalrun.gnt: dsvalrun 96100920562837 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/dsvalrun.o: dsvalrun 96100920504657 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/fprompt.o: FPROMPT 96100920533288 GNB-029053004A9 PA- RISC ncg B.10.35 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/lsfonts.gnt: lsfonts 96100920571740 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/mfdir2.o: FILEMGR 96100920524619 GNB-029053004A9 PA- RISC ncg B.10.35 MFDIR 3.u.18 /opt/cobol/cobdir/dsmot/pic4mat.gnt: pic4mat 96100920564123 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsmot/pic4mat.o: pic4mat 96100920531972 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/dsver: None /opt/cobol/cobdir/src/dialog/DS.o: DS 96100920370195 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DS (DSCHAR) rev 18 /opt/cobol/cobdir/src/dialog/DSDLGINI.o: DSDLGINI 96100920372257 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSDLGINI (DSCHAR) rev 5 /opt/cobol/cobdir/src/dialog/DSGETSS.o: DSGETSS 96100920371499 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSGETSS (DSCHAR) rev 6 /opt/cobol/cobdir/src/dialog/DSTRACER.o: DSTRACER 96100920373432 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTRACER (DSCHAR) rev 4 cksum(1) Output: 1288892222 57552 /opt/cobol/cobdir/dialog/BIGMAC.gnt 3835630647 12436 /opt/cobol/cobdir/dialog/BLOCK.gnt 3767592066 5600 /opt/cobol/cobdir/dialog/DRAW.gnt 2644166700 130296 /opt/cobol/cobdir/dialog/DS-DB.gnt 3476422894 60432 /opt/cobol/cobdir/dialog/DS.gnt 3458436015 22776 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt 4059750462 72896 /opt/cobol/cobdir/dialog/DSCREENS.gnt 3709387705 53424 /opt/cobol/cobdir/dialog/DSCUADEF.gnt 1291701711 24444 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt 3248259576 47780 /opt/cobol/cobdir/dialog/DSDATDEF.gnt 784707851 6416 /opt/cobol/cobdir/dialog/DSDGRP.gnt 362092856 15528 /opt/cobol/cobdir/dialog/DSDIALCV.gnt 1343328903 4088 /opt/cobol/cobdir/dialog/DSDIALIN.gnt 1295794769 125508 /opt/cobol/cobdir/dialog/DSDIALOG.gnt 701396701 26532 /opt/cobol/cobdir/dialog/DSDIATRN.gnt 2058141153 21608 /opt/cobol/cobdir/dialog/DSDLGINI.gnt 2626019846 29468 /opt/cobol/cobdir/dialog/DSERRDEF.gnt 892407876 66204 /opt/cobol/cobdir/dialog/DSEXPDS.gnt 3181483617 9492 /opt/cobol/cobdir/dialog/DSEXPMES.gnt 3099623164 6644 /opt/cobol/cobdir/dialog/DSEXPORT.gnt 4026656854 45576 /opt/cobol/cobdir/dialog/DSFLDNAM.gnt 530004032 14340 /opt/cobol/cobdir/dialog/DSGETSS.gnt 3249258858 59068 /opt/cobol/cobdir/dialog/DSGROUP.gnt 2742566158 7352 /opt/cobol/cobdir/dialog/DSHEAP.gnt 4084546495 193280 /opt/cobol/cobdir/dialog/DSIMPDS.gnt 813894994 4660 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt 50895249 6056 /opt/cobol/cobdir/dialog/DSIMPORT.gnt 3750832774 9924 /opt/cobol/cobdir/dialog/DSPARSER.gnt 1014709513 3928 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt 706272322 80196 /opt/cobol/cobdir/dialog/DSPRINT.gnt 566918356 14012 /opt/cobol/cobdir/dialog/DSPROT.gnt 3530711178 7628 /opt/cobol/cobdir/dialog/DSSYSFMT.gnt 3762580508 7988 /opt/cobol/cobdir/dialog/DSTFSM.gnt 3658235645 29204 /opt/cobol/cobdir/dialog/DSTRACER.gnt 227469653 3832 /opt/cobol/cobdir/dialog/DSTUTOR.gnt 4182865370 6584 /opt/cobol/cobdir/dialog/DSUSRFMT.gnt 1285625503 3320 /opt/cobol/cobdir/dialog/DSUXPATH.gnt 171156366 40628 /opt/cobol/cobdir/dialog/DSVALDEF.gnt 929923036 7724 /opt/cobol/cobdir/dialog/ERRHAND.gnt 2950906244 42396 /opt/cobol/cobdir/dialog/FEM.gnt 663863003 73696 /opt/cobol/cobdir/dialog/FSI.gnt 3425273728 8536 /opt/cobol/cobdir/dialog/FSIHEAP.gnt 2483550416 18884 /opt/cobol/cobdir/dialog/MLOAD.gnt 586603112 17116 /opt/cobol/cobdir/dialog/MSAVE.gnt 4048280972 10180 /opt/cobol/cobdir/dialog/POPUP.gnt 1248496713 5492 /opt/cobol/cobdir/dialog/SCONFIG.gnt 2266540181 24492 /opt/cobol/cobdir/dialog/SSP.gnt 288473289 5260 /opt/cobol/cobdir/dialog/VERDISP.gnt 53721596 12120 /opt/cobol/cobdir/docs/hp_relnotes_ds 4050228767 7552 /opt/cobol/cobdir/dsmot/demo/objects/ checkb.gs 779059338 29848 /opt/cobol/cobdir/dsmot/ds-edit.gnt 969086205 30980 /opt/cobol/cobdir/dsmot/ds-errs 3904184583 17408 /opt/cobol/cobdir/dsmot/ds-errs.idx 2198393500 3612 /opt/cobol/cobdir/dsmot/ds.gnt 2838308891 6012 /opt/cobol/cobdir/dsmot/dsd-valp.gnt 369763535 2232320 /opt/cobol/cobdir/dsmot/dsdef 865245486 2271084 /opt/cobol/cobdir/dsmot/dsdef.o 1398451005 19448 /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt 436953650 6184 /opt/cobol/cobdir/dsmot/dserrhan.gnt 2644245360 5860 /opt/cobol/cobdir/dsmot/dserrhan.o 4072750140 27340 /opt/cobol/cobdir/dsmot/dsfntgen.gnt 547307643 6600 /opt/cobol/cobdir/dsmot/dsfntmap.gnt 1359475466 6364 /opt/cobol/cobdir/dsmot/dsfntmap.o 3359616831 20480 /opt/cobol/cobdir/dsmot/dsmot 2702552039 54 /opt/cobol/cobdir/dsmot/dsmotver 665679561 12448 /opt/cobol/cobdir/dsmot/dsr-valp.gnt 11766559 11976 /opt/cobol/cobdir/dsmot/dsr-valp.o 3554926448 156880 /opt/cobol/cobdir/dsmot/dsrun.gnt 1456733181 146348 /opt/cobol/cobdir/dsmot/dsrun.o 448289762 39632 /opt/cobol/cobdir/dsmot/dstracer.gnt 773563663 49620 /opt/cobol/cobdir/dsmot/dstrap.gnt 4059956595 10204 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt 2733036806 15300 /opt/cobol/cobdir/dsmot/dsvalrun.gnt 3079542710 14448 /opt/cobol/cobdir/dsmot/dsvalrun.o 3344357081 5484 /opt/cobol/cobdir/dsmot/fprompt.o 956407246 12104 /opt/cobol/cobdir/dsmot/lsfonts.gnt 705396369 185404 /opt/cobol/cobdir/dsmot/mfdir2.o 2597402907 27780 /opt/cobol/cobdir/dsmot/pic4mat.gnt 2210926483 26940 /opt/cobol/cobdir/dsmot/pic4mat.o 4138170992 77 /opt/cobol/cobdir/dsver 2024712829 56308 /opt/cobol/cobdir/src/dialog/DS.o 3460268742 21420 /opt/cobol/cobdir/src/dialog/DSDLGINI.o 547013526 12848 /opt/cobol/cobdir/src/dialog/DSGETSS.o 3390306719 27920 /opt/cobol/cobdir/src/dialog/DSTRACER.o Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7100 PHSS_7714 Equivalent Patches: None Patch Package Size: 7080 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_8859 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_8859.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_8859.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. By default swinstall will archive the original software in /var/adm/sw/patch/PHSS_8859. 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_8859.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_8859.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: After patch installation, note: 1) 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