Patch Name: PHSS_7710 Patch Description: s700_800 10.X Cobol/UX Dev. 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: COBOLDEV.COBDEV,B.10.03.10 COBOLCRT.COBCRT,B.10.03.10 COBOLRT.COBRT,B.10.03.10 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_7710 Symptoms: PHSS_7710: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7710: 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_7096: The following symptoms correspond to the descriptions in the defect descriptions field for PHSS_7076: 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_7710: The following defect descriptions are for PHSS_7710: 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_7096: The following defect descriptions are for PHSS_7096: 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/ADIS.gnt /opt/cobol/cobdir/ADISCF.gnt /opt/cobol/cobdir/ADISDYNA.gnt /opt/cobol/cobdir/ADISINIT.gnt /opt/cobol/cobdir/ADISKEY.gnt /opt/cobol/cobdir/ADISKEY2.gnt /opt/cobol/cobdir/BTR2XFH.gnt /opt/cobol/cobdir/CBLDC001.gnt /opt/cobol/cobdir/CBLDC003.gnt /opt/cobol/cobdir/CHECKFIL.gnt /opt/cobol/cobdir/COBWIN2.gnt /opt/cobol/cobdir/DISPCONV.gnt /opt/cobol/cobdir/ESDSFH.gnt /opt/cobol/cobdir/FHREDIR.gnt /opt/cobol/cobdir/KEYBCF.gnt /opt/cobol/cobdir/PANELS.gnt /opt/cobol/cobdir/XFHLABEL.gnt /opt/cobol/cobdir/XFHNAME.gnt /opt/cobol/cobdir/XFHTRACE.gnt /opt/cobol/cobdir/_CLASS.gnt /opt/cobol/cobdir/_CODESET.gnt /opt/cobol/cobdir/_sqlprld.gnt /opt/cobol/cobdir/animator.lbr /opt/cobol/cobdir/animbase.lbr /opt/cobol/cobdir/banner.gnt /opt/cobol/cobdir/bin/adiscf /opt/cobol/cobdir/bin/anim /opt/cobol/cobdir/bin/animbase /opt/cobol/cobdir/bin/cgen /opt/cobol/cobdir/bin/cob /opt/cobol/cobdir/bin/cobol /opt/cobol/cobdir/bin/cobprof /opt/cobol/cobdir/bin/cobprog /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/cobwhat /opt/cobol/cobdir/bin/convert3 /opt/cobol/cobdir/bin/convert5 /opt/cobol/cobdir/bin/fed /opt/cobol/cobdir/bin/fhconvert /opt/cobol/cobdir/bin/fhcreate /opt/cobol/cobdir/bin/fhedit /opt/cobol/cobdir/bin/fhinfo /opt/cobol/cobdir/bin/fhrebuild /opt/cobol/cobdir/bin/fhreorg /opt/cobol/cobdir/bin/fhvalidate /opt/cobol/cobdir/bin/forms2 /opt/cobol/cobdir/bin/fs /opt/cobol/cobdir/bin/fsviewmot /opt/cobol/cobdir/bin/h2cpy /opt/cobol/cobdir/bin/keybcf /opt/cobol/cobdir/bin/lbrinfo /opt/cobol/cobdir/bin/rebuild /opt/cobol/cobdir/bin/reform5 /opt/cobol/cobdir/bin/split78 /opt/cobol/cobdir/bin/tabx /opt/cobol/cobdir/callrb.lbr /opt/cobol/cobdir/ccitcp2 /opt/cobol/cobdir/cdi2.gnt /opt/cobol/cobdir/check /opt/cobol/cobdir/check.lbr /opt/cobol/cobdir/cmenu.lbr /opt/cobol/cobdir/cnvcomp6.gnt /opt/cobol/cobdir/cobcli.lbr /opt/cobol/cobdir/cobintfn.gnt /opt/cobol/cobdir/coblib/cobcsym /opt/cobol/cobdir/coblib/cobxsym /opt/cobol/cobdir/coblib/hp_allraise.o /opt/cobol/cobdir/coblib/hp_cblthread.o /opt/cobol/cobdir/coblib/hp_noasysigs.o /opt/cobol/cobdir/coblib/hp_nosignals.o /opt/cobol/cobdir/coblib/hp_nosynsigs.o /opt/cobol/cobdir/coblib/hp_raisetidy.o /opt/cobol/cobdir/coblib/hp_rtsraise.o /opt/cobol/cobdir/coblib/hp_synraise.o /opt/cobol/cobdir/coblib/libcobol.a /opt/cobol/cobdir/coblib/libcobol.sl /opt/cobol/cobdir/coblib/libcrtn.a /opt/cobol/cobdir/coblib/libcrtn.sl /opt/cobol/cobdir/coblib/libfhutil.a /opt/cobol/cobdir/coblib/libfhutil.sl /opt/cobol/cobdir/coblib/libhpcobol.sl /opt/cobol/cobdir/coblib/libisstubs.sl /opt/cobol/cobdir/coblib/libosx.a /opt/cobol/cobdir/coblib/libosx.sl /opt/cobol/cobdir/coblib/libscreen.a /opt/cobol/cobdir/coblib/libscreen.sl /opt/cobol/cobdir/coblib/libsupp.a /opt/cobol/cobdir/coblib/libsupp.sl /opt/cobol/cobdir/coblib/xldyn.s /opt/cobol/cobdir/cobver /opt/cobol/cobdir/commi.gnt /opt/cobol/cobdir/comms.gnt /opt/cobol/cobdir/conversion/c3sub.gnt /opt/cobol/cobdir/conversion/c5sub.gnt /opt/cobol/cobdir/conversion/convert3.gnt /opt/cobol/cobdir/conversion/convert5.gnt /opt/cobol/cobdir/conversion/reform5.gnt /opt/cobol/cobdir/conversion/tabx.gnt /opt/cobol/cobdir/csimaker.gnt /opt/cobol/cobdir/cwrcli.gnt /opt/cobol/cobdir/dialog/DSCOMP.gnt /opt/cobol/cobdir/dialog/DSERRHAN.gnt /opt/cobol/cobdir/dialog/DSFLD.gnt /opt/cobol/cobdir/dialog/DSLCONV.gnt /opt/cobol/cobdir/dialog/DSRUN.gnt /opt/cobol/cobdir/dialog/DSTERM.gnt /opt/cobol/cobdir/dialog/DSUSRCAL.gnt /opt/cobol/cobdir/dialog/DSUXSYSP.gnt /opt/cobol/cobdir/dialog/DSVALRUN.gnt /opt/cobol/cobdir/dialog/DSVRSCRN.gnt /opt/cobol/cobdir/dialog/SSTRAN.gnt /opt/cobol/cobdir/docs/cbl_main.1 /opt/cobol/cobdir/docs/hp_README /opt/cobol/cobdir/docs/hp_relnotes_cbl /opt/cobol/cobdir/docs/signals.1 /opt/cobol/cobdir/dsrtever /opt/cobol/cobdir/errmsg.gnt /opt/cobol/cobdir/fcossec.gnt /opt/cobol/cobdir/fhrdrpwd.gnt /opt/cobol/cobdir/fhxscomp.gnt /opt/cobol/cobdir/forms2/FORMS2.gnt /opt/cobol/cobdir/fs /opt/cobol/cobdir/fsclose.gnt /opt/cobol/cobdir/fsmgr.lbr /opt/cobol/cobdir/h2cpy.gnt /opt/cobol/cobdir/help.gnt /opt/cobol/cobdir/help.lbr /opt/cobol/cobdir/helpadcf.lbr /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/intpinit.gnt /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/name.lbr /opt/cobol/cobdir/ncg /opt/cobol/cobdir/ohbld.lbr /opt/cobol/cobdir/on-line.lbr /opt/cobol/cobdir/osxver /opt/cobol/cobdir/pan2mot /opt/cobol/cobdir/profiler.gnt /opt/cobol/cobdir/rebuild /opt/cobol/cobdir/reporter.lbr /opt/cobol/cobdir/rts32 /opt/cobol/cobdir/sload.gnt /opt/cobol/cobdir/split78.gnt /opt/cobol/cobdir/sqlinit.gnt /opt/cobol/cobdir/src/dialog/DSCOMP.o /opt/cobol/cobdir/src/dialog/DSERRHAN.o /opt/cobol/cobdir/src/dialog/DSFLD.o /opt/cobol/cobdir/src/dialog/DSLCONV.o /opt/cobol/cobdir/src/dialog/DSRUN.o /opt/cobol/cobdir/src/dialog/DSTERM.o /opt/cobol/cobdir/src/dialog/DSUSRCAL.o /opt/cobol/cobdir/src/dialog/DSUXSYSP.o /opt/cobol/cobdir/src/dialog/DSVALRUN.o /opt/cobol/cobdir/src/dialog/DSVRSCRN.o /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o /opt/cobol/cobdir/src/rebuild/callrb.o /opt/cobol/cobdir/src/rebuild/cdfh.o /opt/cobol/cobdir/src/rebuild/mscvsub.o /opt/cobol/cobdir/src/rebuild/rbldmain.o /opt/cobol/cobdir/src/rebuild/rbldsub.o /opt/cobol/cobdir/src/rts/ufhtab.o /opt/cobol/cobdir/src/sql/animcopy.o /opt/cobol/cobdir/src/sql/check.o /opt/cobol/cobdir/src/sql/checkx.o /opt/cobol/cobdir/src/sql/cp.o /opt/cobol/cobdir/src/sql/headers.o /opt/cobol/cobdir/src/sql/sqlinit.o /opt/cobol/cobdir/sysrun.lbr /opt/cobol/cobdir/textmgr.gnt /opt/cobol/cobdir/tools.lbr /opt/cobol/cobdir/txtmgr.gnt /opt/cobol/cobdir/uncg.err /opt/cobol/cobdir/utils.lbr /opt/cobol/cobdir/window1.gnt what(1) Output: /opt/cobol/cobdir/ADIS.gnt: ADIS 96061815360558 GNB-048056000AA PA- RISC ncg B.09.18 Vrn ADIS 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 96061815472929 GNB-019054000AA PA- RISC ncg B.09.18 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 96061815362097 GNB-048056000AA PA- RISC ncg B.09.18 Vrn ADISDYNA 3.5.33(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 96061815362467 GNB-048056000AA PA- RISC ncg B.09.18 Vrn ADISINIT 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 96061815362749 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 96061815363101 GNB-048056000AA PA- RISC ncg B.09.18 Vrn ADISKEY 3.5.33(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 96061815380955 GNB-019054000AA PA- RISC ncg B.09.18 BTR2XFH VRN=0200 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 96061815385902 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC001 7001 03Nov93 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 96061815390168 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC003 7002 31Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 96061815424376 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 96061815445022 GNB-019054000AA PA- RISC ncg B.09.18 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 /opt/cobol/cobdir/DISPCONV.gnt: DISPCONV 96061816043473 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 96061815391125 GNB-019054000AA PA- RISC ncg B.09.18 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 96061815414058 GNB-019054000AA PA- RISC ncg B.09.18 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 96061815495243 GNB-019054000AA PA- RISC ncg B.09.18 Vrn KEYBCF V1.1.15 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 96061815374521 GNB-019054000AA PA- RISC ncg B.09.18 PAN 4.0.18 13dec93 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 96061815390793 GNB-019054000AA PA- RISC ncg B.09.18 XFHLABEL 700 19Feb94 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 96061815390439 GNB-019054000AA PA- RISC ncg B.09.18 XFHNAME71013Jul94 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 96061815391436 GNB-019054000AA PA- RISC ncg B.09.18 XFHTRACE 8007 14Aug95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 96061815423928 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 96061815424149 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 96061815550370 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/animator.lbr: animator 96061815552300 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.34nrV animatorx 96061815511806 GNB-019054000AA PA- RISC ncg B.09.18 Anim 3.1.03nrV PANELS 96061815374521 GNB-019054000AA PA- RISC ncg B.09.18 PAN 4.0.18 13dec93 anmint 96061815543442 GNB-019054000AA PA- RISC ncg B.09.18 Adv 3.1.06nrV /opt/cobol/cobdir/animbase.lbr: anmint 96061815541018 GNB-019054000AA PA- RISC ncg B.09.18 base 3.1.01nrV /opt/cobol/cobdir/banner.gnt: banner 96061816104765 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/bin/adiscf: cobrun.c 1.17 /opt/cobol/cobdir/bin/anim: cobrun.c 1.17 /opt/cobol/cobdir/bin/animbase: cobrun.c 1.17 /opt/cobol/cobdir/bin/cgen: cobrun.c 1.17 /opt/cobol/cobdir/bin/cob: cob.c 1.37 cob.c 1.37 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 /opt/cobol/cobdir/bin/cobol: cobrun.c 1.17 /opt/cobol/cobdir/bin/cobprof: cobrun.c 1.17 /opt/cobol/cobdir/bin/cobprog: cobprog.c 1.4 /opt/cobol/cobdir/bin/cobrun: cobrun.c 1.17 /opt/cobol/cobdir/bin/cobwhat: cobwhat.c version 1.1 /opt/cobol/cobdir/bin/convert3: cobrun.c 1.17 /opt/cobol/cobdir/bin/convert5: cobrun.c 1.17 /opt/cobol/cobdir/bin/fed: fed.c 1.1 gpgetput.c 1.1 /opt/cobol/cobdir/bin/fhconvert: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhcreate: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhedit: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhinfo: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhrebuild: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhreorg: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhvalidate: cobrun.c 1.17 /opt/cobol/cobdir/bin/forms2: cobrun.c 1.17 /opt/cobol/cobdir/bin/fs: cobrun.c 1.17 /opt/cobol/cobdir/bin/fsviewmot: cobrun.c 1.17 /opt/cobol/cobdir/bin/h2cpy: cobrun.c 1.17 /opt/cobol/cobdir/bin/keybcf: cobrun.c 1.17 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/bin/rebuild: cobrun.c 1.17 /opt/cobol/cobdir/bin/reform5: cobrun.c 1.17 /opt/cobol/cobdir/bin/split78: cobrun.c 1.17 /opt/cobol/cobdir/bin/tabx: cobrun.c 1.17 /opt/cobol/cobdir/callrb.lbr: callrb 96061816211222 GNB-019054000AA PA- RISC ncg B.09.18 rbldmain 96061816211532 GNB-019054000AA PA- RISC ncg B.09.18 RBD 7002 17Aug94 rbldsub 96061816212019 GNB-019054000AA PA- RISC ncg B.09.18 mscvsub 96061816212375 GNB-019054000AA PA- RISC ncg B.09.18 cdfh 96061816212696 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cdi2.gnt: cdi2 96061815514309 GNB-019054000AA PA- RISC ncg B.09.18 CDI2 054 000 035 /opt/cobol/cobdir/check: check 96061815552761 GNB-019054000AA PA- RISC ncg B.09.18 checkx 96061815565058 GNB-095054000AA PA- RISC ncg B.09.18 animcopy 96061815545318 GNB-019054000AA PA- RISC ncg B.09.18 cp 96061815532775 GNB-019054000AA PA- RISC ncg B.09.18 HEADERS 96061815534348 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.44nrV CHK054.000.095nrV CP.054 /opt/cobol/cobdir/check.lbr: check 96061815552551 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.44nrV CHK054.000.095nrV animcopy 96061815545022 GNB-019054000AA PA- RISC ncg B.09.18 cp 96061815531909 GNB-019054000AA PA- RISC ncg B.09.18 CP.054 HEADERS 96061815533941 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/cmenu.lbr: cmenu 96061816160865 GNB-019054000AA PA- RISC ncg B.09.18 chkmenu 96061816155667 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/cnvcomp6.gnt: cnvcomp6 96061816040047 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/cobcli.lbr: direct2 96061815430953 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.34nrV cobcli 96061815431638 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.34nrV lbropen 96061815432132 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.34nrV /opt/cobol/cobdir/cobintfn.gnt: cobintfn 96061815435763 GNB-019054000AA PA- RISC ncg B.09.18 COBINTFN 2.7.018 /opt/cobol/cobdir/coblib/cobcsym: None /opt/cobol/cobdir/coblib/cobxsym: None /opt/cobol/cobdir/coblib/hp_allraise.o: None /opt/cobol/cobdir/coblib/hp_cblthread.o: HP COBOL One-Thread Mode Support /opt/cobol/cobdir/coblib/hp_noasysigs.o: None /opt/cobol/cobdir/coblib/hp_nosignals.o: None /opt/cobol/cobdir/coblib/hp_nosynsigs.o: None /opt/cobol/cobdir/coblib/hp_raisetidy.o: None /opt/cobol/cobdir/coblib/hp_rtsraise.o: None /opt/cobol/cobdir/coblib/hp_synraise.o: None /opt/cobol/cobdir/coblib/libcobol.a: gpsessi.c 1.2 Session Support Screen Recorder V1.1.C Screen Recorder V1.1.C shrecord.c 1.3 Session V1.1 Session V1.1 shsess.c 1.4 Setjmp Support xesetjp.c 1.1 gpcics.c 1.3 gppcstub.c 1.1 xesrctgt.c 1.1 xedsrtn.c 1.2 rtmain.c 1.3 P rtsconf.c 3g.5a.7.1 v1 rtsconf.c 1.1 fhix.c 1.27 COBWIN2 96061815451184 GNB-019054000AA PA- RISC ncg B.09.18 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 ESDSFH 96061815405821 GNB-019054000AA PA- RISC ncg B.09.18 ESDSFH 8008 30Mar95 mfini 96061815444084 GNB-019054000AA PA- RISC ncg B.09.18 VrnMFI 1.0.07nrV Dynamic Loading Support ldprog.c 1.6 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.6 ldcoff.c 1.6 ldfind.c 1.8 ldovl.c 1.3 oscache.c 1.5 xechain.c 1.10 xerunit.c 1.22 Dictionary Support cxdynstr.c 1.3 ossystem.c 1.2 ldentry.c 1.2 gprtcali.c 1.1 gpucalli.c 1.2 gpenvir.c 1.1 xegntF9.c 1.1 xegntFB.c 1.1 xegntFC.c 1.1 cx8b.c 1.1 mmcheck.c 1.1 gptmpnam.c 1.1 shmouse.c 1.2 cxe1.c 1.2 usercall.c 1.3 xecwr.c 1.1 BTR2XFH 96061815382100 GNB-019054000AA PA- RISC ncg B.09.18 BTR2XFH VRN=0200 cobintfn 96061815441481 GNB-019054000AA PA- RISC ncg B.09.18 COBINTFN 2.7.018 xeifun.c 1.1 _CLASS 96061815425465 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 FHREDIR 96061815421970 GNB-019054000AA PA- RISC ncg B.09.18 FHREDIR Vrn 8083 nrV CHECKFIL 96061815425897 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC003 96061815404611 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC003 7002 31Jan94 XFHNAME 96061815405112 GNB-019054000AA PA- RISC ncg B.09.18 XFHNAME71013Jul94 XFHLABEL 96061815405507 GNB-019054000AA PA- RISC ncg B.09.18 XFHLABEL 700 19Feb94 fcossec 96061815423120 GNB-019054000AA PA- RISC ncg B.09.18 Interpreter Support xeinterp.c 1.10 ldintexp.c 1.1 xeintD4.c 1.1 xeaccdis.c 1.1 gpcommsi.c 1.1 Comms Support xecomms.c 1.1 shcomms.c 1.1 xegF800.c 1.4 xegF804.c 1.3 xegF80B.c 1.2 xegF80D.c 1.1 fhlprdsp.c 1.3 xeintE4.c 1.3 shattr.c 1.13 xanim2p.c 1.10 xcpunix.c 1.3 xfpunix.c 1.3 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.3 dbankey.c 1.1 dbanim.c 1.15 Animator Support gpanimi.c 1.1 xanim2c.c 1.10 xfcunix.c 1.1 xccunix.c 1.2 xfcapi.c 1.2 xccapi.c 1.2 xanim.c 1.1 rtcpyrht.c 1.1 ldexit.c 1.1 rtsupp.c 1.1 cxadis.c 1.2 xeadis.c 1.1 Adis Support cxaf.c 1.1 cxba.c 1.1 xeising.c 1.2 shmode.c 1.3 xedecode.c 1.1 xenumctl.c 1.1 ADIS 96061815371342 GNB-048056000AA PA- RISC ncg B.09.18 ADISDYNA 96061815372589 GNB-048056000AA PA- RISC ncg B.09.18 ADISINIT 96061815372912 GNB-048056000AA PA- RISC ncg B.09.18 ADISKEY 96061815373187 GNB-019054000AA PA- RISC ncg B.09.18 ADISKEY2 96061815373527 GNB-048056000AA PA- RISC ncg B.09.18 Vrn ADIS 3.5.33(U7) nrV Base version Vrn ADISDYNA 3.5.33(U7) nrV Vrn ADISINIT 3.5.33(U7) nrV Base version Vrn ADISKEY 3.5.33(U7) nrV Base version shcbl.c 1.8 shcob.c 1.4 xegntCE.c 1.1 cxb0.c 1.2 cxb4.c 1.1 xes32exe.c 1.1 PANELS 96061815375932 GNB-019054000AA PA- RISC ncg B.09.18 PAN 4.0.18 13dec93 MFDB Support xekanjst.c 1.3 cxa7.c 1.7 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.11 cxb7.c 1.4 cxb8.c 1.4 shcalls.c 1.5 shentex.c 1.2 shinit.c 1.5 shscroll.c 1.3 shswap.c 1.3 shsysat.c 1.5 shtinit.c 1.2 cxtty.c 1.1 dbanimsc.c 1.1 shrawtty.c 1.4 shparse.c 1.4 shpalet.c 1.4 shsysats.c 1.9 cxd0.c 1.2 mfconfig 96061815443583 GNB-019054000AA PA- RISC ncg B.09.18 VrnMCF 002003013nrV direct2 96061815434733 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.34nrV xegetarg.c 1.5 xegntFA.c 1.1 gposinfo.c 1.2 fhtable.c 1.6 fhcsortv.c 1.1 fhlsv.c 1.1 fhrl.c 1.4 fhrlv.c 1.2 fhseqv.c 1.2 fhsort.c 1.15 fhext.c 1.5 opcode7.c 1.3 fhix.c 1.27 vcs_mfisam.c 1.19 fhixv.c 1.2 fhsort.c 1.15 mFFH 96061815401706 GNB-019054000AA PA- RISC ncg B.09.18 XFH 8184 B 06Jul95 cx91.c 1.7 xedirscn.c 1.2 xeextern.c 1.4 xedyncbl.c 1.3 xedynstr.c 1.7 _CODESET 96061815425683 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 XFHTRACE 96061815410190 GNB-019054000AA PA- RISC ncg B.09.18 XFHTRACE 8007 14Aug95 xegF801.c 1.1 xegF80F.c 1.2 xegF805.c 1.4 xecommsb.c 1.1 xesubsys.c 1.3 xeascvt.c 1.1 mmblock.c 1.1 LOGIC CANCEL for gnt and snt files ldcancel.c 1.14 oscknam.c 1.3 xecmds.c 1.5 rtconfig.c 1.14 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.2 xeddexp.c 1.3 rterror.c 1.15 rtindir.c 1.3 ldinit.c 1.5 rtinit.c 1.21 mmkey.c 1.6 Essential Support rtmisc.c 1.2 rtmsg.c 1.3 gpnames.c 1.2 ouerr.c 1.2 rtossp.c 1.8 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.4 shrouter.c 1.6 rttables.c 1.2 ossignal.c 1.15 rtswitch.c 1.8 gpcksum.c 1.1 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 gpgetput.c 1.1 mmshared.c 1.16 outty.c 1.2 mmossp.c 1.4 rtplist.c 1.8 Phase7 RTS (unix) : 1.116 Built 16:50:20 8/10/94 vcs_unx.c 1.116 rttune.c 1.16 rtnlsmsg.c 1.5 xainit.c 1.7 Native Code Support ldfindp.c 1.5 xeiE4ch.c 1.6 gpconv.c 1.1 revecall.c 1.6 xexrun.c 1.2 CBLDC001 96061815404231 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC001 7001 03Nov93 xegntAE.c 1.1 xegstar.c 1.13 Profiler Support rtprofil.c 1.3 gpprofi.c 1.1 xerun.c 1.5 gpdynldi.c 1.1 gpintrpi.c 1.1 xerecurs.c 1.1 xedrtini.c 1.2 rtsavmc.c 1.2 fhrounew.c 1.9 gpfilei.c 1.1 oufhossp.c 1.17 fhlcktst.c 1.3 fhtp.c 1.3 xenls.c 1.3 fhcall.c 1.2 fhls.c 1.27 xeresref.c 1.1 fhseq.c 1.10 fhbuffer.c 1.4 fhmr.c 1.3 gpcblsj.c 1.4 cxcheck.c 1.2 fherror.c 1.11 fhsupp.c 1.1 oufh.c 1.4/ech1 fhmopen.c 1.3 oufhlock.c 1.4 ostime.c 1.2 fhretry.c 1.1 fhstat.c 1.2 fhcbl.c 1.9 ldlbr.c 1.2 fhddmap.c 1.14 fhlbr.c 1.5 gpidblok.c 1.1 gpstring.c 1.1 ldeloc.c 1.11 ldlocate.c 1.14 rtspesh.c 1.4 REV: HP SESD Timebomb Code HP COBOL No-Threads Mode Support /opt/cobol/cobdir/coblib/libcobol.sl: xanim.c 1.1 Dynamic Loading Support ldovl.c 1.3 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.3 mmkey.c 1.6 ouerr.c 1.2 outty.c 1.2 cxtty.c 1.1 Session Support ossystem.c 1.2 cxa7.c 1.7 ldentry.c 1.2 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.2 shcbl.c 1.8 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.2 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.4 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.1 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.4 xegF801.c 1.1 xegF804.c 1.3 xegF80B.c 1.2 xegF80D.c 1.1 xegF80F.c 1.2 xegntF9.c 1.1 xegntFA.c 1.1 xegntFB.c 1.1 xegntFC.c 1.1 xegstar.c 1.13 cx8b.c 1.1 cxb0.c 1.2 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.3 gposinfo.c 1.2 gppcstub.c 1.1 xerecurs.c 1.1 xeresref.c 1.1 fhretry.c 1.1 fhrl.c 1.4 fhrlv.c 1.2 xes32exe.c 1.1 rtsavmc.c 1.2 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.1 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.3 xedsrtn.c 1.2 fhstat.c 1.2 usercall.c 1.3 xecwr.c 1.1 cxadis.c 1.2 xeadis.c 1.1 Adis Support cxaf.c 1.1 cxba.c 1.1 xeising.c 1.2 shmode.c 1.3 xanim2p.c 1.10 xcpunix.c 1.3 xfpunix.c 1.3 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.3 dbankey.c 1.1 dbanim.c 1.15 Animator Support gpanimi.c 1.1 xanim2c.c 1.10 xfcunix.c 1.1 xccunix.c 1.2 xfcapi.c 1.2 xccapi.c 1.2 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 ldprog.c 1.6 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.6 ldcoff.c 1.6 ldfind.c 1.8 oscache.c 1.5 xechain.c 1.10 xerunit.c 1.22 ldfindp.c 1.5 xeinterp.c 1.10 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 LOGIC CANCEL for gnt and snt files ldcancel.c 1.14 oscknam.c 1.3 xecmds.c 1.5 rtconfig.c 1.14 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.2 xeddexp.c 1.3 rterror.c 1.15 rtindir.c 1.3 ldinit.c 1.5 rtinit.c 1.21 Essential Support rtmisc.c 1.2 rtmsg.c 1.3 gpnames.c 1.2 rtossp.c 1.8 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.4 shrouter.c 1.6 rttables.c 1.2 ossignal.c 1.15 rtswitch.c 1.8 gpcksum.c 1.1 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 gpgetput.c 1.1 mmshared.c 1.16 mmossp.c 1.4 rtplist.c 1.8 Phase7 RTS (unix) : 1.116 Built 16:50:20 8/10/94 vcs_unx.c 1.116 rttune.c 1.16 rtnlsmsg.c 1.5 xainit.c 1.7 Profiler Support rtprofil.c 1.3 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.11 cxb7.c 1.4 cxb8.c 1.4 shcalls.c 1.5 shentex.c 1.2 shinit.c 1.5 shscroll.c 1.3 shswap.c 1.3 shsysat.c 1.5 shtinit.c 1.2 dbanimsc.c 1.1 shrawtty.c 1.4 gpsessi.c 1.2 Screen Recorder V1.1.C Screen Recorder V1.1.C shrecord.c 1.3 Session V1.1 Session V1.1 shsess.c 1.4 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.6 shattr.c 1.13 shparse.c 1.4 fhcbl.c 1.9 gpcblsj.c 1.4 cx91.c 1.7 xeifun.c 1.1 xedecode.c 1.1 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.7 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.14 ldlocate.c 1.14 gpconv.c 1.1 xegetarg.c 1.5 gpcommsi.c 1.1 gpdynldi.c 1.1 gpfilei.c 1.1 gpintrpi.c 1.1 gpprofi.c 1.1 gprtcali.c 1.1 gpucalli.c 1.2 fhlbr.c 1.5 fhlprdsp.c 1.3 fhls.c 1.27 xegF805.c 1.4 xeintE4.c 1.3 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.1 oufh.c 1.4/ech1 oufhlock.c 1.4 oufhossp.c 1.17 ostime.c 1.2 shpalet.c 1.4 revecall.c 1.6 xerun.c 1.5 fhseq.c 1.10 fhsort.c 1.15 xesubsys.c 1.3 shsysats.c 1.9 rtsupp.c 1.1 xexrun.c 1.2 rtmain.c 1.3 fhext.c 1.5 fhtable.c 1.6 opcode7.c 1.3 fhix.c 1.27 vcs_mfisam.c 1.19 fhsort.c 1.15 xedyncbl.c 1.3 REV: HP SESD Timebomb Code P rtsconf.c 3g.5a.7.1 v1 rtsconf.c 1.1 HP COBOL No-Threads Mode Support fhix.c 1.27 ldeloc.c 1.11 ADIS 96061815363908 GNB-048056000AA PA- RISC ncg B.09.18 ADISDYNA 96061815365139 GNB-048056000AA PA- RISC ncg B.09.18 ADISINIT 96061815365484 GNB-048056000AA PA- RISC ncg B.09.18 ADISKEY 96061815365858 GNB-019054000AA PA- RISC ncg B.09.18 ADISKEY2 96061815370236 GNB-048056000AA PA- RISC ncg B.09.18 mFFH 96061815392504 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC001 96061815394772 GNB-019054000AA PA- RISC ncg B.09.18 BTR2XFH 96061815381509 GNB-019054000AA PA- RISC ncg B.09.18 PANELS 96061815375235 GNB-019054000AA PA- RISC ncg B.09.18 direct2 96061815433144 GNB-019054000AA PA- RISC ncg B.09.18 mfconfig 96061815442598 GNB-019054000AA PA- RISC ncg B.09.18 cobintfn 96061815440600 GNB-019054000AA PA- RISC ncg B.09.18 _CLASS 96061815424640 GNB-019054000AA PA- RISC ncg B.09.18 _CODESET 96061815424840 GNB-019054000AA PA- RISC ncg B.09.18 FHREDIR 96061815415983 GNB-019054000AA PA- RISC ncg B.09.18 CHECKFIL 96061815425140 GNB-019054000AA PA- RISC ncg B.09.18 COBWIN2 96061815450272 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC003 96061815395067 GNB-019054000AA PA- RISC ncg B.09.18 XFHNAME 96061815395579 GNB-019054000AA PA- RISC ncg B.09.18 XFHLABEL 96061815395843 GNB-019054000AA PA- RISC ncg B.09.18 ESDSFH 96061815400098 GNB-019054000AA PA- RISC ncg B.09.18 XFHTRACE 96061815400394 GNB-019054000AA PA- RISC ncg B.09.18 fcossec 96061815421248 GNB-019054000AA PA- RISC ncg B.09.18 mfini 96061815443109 GNB-019054000AA PA- RISC ncg B.09.18 Vrn ADISINIT 3.5.33(U7) nrV Base version Vrn ADIS 3.5.33(U7) nrV Base version Vrn ADISDYNA 3.5.33(U7) nrV Vrn ADISKEY 3.5.33(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 7001 03Nov93 BTR2XFH VRN=0200 PAN 4.0.18 13dec93 VrnCCL 2.0.34nrV VrnMCF 002003013nrV COBINTFN 2.7.018 CHK054 CHK054 FHREDIR Vrn 8083 nrV Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 CBLDC003 7002 31Jan94 XFHNAME71013Jul94 XFHLABEL 700 19Feb94 ESDSFH 8008 30Mar95 XFHTRACE 8007 14Aug95 VrnMFI 1.0.07nrV /opt/cobol/cobdir/coblib/libcrtn.a: crtn01.c 1.3 crtn02.c 1.3 crtn03.c 1.6 crtn04.c 1.3 crtn05.c 1.9 crtn06.c 1.3 crtn07.c 1.3 crtn08.c 1.6 crtn09.c 1.9 crtn10.c 1.3 crtn11.c 1.3 crtn12.c 1.3 crtn13.c 1.3 crtn14.c 1.3 crtn15.c 1.3 crtn22.c 1.4 crtn23.c 1.5 crtn24.c 1.3 crtn25.c 1.4 crtn26.c 1.4 crtn27.c 1.3 crtn28.c 1.3 crtn29.c 1.3 crtn30.c 1.3 crtn31.c 1.3 crtn32.c 1.4 crtn34.c 1.4 crtn35.c 1.7 crtn35f.c 1.9 crtn37.c 1.5 crtn37f.c 1.7 crtn38.c 1.5 crtn38f.c 1.5 crtn40.c 1.6 crtn40f.c 1.7 crtn41.c 1.5 crtn41f.c 1.8 crtn44.c 1.5 crtn44f.c 1.7 crtn45.c 1.14 crtn39.c 1.7 crtn39f.c 1.5 crtn43.c 1.9 crtn42.c 1.8 crtn42f.c 1.8 crtn43f.c 1.9 crtn46.c 1.4 crtn47.c 1.8 crtn48.c 1.4 crtn33.c 1.7 crtn33f.c 1.8 crtn49.c 1.3 crtn50.c 1.9 crtn51.c 1.4 crtn53.c 1.4 crtn54.c 1.4 crtn55.c 1.4 crtn52.c 1.5 crtn57.c 1.4 crtn58.c 1.7 crtn59.c 1.4 crtn56.c 1.4 crtn60.c 1.4 crtn64.c 1.4 crtn67.c 1.5 crtn68.c 1.3 crtn69.c 1.3 crtn70.c 1.7 crtn78.c 1.4 crtn79.c 1.6 crtn80.c 1.5 crtn81.c 1.5 crtn82.c 1.10 crtn83.c 1.9.1.1 crtn84.c 1.3 crtn85.c 1.3 crtn86.c 1.1 crtna1.c 1.6 crtna3.c 1.5.1.1 crtna4.c 1.5 crtna5.c 1.6 crtna6.c 1.7 crtna7.c 1.6 crtna8.c 1.8 crtna9.c 1.7 crtnb0.c 1.7 crtnb1.c 1.9 crtna2.c 1.9 crtn42a.c 1.4 crtnbcd.c 1.3 crtncset.c 1.4 crtndec.c 1.3 crtnebcs.c 1.3 crtnflt1.c 1.7.1.4 crtn62.c 1.4 crtn63.c 1.5 crtn65.c 1.4 crtn66.c 1.7 crtnbin.c 1.4 crtnftbl.c 1.12 crtnsgn3.c 1.3 crtnsgns.c 1.3 crtn76.c 1.6 crtn77.c 1.8 /opt/cobol/cobdir/coblib/libcrtn.sl: Ccrtn1c 1.107.1.1 crtn01.c 1.3 crtn02.c 1.3 crtn03.c 1.6 crtn04.c 1.3 crtn05.c 1.9 crtn06.c 1.3 crtn07.c 1.3 crtn08.c 1.6 crtn09.c 1.9 crtn10.c 1.3 crtn11.c 1.3 crtn12.c 1.3 crtn13.c 1.3 crtn14.c 1.3 crtn15.c 1.3 crtn16.c 1.3 crtn17.c 1.3 crtn18.c 1.3 crtn19.c 1.4 crtn20.c 1.4 crtn21.c 1.3 crtn22.c 1.4 crtn23.c 1.5 crtn24.c 1.3 crtn25.c 1.4 crtn26.c 1.4 crtn27.c 1.3 crtn28.c 1.3 crtn29.c 1.3 crtn30.c 1.3 crtn31.c 1.3 crtn32.c 1.4 crtn33.c 1.7 crtn33f.c 1.8 crtn34.c 1.4 crtn35.c 1.7 crtn35f.c 1.9 crtn36.c 1.4 crtn37.c 1.5 crtn38.c 1.5 crtn38f.c 1.5 crtn39.c 1.7 crtn39f.c 1.5 crtn40.c 1.6 crtn40f.c 1.7 crtn41.c 1.5 crtn41f.c 1.8 crtn42.c 1.8 crtn42a.c 1.4 crtn42f.c 1.8 crtn43.c 1.9 crtn43f.c 1.9 crtn44.c 1.5 crtn44f.c 1.7 crtn45.c 1.14 crtn46.c 1.4 crtn47.c 1.8 crtn48.c 1.4 crtn49.c 1.3 crtn50.c 1.9 crtn51.c 1.4 crtn52.c 1.5 crtn53.c 1.4 crtn54.c 1.4 crtn55.c 1.4 crtn56.c 1.4 crtn57.c 1.4 crtn58.c 1.7 crtn59.c 1.4 crtn60.c 1.4 crtn61.c 1.4 crtn62.c 1.4 crtn63.c 1.5 crtn64.c 1.4 crtn65.c 1.4 crtn66.c 1.7 crtn67.c 1.5 crtn68.c 1.3 crtn69.c 1.3 crtn70.c 1.7 crtn71.c 1.3 crtn72.c 1.4 crtn73.c 1.3 crtn74.c 1.3 crtn75.c 1.4 crtn78.c 1.4 crtn79.c 1.6 crtn80.c 1.5 crtn81.c 1.5 crtn82.c 1.10 crtn83.c 1.9.1.1 crtn84.c 1.3 crtn85.c 1.3 crtn86.c 1.1 crtna1.c 1.6 crtna2.c 1.9 crtna3.c 1.5.1.1 crtna4.c 1.5 crtna5.c 1.6 crtna6.c 1.7 crtna7.c 1.6 crtna9.c 1.7 crtnb0.c 1.7 crtnbcd.c 1.3 crtnbin.c 1.4 crtncset.c 1.4 crtndec.c 1.3 crtnebcs.c 1.3 crtnftbl.c 1.12 crtnsgn3.c 1.3 crtnsgns.c 1.3 crtnspls.c 1.3 crtn76.c 1.6 crtn77.c 1.8 crtn37f.c 1.7 crtna8.c 1.8 crtnb1.c 1.9 crtnflt1.c 1.7.1.4 /opt/cobol/cobdir/coblib/libfhutil.a: getcomp5.c 1.3 mapbuild.c 1.3 mapclose.c 1.2 mapcoll.c 1.3 mapconfig.c 1.10 mapdelete.c 1.3 maperror.c 1.4 mapindex.c 1.3 maplock.c 1.3 mapopen.c 1.4 mapread.c 1.2 maprename.c 1.3 mapresname.c 1.3 mapstart.c 1.2 mapsubr.c 1.7 mapunique.c 1.2 mapwrite.c 1.2 callutil.c 1.2 concreat.c 1.4 convert.c 1.5 copyright.c 1.1 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 fhutilws.c 1.1 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 linecalc.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libfhutil.sl: getcomp5.c 1.3 mapclose.c 1.2 mapcoll.c 1.3 mapindex.c 1.3 maplock.c 1.3 mapread.c 1.2 mapstart.c 1.2 mapunique.c 1.2 mapwrite.c 1.2 copyright.c 1.1 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.3 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.3 mapresname.c 1.3 mapsubr.c 1.7 callutil.c 1.2 concreat.c 1.4 convert.c 1.5 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libhpcobol.sl: None /opt/cobol/cobdir/coblib/libisstubs.sl: None /opt/cobol/cobdir/coblib/libosx.a: ccifrnt.c 1.36 ccitcp.c 1.67 tcpnet.c 1.43 ccisleep.c 1.11 ccifrnt.c 1.36 ccinampu.c 1.17 nampnet.c 1.14 CCI stubs cciappc.c 4.1 CCI stubs cciipx.c 4.1 CCI stubs cciipxu.c 4.1 CCI stubs ccinamp.c 4.1 CCI stubs ccinetb.c 4.1 CCI stubs ccisharm.c 4.1 CCI stubs ccilu2.c 4.1 CCI stubs cciasync.c 3.2 panels2.c 1.76 /opt/cobol/cobdir/coblib/libosx.sl: ccisleep.c 1.11 CCI stubs cciappc.c 4.1 CCI stubs cciipx.c 4.1 CCI stubs cciipxu.c 4.1 CCI stubs ccinamp.c 4.1 CCI stubs ccinetb.c 4.1 CCI stubs ccisharm.c 4.1 CCI stubs ccilu2.c 4.1 CCI stubs cciasync.c 3.2 ccitcp.c 1.67 tcpnet.c 1.43 ccifrnt.c 1.36 nampnet.c 1.14 ccinampu.c 1.17 ccifrnt.c 1.36 panels2.c 1.76 /opt/cobol/cobdir/coblib/libscreen.a: addch.c 1.1 beep.c 1.1 debug.c 1.1 endwin.c 1.1 erase.c 1.1 getmap.c 1.1 modes.c 1.3 keyinp.c 1.2 keyinp.c: select move.c 1.1 newterm.c 1.2 printer.c 1.2 scroll.c 1.3 spkeys.c 1.1 terminfo.c 1.5 memhand.c 1.3 clr_screen.c 1.2 refresh.c 1.9 putp.c 1.1 tparm.c 1.3 /opt/cobol/cobdir/coblib/libscreen.sl: addch.c 1.1 beep.c 1.1 clr_screen.c 1.2 debug.c 1.1 endwin.c 1.1 erase.c 1.1 getmap.c 1.1 memhand.c 1.3 move.c 1.1 newterm.c 1.2 printer.c 1.2 putp.c 1.1 refresh.c 1.9 scroll.c 1.3 spkeys.c 1.1 tparm.c 1.3 MF curses library: 1.19 Built 16:43:02 8/24/94 keyinp.c 1.2 keyinp.c: select modes.c 1.3 terminfo.c 1.5 /opt/cobol/cobdir/coblib/libsupp.a: usercall.c 1.3 shcalls.c 1.5 nl_cobcmp() $Revision: 6.1 $ rterror.c 1.15 mmkey.c 1.6 /opt/cobol/cobdir/coblib/libsupp.sl: mmkey.c 1.6 usercall.c 1.3 rterror.c 1.15 shcalls.c 1.5 nl_cobcmp() $Revision: 6.1 $ /opt/cobol/cobdir/coblib/xldyn.s: None /opt/cobol/cobdir/cobver: None /opt/cobol/cobdir/commi.gnt: commi 96061815475785 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 96061815480207 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/conversion/c3sub.gnt: c3sub 96061816033277 GNB-019054000AA PA- RISC ncg B.09.18 V1.0.26 /opt/cobol/cobdir/conversion/c5sub.gnt: c5sub 96061816041082 GNB-019054000AA PA- RISC ncg B.09.18 V1.0.18 /opt/cobol/cobdir/conversion/convert3.gnt: convert3 96061816035602 GNB-019054000AA PA- RISC ncg B.09.18 C3 V3-002 /opt/cobol/cobdir/conversion/convert5.gnt: convert5 96061816042915 GNB-019054000AA PA- RISC ncg B.09.18 C5 V2-023 /opt/cobol/cobdir/conversion/reform5.gnt: reform5 96061816045253 GNB-019054000AA PA- RISC ncg B.09.18 RDG0009 /opt/cobol/cobdir/conversion/tabx.gnt: tabx 96061816045618 GNB-019054000AA PA- RISC ncg B.09.18 tabx V1.5 /opt/cobol/cobdir/csimaker.gnt: csimaker 96061815515262 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 96061816061436 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 96061816304905 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 96061816310457 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 96061816310820 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 96061816313450 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 96061816312102 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 96061816311401 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 96061816313735 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 96061816314307 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSVALRUN.gnt: DSVALRUN 96061816313998 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt: DSVRSCRN 96061816310244 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 96061816330193 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn SSTRAN (DSCHAR) rev 3 /opt/cobol/cobdir/docs/cbl_main.1: Vrn/main.1/3.2.04/17Aug94/nrV /opt/cobol/cobdir/docs/hp_README: cob.c 3.245 cob.c 3.245 /opt/cobol/cobdir/docs/hp_relnotes_cbl: None /opt/cobol/cobdir/docs/signals.1: Vrn/signals.1/3.2.02ech/26May94/nrV /opt/cobol/cobdir/dsrtever: None /opt/cobol/cobdir/errmsg.gnt: errmsg 96061815515652 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/fcossec.gnt: fcossec 96061815415343 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 96061816181541 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 96061816181792 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/forms2/FORMS2.gnt: FORMS02 96061816044071 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/fs: fs 96061816183881 GNB-019054000AA PA- RISC ncg B.09.18 fsinst 96061816184672 GNB-019054000AA PA- RISC ncg B.09.18 fsinstpw 96061816185257 GNB-019054000AA PA- RISC ncg B.09.18 fspthnam 96061816185630 GNB-019054000AA PA- RISC ncg B.09.18 fsrcvr 96061816190008 GNB-019054000AA PA- RISC ncg B.09.18 fsseclog 96061816190508 GNB-019054000AA PA- RISC ncg B.09.18 fssecopn 96061816190722 GNB-019054000AA PA- RISC ncg B.09.18 fsserver 96061816191651 GNB-019054000AA 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 fs Vrn 7091 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 96061816182680 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 96061816183220 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/h2cpy.gnt: h2cpy 96061815481232 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/help.gnt: help 96061815483237 GNB-019054000AA PA- RISC ncg B.09.18 Vrn 5.28 nrV /opt/cobol/cobdir/help.lbr: None /opt/cobol/cobdir/helpadcf.lbr: None /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 96061815492131 GNB-012054000AA PA- RISC ncg B.09.18 Vrn 4.1.19 nrV hyhelp 96061815490807 GNB-012054000AA PA- RISC ncg B.09.18 Vrn 4.1.19 nrV hnfeng 96061815483992 GNB-019054000AA PA- RISC ncg B.09.18 HF2ENG 5.0.2016Mar94 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 96061815490315 GNB-012054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/intpinit.gnt: intpinit 96061815542349 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/mFFH.gnt: mFFH 96061815383554 GNB-019054000AA PA- RISC ncg B.09.18 XFH 8184 B 06Jul95 /opt/cobol/cobdir/name.lbr: name 96061815500192 GNB-019054000AA PA- RISC ncg B.09.18 fndcat 96061815501272 GNB-019054000AA PA- RISC ncg B.09.18 fmtch 96061815501558 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/ncg: HP-UX SLLIC/OPTIMIZER UX.10.01.15 (MLP): 04/08/96 PA-RISC ncg ncgver.cbl 1.435 ncgfil.cbl 1.6 ncgwrk.cbl 1.157 ncga00.cbl 1.82 ncgb00.cbl 1.33 ncgc00.cbl 1.107 ncgi00.cbl 1.17 ncgn00.cbl 1.49 ncgp00.cbl 1.10 ncgq00.cbl 1.29 ncgr00.cbl 1.121 ncgr01.cbl 1.24 ncgs00.cbl 1.86 tgen.cbl 1.72 ncgblk.tab 1.30 ncglgl.tab 1.10 ncgtbl.tab 1.109 ncgcmp.tab 1.12 ncgrg2.tab 1.45 ncgrg1.tab 1.54 m68lgx.tab 1.9 m68blx.tab 1.18 m68reg.tab 1.64 m68ctl.tab 1.119 ucdecl.tab 1.3 ucasm.tab 1.55 Ucode Code Generator - UX.10.10.05 (BCK_UX_10.WC_BL0 9) - 96/05/08 ucncg 96061814465916 GNB-063053004A9 PA- RISC ncg B.09.18 crtnrr.c 1.8 /opt/cobol/cobdir/ohbld.lbr: ohbld 96061816203071 GNB-034053004A9 PA- RISC ncg B.09.18 Vrn 4.1.05 nrV ohbldcmd 96061816204483 GNB-034053004A9 PA- RISC ncg B.09.18 /opt/cobol/cobdir/on-line.lbr: on-line 96061816195903 GNB-012054000AA PA- RISC ncg B.09.18 Vrn 4.1.19 nrV /opt/cobol/cobdir/osxver: None /opt/cobol/cobdir/pan2mot: attr.c 1.57 band.c 1.52 bell.c 1.46 button.c 1.57 clipboard.c 1.48 cursor.c 1.48 dialog.c 1.53 entryfield.c 1.84 event.c 1.56 font.c 1.78 gadget.c 1.66 gif.c 1.48 groupbox.c 1.56 handle.c 1.47 icon.c 1.54 initialise.c 1.49 key.c 1.49 label.c 1.54 list.c 1.46 listbox.c 1.62 log.c 1.47 loop.c 1.75 main.c 1.60 menu.c 1.61 object.c 1.41 pointer.c 1.55 resource.c 1.54 scrollbar.c 1.55 sys_init.c 1.61 text.c 1.52 translations.c 1.53 pan2mot: 1.289 Built 11:50:33 94/10/07 vcs_ver.c 1.289 window.c 1.86 debugger.c 1.23 /opt/cobol/cobdir/profiler.gnt: PROFILER 96061816044833 GNB-019054000AA PA- RISC ncg B.09.18 Profiler report producer V3.1.2 /opt/cobol/cobdir/rebuild: rebuild 96061816213458 GNB-019054000AA PA- RISC ncg B.09.18 rbldmain 96061816205697 GNB-019054000AA PA- RISC ncg B.09.18 rbldsub 96061816210277 GNB-019054000AA PA- RISC ncg B.09.18 mscvsub 96061816210614 GNB-019054000AA PA- RISC ncg B.09.18 cdfh 96061816210945 GNB-019054000AA PA- RISC ncg B.09.18 RBD 7002 17Aug94 /opt/cobol/cobdir/reporter.lbr: reporter 96061816050058 GNB-019054000AA PA- RISC ncg B.09.18 cwmtxtrd 96061816050627 GNB-019054000AA PA- RISC ncg B.09.18 cwpfiler 96061816051287 GNB-019054000AA PA- RISC ncg B.09.18 cwrdates 96061816051903 GNB-019054000AA PA- RISC ncg B.09.18 cwrdescr 96061816052196 GNB-019054000AA PA- RISC ncg B.09.18 cwrgetsl 96061816052508 GNB-019054000AA PA- RISC ncg B.09.18 cwrinit 96061816053053 GNB-019054000AA PA- RISC ncg B.09.18 cwrload 96061816053640 GNB-019054000AA PA- RISC ncg B.09.18 cwrmain 96061816054330 GNB-019054000AA PA- RISC ncg B.09.18 cwrmstrm 96061816055144 GNB-019054000AA PA- RISC ncg B.09.18 cwrprint 96061816055470 GNB-019054000AA PA- RISC ncg B.09.18 cwrslct 96061816055810 GNB-019054000AA PA- RISC ncg B.09.18 cwrslink 96061816060043 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sload.gnt: sload 96061815515976 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/split78.gnt: split78 96061815482806 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/sqlinit.gnt: sqlinit 96061815545848 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 96061816322466 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 96061816314531 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 96061816314922 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 96061816321516 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 96061816320151 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 96061816315452 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 96061816321779 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 96061816322825 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSVALRUN.o: DSVALRUN 96061816322054 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o: DSVRSCRN 96061816323038 GNB-027054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o: opcode7.c 1.2 fhix.c 1.27 /opt/cobol/cobdir/src/rebuild/callrb.o: callrb 96061816205381 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 96061816210945 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 96061816210614 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 96061816205697 GNB-019054000AA PA- RISC ncg B.09.18 RBD 7002 17Aug94 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 96061816210277 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /opt/cobol/cobdir/src/sql/animcopy.o: animcopy 96061815545318 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/sql/check.o: check 96061815552761 GNB-019054000AA PA- RISC ncg B.09.18 VrnCCL 2.0.44nrV /opt/cobol/cobdir/src/sql/checkx.o: checkx 96061815565058 GNB-095054000AA PA- RISC ncg B.09.18 CHK054.000.095nrV /opt/cobol/cobdir/src/sql/cp.o: cp 96061815532775 GNB-019054000AA PA- RISC ncg B.09.18 CP.054 /opt/cobol/cobdir/src/sql/headers.o: HEADERS 96061815534348 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 96061815550605 GNB-019054000AA PA- RISC ncg B.09.18 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 96061816171661 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 96061816172070 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 96061816172442 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 96061816173011 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 96061816173646 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 96061816174657 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 96061816174906 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 96061816175224 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 96061816175589 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 96061816175813 GNB-019054000AA PA- RISC ncg B.09.18 sysvalrn 96061816180092 GNB-019054000AA PA- RISC ncg B.09.18 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/textmgr.gnt: textmgr 96061815551229 GNB-019054000AA PA- RISC ncg B.09.18 TXTb7.4.01 /opt/cobol/cobdir/tools.lbr: Vrn Library V7.0.5nrV VrnMCF 002003013nrV /opt/cobol/cobdir/txtmgr.gnt: txtmgr 96061815520351 GNB-019054000AA PA- RISC ncg B.09.18 CHK054 /opt/cobol/cobdir/uncg.err: None /opt/cobol/cobdir/utils.lbr: linein 96061815503987 GNB-019054000AA PA- RISC ncg B.09.18 CBLDC002 96061815503111 GNB-034053004A9 PA- RISC ncg B.09.18 Vrn 4.0.00 nrV mfini 96061815504405 GNB-019054000AA PA- RISC ncg B.09.18 VrnMFI 1.0.07nrV /opt/cobol/cobdir/window1.gnt: WINDOW1 96061815505585 GNB-019054000AA PA- RISC ncg B.09.18 Vrn COBW 3.2.05 Bld01 Vrn WINDOW1 V3.2 Rev 1.8 cksum(1) Output: 3930693983 104024 /opt/cobol/cobdir/ADIS.gnt 4073315155 112072 /opt/cobol/cobdir/ADISCF.gnt 1323679347 11500 /opt/cobol/cobdir/ADISDYNA.gnt 1932913741 9108 /opt/cobol/cobdir/ADISINIT.gnt 1205316940 11404 /opt/cobol/cobdir/ADISKEY.gnt 2409411742 20160 /opt/cobol/cobdir/ADISKEY2.gnt 2497288412 34932 /opt/cobol/cobdir/BTR2XFH.gnt 2539208716 8116 /opt/cobol/cobdir/CBLDC001.gnt 2967138895 6764 /opt/cobol/cobdir/CBLDC003.gnt 296276741 4792 /opt/cobol/cobdir/CHECKFIL.gnt 1518730159 58212 /opt/cobol/cobdir/COBWIN2.gnt 3704051967 4172 /opt/cobol/cobdir/DISPCONV.gnt 3373906410 12852 /opt/cobol/cobdir/ESDSFH.gnt 1896267115 133864 /opt/cobol/cobdir/FHREDIR.gnt 1308833078 30992 /opt/cobol/cobdir/KEYBCF.gnt 677615497 41356 /opt/cobol/cobdir/PANELS.gnt 1500766479 7376 /opt/cobol/cobdir/XFHLABEL.gnt 3386679853 8360 /opt/cobol/cobdir/XFHNAME.gnt 2816399874 12248 /opt/cobol/cobdir/XFHTRACE.gnt 1409045994 3596 /opt/cobol/cobdir/_CLASS.gnt 3803642821 4076 /opt/cobol/cobdir/_CODESET.gnt 1106527176 5620 /opt/cobol/cobdir/_sqlprld.gnt 3332707189 362368 /opt/cobol/cobdir/animator.lbr 3255102717 98944 /opt/cobol/cobdir/animbase.lbr 2270633055 11836 /opt/cobol/cobdir/banner.gnt 3212206510 32768 /opt/cobol/cobdir/bin/adiscf 3212206510 32768 /opt/cobol/cobdir/bin/anim 3212206510 32768 /opt/cobol/cobdir/bin/animbase 3212206510 32768 /opt/cobol/cobdir/bin/cgen 801377924 81920 /opt/cobol/cobdir/bin/cob 3212206510 32768 /opt/cobol/cobdir/bin/cobol 3212206510 32768 /opt/cobol/cobdir/bin/cobprof 3149573494 20480 /opt/cobol/cobdir/bin/cobprog 3212206510 32768 /opt/cobol/cobdir/bin/cobrun 1425784184 28672 /opt/cobol/cobdir/bin/cobwhat 3212206510 32768 /opt/cobol/cobdir/bin/convert3 3212206510 32768 /opt/cobol/cobdir/bin/convert5 3666865825 36864 /opt/cobol/cobdir/bin/fed 3212206510 32768 /opt/cobol/cobdir/bin/fhconvert 3212206510 32768 /opt/cobol/cobdir/bin/fhcreate 3212206510 32768 /opt/cobol/cobdir/bin/fhedit 3212206510 32768 /opt/cobol/cobdir/bin/fhinfo 3212206510 32768 /opt/cobol/cobdir/bin/fhrebuild 3212206510 32768 /opt/cobol/cobdir/bin/fhreorg 3212206510 32768 /opt/cobol/cobdir/bin/fhvalidate 3212206510 32768 /opt/cobol/cobdir/bin/forms2 3212206510 32768 /opt/cobol/cobdir/bin/fs 3212206510 32768 /opt/cobol/cobdir/bin/fsviewmot 3212206510 32768 /opt/cobol/cobdir/bin/h2cpy 3212206510 32768 /opt/cobol/cobdir/bin/keybcf 4046958662 20480 /opt/cobol/cobdir/bin/lbrinfo 3212206510 32768 /opt/cobol/cobdir/bin/rebuild 3212206510 32768 /opt/cobol/cobdir/bin/reform5 3212206510 32768 /opt/cobol/cobdir/bin/split78 3212206510 32768 /opt/cobol/cobdir/bin/tabx 792029500 82304 /opt/cobol/cobdir/callrb.lbr 546506494 36864 /opt/cobol/cobdir/ccitcp2 1261628350 68948 /opt/cobol/cobdir/cdi2.gnt 2784736385 1429504 /opt/cobol/cobdir/check 2417063164 468480 /opt/cobol/cobdir/check.lbr 114613062 174336 /opt/cobol/cobdir/cmenu.lbr 1205716041 4948 /opt/cobol/cobdir/cnvcomp6.gnt 1466101386 92672 /opt/cobol/cobdir/cobcli.lbr 2582740768 89944 /opt/cobol/cobdir/cobintfn.gnt 3704966399 14928 /opt/cobol/cobdir/coblib/cobcsym 4073153937 3374 /opt/cobol/cobdir/coblib/cobxsym 165795566 804 /opt/cobol/cobdir/coblib/hp_allraise.o 1858283914 21864 /opt/cobol/cobdir/coblib/hp_cblthread.o 203249379 620 /opt/cobol/cobdir/coblib/hp_noasysigs.o 3680947514 804 /opt/cobol/cobdir/coblib/hp_nosignals.o 655873967 620 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 1006836815 628 /opt/cobol/cobdir/coblib/hp_raisetidy.o 1193487597 620 /opt/cobol/cobdir/coblib/hp_rtsraise.o 2380224151 620 /opt/cobol/cobdir/coblib/hp_synraise.o 373947219 1929384 /opt/cobol/cobdir/coblib/libcobol.a 3111928598 1871872 /opt/cobol/cobdir/coblib/libcobol.sl 260146153 273232 /opt/cobol/cobdir/coblib/libcrtn.a 2227957105 225280 /opt/cobol/cobdir/coblib/libcrtn.sl 1063850744 154512 /opt/cobol/cobdir/coblib/libfhutil.a 338003458 196608 /opt/cobol/cobdir/coblib/libfhutil.sl 422484852 12288 /opt/cobol/cobdir/coblib/libhpcobol.sl 4171269396 12288 /opt/cobol/cobdir/coblib/libisstubs.sl 626532724 157984 /opt/cobol/cobdir/coblib/libosx.a 3098734318 155648 /opt/cobol/cobdir/coblib/libosx.sl 3999946390 62348 /opt/cobol/cobdir/coblib/libscreen.a 3895802637 65536 /opt/cobol/cobdir/coblib/libscreen.sl 1759165947 32060 /opt/cobol/cobdir/coblib/libsupp.a 3031658973 45056 /opt/cobol/cobdir/coblib/libsupp.sl 836353706 3726 /opt/cobol/cobdir/coblib/xldyn.s 792231815 52 /opt/cobol/cobdir/cobver 1963116985 17536 /opt/cobol/cobdir/commi.gnt 3137520260 27444 /opt/cobol/cobdir/comms.gnt 2354892736 253164 /opt/cobol/cobdir/conversion/c3sub.gnt 1508923413 196356 /opt/cobol/cobdir/conversion/c5sub.gnt 4064145591 40912 /opt/cobol/cobdir/conversion/convert3.gnt 4137289050 41140 /opt/cobol/cobdir/conversion/convert5.gnt 260266186 11348 /opt/cobol/cobdir/conversion/reform5.gnt 1768226846 15232 /opt/cobol/cobdir/conversion/tabx.gnt 855484391 16372 /opt/cobol/cobdir/csimaker.gnt 1087793607 7400 /opt/cobol/cobdir/cwrcli.gnt 2676303278 27896 /opt/cobol/cobdir/dialog/DSCOMP.gnt 2225337147 6268 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 3347126551 40224 /opt/cobol/cobdir/dialog/DSFLD.gnt 3494856235 8608 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2017497981 128220 /opt/cobol/cobdir/dialog/DSRUN.gnt 2330996079 6568 /opt/cobol/cobdir/dialog/DSTERM.gnt 2889446657 3352 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 735311205 6548 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 4233109939 14092 /opt/cobol/cobdir/dialog/DSVALRUN.gnt 665636875 3480 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt 1004403413 15896 /opt/cobol/cobdir/dialog/SSTRAN.gnt 269923947 66311 /opt/cobol/cobdir/docs/cbl_main.1 3334124882 47359 /opt/cobol/cobdir/docs/hp_README 3254956051 38526 /opt/cobol/cobdir/docs/hp_relnotes_cbl 3309980364 10239 /opt/cobol/cobdir/docs/signals.1 1063315723 81 /opt/cobol/cobdir/dsrtever 1689220182 10552 /opt/cobol/cobdir/errmsg.gnt 3099387798 2852 /opt/cobol/cobdir/fcossec.gnt 2484681795 3056 /opt/cobol/cobdir/fhrdrpwd.gnt 3192464667 4372 /opt/cobol/cobdir/fhxscomp.gnt 1886506700 61788 /opt/cobol/cobdir/forms2/FORMS2.gnt 551800540 393216 /opt/cobol/cobdir/fs 2515992562 5164 /opt/cobol/cobdir/fsclose.gnt 2915164687 11776 /opt/cobol/cobdir/fsmgr.lbr 3753462561 169512 /opt/cobol/cobdir/h2cpy.gnt 3005147129 21852 /opt/cobol/cobdir/help.gnt 661179554 45696 /opt/cobol/cobdir/help.lbr 1165424606 28544 /opt/cobol/cobdir/helpadcf.lbr 4148000525 15232 /opt/cobol/cobdir/helpname.lbr 102720899 274816 /opt/cobol/cobdir/hyhelp.lbr 1294250244 5376 /opt/cobol/cobdir/hyhintf.gnt 1908533009 8388 /opt/cobol/cobdir/intpinit.gnt 578580095 207768 /opt/cobol/cobdir/mFFH.gnt 4289914590 121472 /opt/cobol/cobdir/name.lbr 3926966921 3485696 /opt/cobol/cobdir/ncg 2542718470 168960 /opt/cobol/cobdir/ohbld.lbr 2081720444 94848 /opt/cobol/cobdir/on-line.lbr 1528367855 47 /opt/cobol/cobdir/osxver 993176652 409600 /opt/cobol/cobdir/pan2mot 1906325518 28996 /opt/cobol/cobdir/profiler.gnt 3721273026 151552 /opt/cobol/cobdir/rebuild 881762890 317440 /opt/cobol/cobdir/reporter.lbr 1866035019 69632 /opt/cobol/cobdir/rts32 3525548015 17364 /opt/cobol/cobdir/sload.gnt 2104905493 12804 /opt/cobol/cobdir/split78.gnt 2109295000 11540 /opt/cobol/cobdir/sqlinit.gnt 1694490260 23196 /opt/cobol/cobdir/src/dialog/DSCOMP.o 3003603056 5944 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 3069489804 38532 /opt/cobol/cobdir/src/dialog/DSFLD.o 4080139860 8084 /opt/cobol/cobdir/src/dialog/DSLCONV.o 1675917015 118716 /opt/cobol/cobdir/src/dialog/DSRUN.o 4126292181 6144 /opt/cobol/cobdir/src/dialog/DSTERM.o 2610396420 3184 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 3387520130 6124 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 889271057 13176 /opt/cobol/cobdir/src/dialog/DSVALRUN.o 1493366538 3320 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o 3813870289 138900 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 11147766 2996 /opt/cobol/cobdir/src/rebuild/callrb.o 279188490 11024 /opt/cobol/cobdir/src/rebuild/cdfh.o 2959439457 14560 /opt/cobol/cobdir/src/rebuild/mscvsub.o 2707281196 32800 /opt/cobol/cobdir/src/rebuild/rbldmain.o 4037245868 14308 /opt/cobol/cobdir/src/rebuild/rbldsub.o 570220454 1280 /opt/cobol/cobdir/src/rts/ufhtab.o 4191899911 8396 /opt/cobol/cobdir/src/sql/animcopy.o 2562647561 4952 /opt/cobol/cobdir/src/sql/check.o 1067101126 1347708 /opt/cobol/cobdir/src/sql/checkx.o 3083754354 58540 /opt/cobol/cobdir/src/sql/cp.o 3583943799 18000 /opt/cobol/cobdir/src/sql/headers.o 257433103 10060 /opt/cobol/cobdir/src/sql/sqlinit.o 3432782105 239872 /opt/cobol/cobdir/sysrun.lbr 41202226 65484 /opt/cobol/cobdir/textmgr.gnt 1717097042 56960 /opt/cobol/cobdir/tools.lbr 339728807 15796 /opt/cobol/cobdir/txtmgr.gnt 712487438 30457 /opt/cobol/cobdir/uncg.err 1622447949 44672 /opt/cobol/cobdir/utils.lbr 2717293633 103928 /opt/cobol/cobdir/window1.gnt Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7096 Equivalent Patches: None Patch Package Size: 19270 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_7710 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_7710.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_7710.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_7710. 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_7710.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_7710.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