Patch Name: PHSS_9041 Patch Description: s700_800 10.20 Cobol/UX Compiler B.11.25 to B.11.26 Creation Date: 96/11/04 Post Date: 96/11/11 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: Cobol/HP-UX B.11.25 Filesets: COBOLCRT.COBCRT,B.11.25 COBOLRT.COBRT,B.11.25 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_9041 Symptoms: PHSS_9041: 1. rts 200 on READ of redirected file. 2. rts 114 on MOVE array item to non-array, ALIGN=4, S9(10) COMP 3. 2 trace-backs if stack_trace=TRUE and core_dump=TRUE 4. V3.2: checker loops compiling program with syntax error 5. Enhance MF COBOL/UX performance of sequential READs 6. Rounding of COMP-2 to PIC 9(9) is ignored in COMPUTE 7. Native Code floating point performance problems 8. rts 114 when MOVE of array element PIC XX to data item PIC XX; gnt or .o Defect Description: PHSS_9041: 1. When the input file is redirected to a pipe using dd_ env wrong error message is generated, with or without status code. 2. A MOVE from an array item, that is subscripted with an S9(10) COMP data item, to a non array item aborts in native code with the following error when compiled with the ALIGN=4 compiler directive: Execution error : file 'program' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 10) 3. When the following run-time flags are turned ON : set stack_trace=TRUE set core_dump=TRUE the user gets two stack traces. 4. Checker hangs, terminates without printing a summary, or gets a runtime error. There have also been problems in the animator caused by this functionality not working well. The animator would typically die with an rts 114. 5. COBOL benchmark using sequential READs is slow. 6. Starting B.10.32, the rounding of floats has changes. 2.5 is being rounded to 2 instead of 3 as before. 7. Using a single complex compute takes 50% more execution time than breaking up the compute and doing extra loads and stores on a temporary variable. It seems that the code generation for floating point arithmetic could be more efficient. 8. rts 114 when moving PIC XX array element to PIC XX. The 114 occurs with gnt or .o but not with int. When the test program is reduced, the problem goes away. SR: 5003334748 5003271379 1653185645 1653113266 1653174771 4701252338 Patch Files: /opt/cobol/cobdir/bin/cgen /opt/cobol/cobdir/bin/cobol /opt/cobol/cobdir/bin/cobprof /opt/cobol/cobdir/bin/h2cpy /opt/cobol/cobdir/bin/oldh2cpy /opt/cobol/cobdir/bin/split78 /opt/cobol/cobdir/cdi2.gnt /opt/cobol/cobdir/check /opt/cobol/cobdir/check.lbr /opt/cobol/cobdir/cobcli.lbr /opt/cobol/cobdir/csimaker.gnt /opt/cobol/cobdir/demo/fhutils/rebuild.cbl /opt/cobol/cobdir/errmsg.gnt /opt/cobol/cobdir/h2cpy.gnt /opt/cobol/cobdir/ncg /opt/cobol/cobdir/ncg.ops /opt/cobol/cobdir/oldh2cpy.gnt /opt/cobol/cobdir/profiler.gnt /opt/cobol/cobdir/sload.gnt /opt/cobol/cobdir/split78.gnt /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/mkcheck /opt/cobol/cobdir/textmgr.gnt /opt/cobol/cobdir/txtmgr.gnt /opt/cobol/cobdir/uncg.err /opt/cobol/cobdir/window1.gnt /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/banner.gnt /opt/cobol/cobdir/bin/adiscf /opt/cobol/cobdir/bin/cob /opt/cobol/cobdir/bin/cobprog /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/cobwhat /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/keybcf /opt/cobol/cobdir/bin/lbrinfo /opt/cobol/cobdir/bin/rebuild /opt/cobol/cobdir/callrb.lbr /opt/cobol/cobdir/ccitcp2 /opt/cobol/cobdir/cmenu.lbr /opt/cobol/cobdir/cobidbcs.gnt /opt/cobol/cobdir/cobintfn.gnt /opt/cobol/cobdir/coblib/cobcsym /opt/cobol/cobdir/coblib/cobfsym /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.1 /opt/cobol/cobdir/coblib/libcobol.a /opt/cobol/cobdir/coblib/libcobol.sl /opt/cobol/cobdir/coblib/libcrtn.1 /opt/cobol/cobdir/coblib/libcrtn.a /opt/cobol/cobdir/coblib/libcrtn.sl /opt/cobol/cobdir/coblib/libfhutil.1 /opt/cobol/cobdir/coblib/libfhutil.a /opt/cobol/cobdir/coblib/libfhutil.sl /opt/cobol/cobdir/coblib/libhpcobol.1 /opt/cobol/cobdir/coblib/libhpcobol.sl /opt/cobol/cobdir/coblib/libisstubs.1 /opt/cobol/cobdir/coblib/libisstubs.sl /opt/cobol/cobdir/coblib/libosx.1 /opt/cobol/cobdir/coblib/libosx.a /opt/cobol/cobdir/coblib/libosx.sl /opt/cobol/cobdir/coblib/libscreen.1 /opt/cobol/cobdir/coblib/libscreen.a /opt/cobol/cobdir/coblib/libscreen.sl /opt/cobol/cobdir/coblib/libsupp.1 /opt/cobol/cobdir/coblib/libsupp.a /opt/cobol/cobdir/coblib/libsupp.sl /opt/cobol/cobdir/cobsql.gnt /opt/cobol/cobdir/commi.gnt /opt/cobol/cobdir/comms.gnt /opt/cobol/cobdir/cwrcli.gnt /opt/cobol/cobdir/dialog/DSCOMP.gnt /opt/cobol/cobdir/dialog/DSCRUN.gnt /opt/cobol/cobdir/dialog/DSCVALRN.gnt /opt/cobol/cobdir/dialog/DSERRHAN.gnt /opt/cobol/cobdir/dialog/DSFLD.gnt /opt/cobol/cobdir/dialog/DSLCONV.gnt /opt/cobol/cobdir/dialog/DSNLSRTN.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/SSTRAN.gnt /opt/cobol/cobdir/docs/rebuild.1 /opt/cobol/cobdir/fcossec.gnt /opt/cobol/cobdir/fhrdrpwd.gnt /opt/cobol/cobdir/fhxscomp.gnt /opt/cobol/cobdir/fs /opt/cobol/cobdir/fsclose.gnt /opt/cobol/cobdir/fsmgr.lbr /opt/cobol/cobdir/fsview.gs /opt/cobol/cobdir/fsviewmot /opt/cobol/cobdir/help.gnt /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/lang/C/fs.lng /opt/cobol/cobdir/lang/C/fsclose.lng /opt/cobol/cobdir/lang/C/idxcheck.lng /opt/cobol/cobdir/lang/default/fs.lng /opt/cobol/cobdir/lang/default/fsclose.lng /opt/cobol/cobdir/lang/default/idxcheck.lng /opt/cobol/cobdir/lang/en/fs.lng /opt/cobol/cobdir/lang/en/fsclose.lng /opt/cobol/cobdir/lang/en/idxcheck.lng /opt/cobol/cobdir/lang/en_US/fs.lng /opt/cobol/cobdir/lang/en_US/fsclose.lng /opt/cobol/cobdir/lang/en_US/idxcheck.lng /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/name.lbr /opt/cobol/cobdir/ohbld.lbr /opt/cobol/cobdir/on-line.lbr /opt/cobol/cobdir/on-line/fsview.hnf /opt/cobol/cobdir/pan2mot /opt/cobol/cobdir/rebuild /opt/cobol/cobdir/reporter.lbr /opt/cobol/cobdir/rts32 /opt/cobol/cobdir/sqlinit.gnt /opt/cobol/cobdir/src/dialog/DSCOMP.o /opt/cobol/cobdir/src/dialog/DSCRUN.o /opt/cobol/cobdir/src/dialog/DSCVALRN.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/DSNLSRTN.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/mfisamv4/mfisamv4.o /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o /opt/cobol/cobdir/src/rebuild/callrb.o /opt/cobol/cobdir/src/rebuild/cdfh.o /opt/cobol/cobdir/src/rebuild/idxcheck.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/sqlinit.o /opt/cobol/cobdir/sysrun.lbr /opt/cobol/cobdir/tools.lbr /opt/cobol/cobdir/utils.lbr what(1) Output: /opt/cobol/cobdir/bin/cgen: cobrun.c 4.3 /opt/cobol/cobdir/bin/cobol: cobrun.c 4.3 /opt/cobol/cobdir/bin/cobprof: cobrun.c 4.3 /opt/cobol/cobdir/bin/h2cpy: cobrun.c 4.3 /opt/cobol/cobdir/bin/oldh2cpy: cobrun.c 4.3 /opt/cobol/cobdir/bin/split78: cobrun.c 4.3 /opt/cobol/cobdir/cdi2.gnt: cdi2 96100920103773 GNB-027056000AA PA- RISC ncg B.10.35 CDI2 056 000 030 /opt/cobol/cobdir/check: check 96100920151991 GNB-027056000AA PA- RISC ncg B.10.35 checkx 96100920181527 GNB-048056002AA PA- RISC ncg B.10.35 animcopy 96100920134737 GNB-027056000AA PA- RISC ncg B.10.35 cp 96100920114804 GNB-030056000AA PA- RISC ncg B.10.35 CDQ 96100920120457 GNB-030056000AA PA- RISC ncg B.10.35 HEADERS 96100920122538 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL 2.1.18nrV CHK056.004.060nrV CP.056 /opt/cobol/cobdir/check.lbr: check 96100717202063 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL 2.1.18nrV CHK056.004.060nrV animcopy 96100920134143 GNB-027056000AA PA- RISC ncg B.10.35 cp 96100717154654 GNB-030056000AA PA- RISC ncg B.10.35 CP.056 CDQ 96100717160435 GNB-030056000AA PA- RISC ncg B.10.35 HEADERS 96100920121551 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cobcli.lbr: direct2 96100716535719 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL TestnrV cobcli 96100716541155 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL TestnrV lbropen 96100716542131 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL 2.1.18nrV /opt/cobol/cobdir/csimaker.gnt: csimaker 96100717140458 GNB-030056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/demo/fhutils/rebuild.cbl: rebuild.cbl 1.2 /opt/cobol/cobdir/errmsg.gnt: errmsg 96100717141115 GNB-030056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/h2cpy.gnt: h2cpy 96100920062199 GNB-027056000AA PA- RISC ncg B.10.35 VrnH2CPY devnrV /opt/cobol/cobdir/ncg: HP-UX SLLIC/OPTIMIZER UX.10.20.358 (DAVIS): 08/29/96 PA-RISC ncg ncgver.cbl 1.671.1.2 ncgfil.cbl 1.7 ncgwrk.cbl 1.157 ncga00.cbl 1.82 ncgb00.cbl 1.37 ncgc00.cbl 1.107 ncgi00.cbl 1.20 ncgn00.cbl 1.62 ncgp00.cbl 1.12 ncgq00.cbl 1.36 ncgr00.cbl 1.153 ncgr01.cbl 1.24 ncgs00.cbl 1.107 tgen.cbl 1.72 ncgblk.tab 1.48 ncglgl.tab 1.13 ncgtbl.tab 1.149.1.1 ncgcmp.tab 1.12 ncgrg2.tab 1.45 ncgrg1.tab 1.54 m68lgx.tab 1.10 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.20.05 (BCK_UX10.DAVIS_9 60521) ucncg 96100918440016 GNB-095054000AA PA- RISC ncg B.10.35 crtnrr.c 1.8 /opt/cobol/cobdir/ncg.ops: ccg.ops 1.12 /opt/cobol/cobdir/oldh2cpy.gnt: oldh2cpy 96100920065750 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/profiler.gnt: PROFILER 96100920334512 GNB-027056000AA PA- RISC ncg B.10.35 Profiler report producer V3.1.2 /opt/cobol/cobdir/sload.gnt: sload 96100717141622 GNB-030056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/split78.gnt: split78 96100920064854 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/sql/animcopy.o: animcopy 96100920134737 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/sql/check.o: check 96100920151991 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL 2.1.18nrV /opt/cobol/cobdir/src/sql/checkx.o: checkx 96100920181527 GNB-048056002AA PA- RISC ncg B.10.35 CHK056.004.060nrV /opt/cobol/cobdir/src/sql/cp.o: cp 96100920114804 GNB-030056000AA PA- RISC ncg B.10.35 CP.056 /opt/cobol/cobdir/src/sql/headers.o: HEADERS 96100920122538 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/sql/mkcheck: None /opt/cobol/cobdir/textmgr.gnt: textmgr 96100920145839 GNB-027056000AA PA- RISC ncg B.10.35 TXTb8.b.cc /opt/cobol/cobdir/txtmgr.gnt: txtmgr 96100717142389 GNB-030056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/uncg.err: None /opt/cobol/cobdir/window1.gnt: WINDOW1 96100920092566 GNB-027056000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn WINDOW1 V3.2 Rev 1.12 /opt/cobol/cobdir/ADIS.gnt: ADIS 96100921371259 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADIS 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 96100920052071 GNB-027056000AA PA- RISC ncg B.10.35 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 96100921373294 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.39(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 96100921374446 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISINIT 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 96100921374936 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 96100921375602 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISKEY 3.5.39(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 96100921381842 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0302 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 96100921385723 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 8001 04Jan95 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 96100921390144 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 8001 04Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 96100921400079 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 96100716582519 GNB-027056000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 /opt/cobol/cobdir/DISPCONV.gnt: DISPCONV 96100920330821 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 96100921392193 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 96100921393384 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 96100920082559 GNB-027056000AA PA- RISC ncg B.10.35 Vrn KEYBCF V1.1.18 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 96100716463474 GNB-027056000AA PA- RISC ncg B.10.35 PAN 4.1.03 16Mar95 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 96100921391156 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 800 10Apr95 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 96100921390566 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME80602Mar95 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 96100921391587 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 8006 03May95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 96100921395301 GNB-027056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 96100921395721 GNB-046056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 96100920143733 GNB-046056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/banner.gnt: banner 96100717373948 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/bin/adiscf: cobrun.c 4.3 /opt/cobol/cobdir/bin/cob: cob.c 1.101 cob.c 1.101 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 /opt/cobol/cobdir/bin/cobprog: cobprog.c 1.4 /opt/cobol/cobdir/bin/cobrun: cobrun.c 4.3 /opt/cobol/cobdir/bin/cobwhat: cobwhat.c version 1.1 /opt/cobol/cobdir/bin/fed: fed.c 1.1 gpgetput.c 1.1 /opt/cobol/cobdir/bin/fhconvert: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhcreate: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhedit: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhinfo: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhrebuild: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhreorg: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhvalidate: cobrun.c 4.3 /opt/cobol/cobdir/bin/forms2: cobrun.c 4.3 /opt/cobol/cobdir/bin/fs: cobrun.c 4.3 /opt/cobol/cobdir/bin/fsviewmot: cobrun.c 4.3 /opt/cobol/cobdir/bin/keybcf: cobrun.c 4.3 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/bin/rebuild: cobrun.c 4.3 /opt/cobol/cobdir/callrb.lbr: callrb 96100717503866 GNB-030056000AA PA- RISC ncg B.10.35 rbldmain 96100717504215 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 rbldsub 96100717504665 GNB-030056000AA PA- RISC ncg B.10.35 mscvsub 96100717505016 GNB-030056000AA PA- RISC ncg B.10.35 cdfh 96100717505354 GNB-030056000AA PA- RISC ncg B.10.35 idxcheck 96100717505820 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cmenu.lbr: cmenu 96100717431815 GNB-027056000AA PA- RISC ncg B.10.35 chkmenu 96100717430557 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cobidbcs.gnt: cobidbcs 96100921402167 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 96100921401241 GNB-027056000AA PA- RISC ncg B.10.35 COBINTFN 2.8.009 /opt/cobol/cobdir/coblib/cobcsym: None /opt/cobol/cobdir/coblib/cobfsym: 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.1: xanim.c 1.5 Dynamic Loading Support ldovl.c 1.3 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.5 ldcancel.c 1.24 mmkey.c 1.6 ouerr.c 1.3 rtdeinit.c 1.12 outty.c 1.2 cxtty.c 1.2 Session Support ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.3 shcbl.c 1.12 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.4 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.5 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.2 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.6 xegF801.c 1.1 xegF804.c 1.4 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.23 cx8b.c 1.1 cxb0.c 1.3 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.4 gposinfo.c 1.5 gppcstub.c 1.1 xeextsm.c 1.1 xerecurs.c 1.1 xeresref.c 1.3 fhretry.c 1.1 fhrl.c 1.11 fhrlv.c 1.2 rtsavmc.c 1.4 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.2 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.5 xedsrtn.c 1.2 fhstat.c 1.4 usercall.c 1.6 xecwr.c 1.1 xeinishr.c 1.3 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.4 xanim2p.c 1.18 xcpunix.c 1.4 xfpunix.c 1.4 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.4 dbankey.c 1.1 dbanim.c 1.26 Animator Support gpanimi.c 1.1 xanim2c.c 1.17 xfcunix.c 1.2 xccunix.c 1.3 xfcapi.c 1.2 xccapi.c 1.4 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 ldprog.c 1.18 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.10 ldcoff.c 1.11 ldfind.c 1.10 oscache.c 1.8 xechain.c 1.12 xerunit.c 1.31 ldentmap.c 1.8 ldfindp.c 1.5 xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.23 rtnlsmsg.c 1.7 xainit.c 1.8 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.14 cxb7.c 1.9 cxb8.c 1.4 shcalls.c 1.8 shentex.c 1.4 shinit.c 1.7 shscroll.c 1.3 shswap.c 1.7 shsysat.c 1.7 shtinit.c 1.3 dbanimsc.c 1.1 shrawtty.c 1.5 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.7 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13 gpcblsj.c 1.6 cx91.c 1.14 xeifun.c 1.1 xedecode.c 1.2 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.11 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.19 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.59 xegF805.c 1.10 xeintE4.c 1.11 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.3 oufh.c 1.4/ech2 oufhlock.c 1.4 oufhossp.c 1.20 ostime.c 1.6 shpalet.c 1.6 xerevec.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/ech1 xesubsys.c 1.6 shsysats.c 1.13 rtsupp.c 1.1 xexrun.c 1.2 rtmain.c 1.4 fhext.c 1.5 fhtable.c 1.6 opcode7.c 1.4 fhix.c 1.46 vcs_mfisam.c 1.25 fhsort.c 1.35/ech1 xedyncbl.c 1.4 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.46 ldeloc.c 1.16 ADIS 96100919482144 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 96100919483995 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 96100919484581 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 96100919485037 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 96100919485749 GNB-059056000AA PA- RISC ncg B.10.35 mFFH 96100919533817 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 96100919542215 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH 96100919510194 GNB-027056000AA PA- RISC ncg B.10.35 PANELS 96100919500882 GNB-027056000AA PA- RISC ncg B.10.35 direct2 96100919594363 GNB-027056000AA PA- RISC ncg B.10.35 mfconfig 96100920013986 GNB-027056000AA PA- RISC ncg B.10.35 cobintfn 96100920004902 GNB-027056000AA PA- RISC ncg B.10.35 cobidbcs 96100920010092 GNB-027056000AA PA- RISC ncg B.10.35 _CLASS 96100919590038 GNB-027056000AA PA- RISC ncg B.10.35 _CODESET 96100919590413 GNB-046056000AA PA- RISC ncg B.10.35 fcossec 96100919575886 GNB-027056000AA PA- RISC ncg B.10.35 CHECKFIL 96100919590783 GNB-027056000AA PA- RISC ncg B.10.35 COBWIN2 96100920022492 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 96100919542741 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME 96100919543226 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 96100919543996 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 96100919544440 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 96100919544949 GNB-027056000AA PA- RISC ncg B.10.35 mfini 96100920014878 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR 96100919574028 GNB-027056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.39(U7) nrV Vrn ADISINIT 3.5.39(U7) nrV Base version Vrn ADISKEY 3.5.39(U7) nrV Base version Vrn ADIS 3.5.39(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.8.009 COBIDBCS 2.8.004 CHK056 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 CBLDC003 8001 04Jan94 XFHNAME80602Mar95 XFHLABEL 800 10Apr95 XFHTRACE 8006 03May95 ESDSFH 8008 30Mar95 VrnMFI 1.1.03nrV FHREDIR Vrn 8083 nrV /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.7 Setjmp Support xesetjp.c 1.1 gpcics.c 1.3 gppcstub.c 1.1 xeextsm.c 1.1 xesrctgt.c 1.2 xedsrtn.c 1.2 rtmain.c 1.4 P rtsconf.c 3g.5a.7.1 v1 rtsconf.c 1.1 fhix.c 1.46 xeinishr.c 1.3 COBWIN2 96100920023781 GNB-027056000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 ESDSFH 96100919560808 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 8008 30Mar95 Dynamic Loading Support ldprog.c 1.18 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.10 ldcoff.c 1.11 ldfind.c 1.10 ldovl.c 1.3 oscache.c 1.8 xechain.c 1.12 xerunit.c 1.31 ldentmap.c 1.8 Dictionary Support cxdynstr.c 1.3 ossystem.c 1.3 ldentry.c 1.3 gprtcali.c 1.1 gpucalli.c 1.2 gpenvir.c 1.1 xegntF9.c 1.1 xegntFA.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.6 xecwr.c 1.1 BTR2XFH 96100919511343 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0302 cobintfn 96100920010803 GNB-027056000AA PA- RISC ncg B.10.35 COBINTFN 2.8.009 xeifun.c 1.1 cobidbcs 96100920012095 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 _CLASS 96100919591158 GNB-027056000AA PA- RISC ncg B.10.35 CHK056 CHECKFIL 96100919591931 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 96100919555079 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 8001 04Jan94 FHREDIR 96100919581013 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV fcossec 96100919583062 GNB-027056000AA PA- RISC ncg B.10.35 Interpreter Support xeinterp.c 1.17 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.6 xegF804.c 1.4 xegF80B.c 1.2 xegF80D.c 1.1 fhlprdsp.c 1.3 xeintE4.c 1.11 fhtable.c 1.6 fhcsortv.c 1.1 fhlsv.c 1.2 fhrl.c 1.11 fhrlv.c 1.2 fhseqv.c 1.2 fhsort.c 1.35/ech1 fhext.c 1.5 opcode7.c 1.4 fhix.c 1.46 vcs_mfisam.c 1.25 fhixv.c 1.2 fhsort.c 1.35/ech1 mFFH 96100919551054 GNB-027056000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 xeextern.c 1.4 _CODESET 96100919591559 GNB-046056000AA PA- RISC ncg B.10.35 XFHLABEL 96100919555904 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 800 10Apr95 XFHNAME 96100919555493 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME80602Mar95 XFHTRACE 96100919560352 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 8006 03May95 mfini 96100920020790 GNB-027056000AA PA- RISC ncg B.10.35 VrnMFI 1.1.03nrV shattr.c 1.18 xanim2p.c 1.18 xcpunix.c 1.4 xfpunix.c 1.4 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.4 dbankey.c 1.1 dbanim.c 1.26 Animator Support gpanimi.c 1.1 xanim2c.c 1.17 xfcunix.c 1.2 xccunix.c 1.3 xfcapi.c 1.2 xccapi.c 1.4 xanim.c 1.5 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.4 xedecode.c 1.2 xenumctl.c 1.3 ADIS 96100919491592 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 96100919493325 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 96100919493792 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 96100919494203 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 96100919494775 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADIS 3.5.39(U7) nrV Base version Vrn ADISDYNA 3.5.39(U7) nrV Vrn ADISINIT 3.5.39(U7) nrV Base version Vrn ADISKEY 3.5.39(U7) nrV Base version shcbl.c 1.12 shcob.c 1.4 xegntCE.c 1.1 xegF801.c 1.1 cxb0.c 1.3 cxb4.c 1.1 xes32exe.c 1.3 PANELS 96100919502112 GNB-027056000AA PA- RISC ncg B.10.35 PAN 4.1.03 16Mar95 MFDB Support xekanjst.c 1.5 cxa7.c 1.9 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.14 cxb7.c 1.9 cxb8.c 1.4 shcalls.c 1.8 shentex.c 1.4 shinit.c 1.7 shscroll.c 1.3 shswap.c 1.7 shsysat.c 1.7 shtinit.c 1.3 cxtty.c 1.2 dbanimsc.c 1.1 shrawtty.c 1.5 shparse.c 1.4 xesubsys.c 1.6 shsysats.c 1.13 cxd0.c 1.2 mfconfig 96100920015969 GNB-027056000AA PA- RISC ncg B.10.35 VrnMCF 002003016nrV xedyncbl.c 1.4 xedynstr.c 1.11 direct2 96100920000760 GNB-027056000AA PA- RISC ncg B.10.35 VrnCCL TestnrV cx91.c 1.14 xedirscn.c 1.2 xegetarg.c 1.5 xegF80F.c 1.2 xegF805.c 1.10 xecommsb.c 1.1 gposinfo.c 1.5 xeascvt.c 1.1 mmblock.c 1.1 ldcancel.c 1.24 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 mmkey.c 1.6 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 ouerr.c 1.3 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.12 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 outty.c 1.2 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.23 rtnlsmsg.c 1.7 xainit.c 1.8 Native Code Support ldfindp.c 1.5 xeiE4ch.c 1.9 gpconv.c 1.1 shpalet.c 1.6 xerevec.c 1.11 xexrun.c 1.2 CBLDC001 96100919554666 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 8001 04Jan95 xegntAE.c 1.1 xegstar.c 1.23 Profiler Support rtprofil.c 1.3 gpprofi.c 1.1 REV: HP SESD Timebomb Code ldeloc.c 1.16 xerun.c 1.15 gpdynldi.c 1.1 gpintrpi.c 1.1 xerecurs.c 1.1 xedrtini.c 1.2 rtsavmc.c 1.4 fhrounew.c 1.9 gpfilei.c 1.1 oufhossp.c 1.20 fhlcktst.c 1.4 fhtp.c 1.3 xenls.c 1.5 fhcall.c 1.2 fhls.c 1.59 xeresref.c 1.3 fhseq.c 1.23 fhbuffer.c 1.5 fhmr.c 1.3 gpcblsj.c 1.6 cxcheck.c 1.3 fherror.c 1.11 fhsupp.c 1.1 oufh.c 1.4/ech2 fhmopen.c 1.3 oufhlock.c 1.4 ostime.c 1.6 fhretry.c 1.1 fhstat.c 1.4 fhcbl.c 1.13 ldlbr.c 1.4 fhddmap.c 1.19 fhlbr.c 1.5 ldlocate.c 1.14 gpidblok.c 1.1 rtspesh.c 1.4 gpstring.c 1.1 HP COBOL No-Threads Mode Support /opt/cobol/cobdir/coblib/libcobol.sl: xanim.c 1.5 Dynamic Loading Support ldovl.c 1.3 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.5 ldcancel.c 1.24 mmkey.c 1.6 ouerr.c 1.3 rtdeinit.c 1.12 outty.c 1.2 cxtty.c 1.2 Session Support ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.3 shcbl.c 1.12 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.4 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.5 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.2 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.6 xegF801.c 1.1 xegF804.c 1.4 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.23 cx8b.c 1.1 cxb0.c 1.3 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.4 gposinfo.c 1.5 gppcstub.c 1.1 xeextsm.c 1.1 xerecurs.c 1.1 xeresref.c 1.3 fhretry.c 1.1 fhrl.c 1.11 fhrlv.c 1.2 rtsavmc.c 1.4 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.2 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.5 xedsrtn.c 1.2 fhstat.c 1.4 usercall.c 1.6 xecwr.c 1.1 xeinishr.c 1.3 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.4 xanim2p.c 1.18 xcpunix.c 1.4 xfpunix.c 1.4 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.4 dbankey.c 1.1 dbanim.c 1.26 Animator Support gpanimi.c 1.1 xanim2c.c 1.17 xfcunix.c 1.2 xccunix.c 1.3 xfcapi.c 1.2 xccapi.c 1.4 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 ldprog.c 1.18 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.10 ldcoff.c 1.11 ldfind.c 1.10 oscache.c 1.8 xechain.c 1.12 xerunit.c 1.31 ldentmap.c 1.8 ldfindp.c 1.5 xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.23 rtnlsmsg.c 1.7 xainit.c 1.8 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.14 cxb7.c 1.9 cxb8.c 1.4 shcalls.c 1.8 shentex.c 1.4 shinit.c 1.7 shscroll.c 1.3 shswap.c 1.7 shsysat.c 1.7 shtinit.c 1.3 dbanimsc.c 1.1 shrawtty.c 1.5 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.7 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13 gpcblsj.c 1.6 cx91.c 1.14 xeifun.c 1.1 xedecode.c 1.2 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.11 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.19 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.59 xegF805.c 1.10 xeintE4.c 1.11 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.3 oufh.c 1.4/ech2 oufhlock.c 1.4 oufhossp.c 1.20 ostime.c 1.6 shpalet.c 1.6 xerevec.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/ech1 xesubsys.c 1.6 shsysats.c 1.13 rtsupp.c 1.1 xexrun.c 1.2 rtmain.c 1.4 fhext.c 1.5 fhtable.c 1.6 opcode7.c 1.4 fhix.c 1.46 vcs_mfisam.c 1.25 fhsort.c 1.35/ech1 xedyncbl.c 1.4 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.46 ldeloc.c 1.16 ADIS 96100919482144 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 96100919483995 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 96100919484581 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 96100919485037 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 96100919485749 GNB-059056000AA PA- RISC ncg B.10.35 mFFH 96100919533817 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 96100919542215 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH 96100919510194 GNB-027056000AA PA- RISC ncg B.10.35 PANELS 96100919500882 GNB-027056000AA PA- RISC ncg B.10.35 direct2 96100919594363 GNB-027056000AA PA- RISC ncg B.10.35 mfconfig 96100920013986 GNB-027056000AA PA- RISC ncg B.10.35 cobintfn 96100920004902 GNB-027056000AA PA- RISC ncg B.10.35 cobidbcs 96100920010092 GNB-027056000AA PA- RISC ncg B.10.35 _CLASS 96100919590038 GNB-027056000AA PA- RISC ncg B.10.35 _CODESET 96100919590413 GNB-046056000AA PA- RISC ncg B.10.35 fcossec 96100919575886 GNB-027056000AA PA- RISC ncg B.10.35 CHECKFIL 96100919590783 GNB-027056000AA PA- RISC ncg B.10.35 COBWIN2 96100920022492 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 96100919542741 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME 96100919543226 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 96100919543996 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 96100919544440 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 96100919544949 GNB-027056000AA PA- RISC ncg B.10.35 mfini 96100920014878 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR 96100919574028 GNB-027056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.39(U7) nrV Vrn ADISINIT 3.5.39(U7) nrV Base version Vrn ADISKEY 3.5.39(U7) nrV Base version Vrn ADIS 3.5.39(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.8.009 COBIDBCS 2.8.004 CHK056 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 CBLDC003 8001 04Jan94 XFHNAME80602Mar95 XFHLABEL 800 10Apr95 XFHTRACE 8006 03May95 ESDSFH 8008 30Mar95 VrnMFI 1.1.03nrV FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/coblib/libcrtn.1: Ccrtn1c 1.107.1.12 crtn01.c 1.3 crtn02.c 1.4 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.11 crtn36.c 1.4 crtn37.c 1.5 crtn38.c 1.5 crtn38f.c 1.6.1.2 crtn39.c 1.7 crtn39f.c 1.5 crtn40.c 1.6 crtn40f.c 1.8.1.2 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.1.1 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.1.1 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.1.2 crtna2.c 1.9.1.1 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.7 crtn77.c 1.8 crtn37f.c 1.9 crtna8.c 1.8.1.1 crtnb1.c 1.9.1.1 crtnflt1.c 1.7.1.6 /opt/cobol/cobdir/coblib/libcrtn.a: crtn01.c 1.3 crtn02.c 1.4 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.11 crtn37.c 1.5 crtn37f.c 1.9 crtn38.c 1.5 crtn38f.c 1.6.1.2 crtn40.c 1.6 crtn40f.c 1.8.1.2 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.1.1 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.1.1 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.1.2 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.1.1 crtna9.c 1.7 crtnb0.c 1.7 crtnb1.c 1.9.1.1 crtna2.c 1.9.1.1 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.6 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.7 crtn77.c 1.8 /opt/cobol/cobdir/coblib/libcrtn.sl: Ccrtn1c 1.107.1.12 crtn01.c 1.3 crtn02.c 1.4 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.11 crtn36.c 1.4 crtn37.c 1.5 crtn38.c 1.5 crtn38f.c 1.6.1.2 crtn39.c 1.7 crtn39f.c 1.5 crtn40.c 1.6 crtn40f.c 1.8.1.2 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.1.1 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.1.1 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.1.2 crtna2.c 1.9.1.1 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.7 crtn77.c 1.8 crtn37f.c 1.9 crtna8.c 1.8.1.1 crtnb1.c 1.9.1.1 crtnflt1.c 1.7.1.6 /opt/cobol/cobdir/coblib/libfhutil.1: 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.3 mapwrite.c 1.2 copyright.c 1.2 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.4 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.4 mapresname.c 1.3 mapsubr.c 1.9 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 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/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.4 maperror.c 1.4 mapindex.c 1.3 maplock.c 1.3 mapopen.c 1.4 mapread.c 1.2 maprename.c 1.4 mapresname.c 1.3 mapstart.c 1.2 mapsubr.c 1.9 mapunique.c 1.3 mapwrite.c 1.2 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 copyright.c 1.2 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.3 mapwrite.c 1.2 copyright.c 1.2 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.4 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.4 mapresname.c 1.3 mapsubr.c 1.9 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 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.1: None /opt/cobol/cobdir/coblib/libhpcobol.sl: None /opt/cobol/cobdir/coblib/libisstubs.1: None /opt/cobol/cobdir/coblib/libisstubs.sl: None /opt/cobol/cobdir/coblib/libosx.1: 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.7 /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.7 /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.7 /opt/cobol/cobdir/coblib/libscreen.1: addch.c 1.2 beep.c 1.1 clr_screen.c 1.2 debug.c 1.1 endwin.c 1.2 erase.c 1.1 getmap.c 1.1 memhand.c 1.3 move.c 1.1 newterm.c 1.4 printer.c 1.2 putp.c 1.1 refresh.c 1.13 scroll.c 1.3 spkeys.c 1.1 tparm.c 1.3 MF curses library: 1.25 Built 10:49:44 6/21/95 keyinp.c 1.2 keyinp.c: select modes.c 1.4 terminfo.c 1.6 /opt/cobol/cobdir/coblib/libscreen.a: addch.c 1.2 beep.c 1.1 debug.c 1.1 endwin.c 1.2 erase.c 1.1 getmap.c 1.1 modes.c 1.4 keyinp.c 1.2 keyinp.c: select move.c 1.1 newterm.c 1.4 printer.c 1.2 scroll.c 1.3 spkeys.c 1.1 terminfo.c 1.6 memhand.c 1.3 clr_screen.c 1.2 refresh.c 1.13 putp.c 1.1 tparm.c 1.3 /opt/cobol/cobdir/coblib/libscreen.sl: addch.c 1.2 beep.c 1.1 clr_screen.c 1.2 debug.c 1.1 endwin.c 1.2 erase.c 1.1 getmap.c 1.1 memhand.c 1.3 move.c 1.1 newterm.c 1.4 printer.c 1.2 putp.c 1.1 refresh.c 1.13 scroll.c 1.3 spkeys.c 1.1 tparm.c 1.3 MF curses library: 1.25 Built 10:49:44 6/21/95 keyinp.c 1.2 keyinp.c: select modes.c 1.4 terminfo.c 1.6 /opt/cobol/cobdir/coblib/libsupp.1: mmkey.c 1.6 usercall.c 1.6 rterror.c 1.21 shcalls.c 1.8 nl_cobcmp() $Revision: 6.1 $ /opt/cobol/cobdir/coblib/libsupp.a: usercall.c 1.6 shcalls.c 1.8 nl_cobcmp() $Revision: 6.1 $ rterror.c 1.21 mmkey.c 1.6 /opt/cobol/cobdir/coblib/libsupp.sl: mmkey.c 1.6 usercall.c 1.6 rterror.c 1.21 shcalls.c 1.8 nl_cobcmp() $Revision: 6.1 $ /opt/cobol/cobdir/cobsql.gnt: COBSQL 96100920140656 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/commi.gnt: commi 96100920055371 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 96100920060080 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 96100920342335 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 96100920581909 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSCRUN.gnt: DSCRUN 96100920595795 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/dialog/DSCVALRN.gnt: DSCVALRN 96100921003403 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 96100920590779 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 96100920591973 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 96100921002036 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt: DSNLSRTN 96100920590079 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 96100920593424 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 96100920592947 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 96100921002661 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 96100921004140 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 96100921042336 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn SSTRAN (DSCHAR) rev 4 /opt/cobol/cobdir/docs/rebuild.1: Vrn/rebuild.1/4.0.00/06Sep95/nrV /opt/cobol/cobdir/fcossec.gnt: fcossec 96100921394554 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 96100920394531 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 96100920395242 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fs: fs 96100920402976 GNB-027056000AA PA- RISC ncg B.10.35 fsinst 96100920404465 GNB-027056000AA PA- RISC ncg B.10.35 fsinstpw 96100920405521 GNB-027056000AA PA- RISC ncg B.10.35 fspthnam 96100920410380 GNB-027056000AA PA- RISC ncg B.10.35 fsrcvr 96100920411167 GNB-027056000AA PA- RISC ncg B.10.35 fsseclog 96100920411913 GNB-027056000AA PA- RISC ncg B.10.35 fssecopn 96100920412504 GNB-027056000AA PA- RISC ncg B.10.35 fsserver 96100920414210 GNB-027056000AA PA- RISC ncg B.10.35 fsossec 96100920421527 GNB-013056000AA PA- RISC ncg B.10.35 fhrdrpwd 96100920421963 GNB-027056000AA PA- RISC ncg B.10.35 fhxscomp 96100920422533 GNB-027056000AA PA- RISC ncg B.10.35 fs Vrn 8083 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 96100920401310 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 96100717454749 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/fsviewmot: fsview 96100921274439 GNB-027056000AA PA- RISC ncg B.10.35 on-line 96100920424840 GNB-027056000AA PA- RISC ncg B.10.35 onlgui 96100920430579 GNB-027056000AA PA- RISC ncg B.10.35 onlutils 96100920434372 GNB-027056000AA PA- RISC ncg B.10.35 onlutil2 96100920441015 GNB-027056000AA PA- RISC ncg B.10.35 onlevmgr 96100920442098 GNB-027056000AA PA- RISC ncg B.10.35 onldb 96100920443517 GNB-027056000AA PA- RISC ncg B.10.35 hf2eng 96100920073017 GNB-027056000AA PA- RISC ncg B.10.35 onleng 96100920080421 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 96100920085217 GNB-027056000AA PA- RISC ncg B.10.35 fhrdrpwd 96100920421963 GNB-027056000AA PA- RISC ncg B.10.35 fhxscomp 96100920422533 GNB-027056000AA PA- RISC ncg B.10.35 dserrhan 96100921084824 GNB-022053004A9 PA- RISC ncg B.10.35 DSFNTMAP 96100921094795 GNB-022053004A9 PA- RISC ncg B.10.35 DSR0VALP 96100921084198 GNB-022053004A9 PA- RISC ncg B.10.35 dsrun 96100921090494 GNB-030056000AA PA- RISC ncg B.10.35 dsvalrun 96100921092725 GNB-022053004A9 PA- RISC ncg B.10.35 pic4mat 96100921093513 GNB-022053004A9 PA- RISC ncg B.10.35 fsview Vrn 1.8.03 nrV ONLGUI 5.2.1831Jul95 HF2ENG 5.2.1831Jul95 ONLENG 5.2.1831Jul95 CBLDC002 5.2.1831Jul95 /opt/cobol/cobdir/help.gnt: help 96100920071538 GNB-027056000AA PA- RISC ncg B.10.35 Vrn 5.29 nrV /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 96100717081408 GNB-027056000AA PA- RISC ncg B.10.35 ONLENG 5.2.1831Jul95 hyhelp 96100717073717 GNB-027056000AA PA- RISC ncg B.10.35 HYHELP 5.2.1831Jul95 hf2eng 96100717062799 GNB-027056000AA PA- RISC ncg B.10.35 HF2ENG 5.2.1831Jul95 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 96100920074625 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/lang/C/fs.lng: None /opt/cobol/cobdir/lang/C/fsclose.lng: None /opt/cobol/cobdir/lang/C/idxcheck.lng: None /opt/cobol/cobdir/lang/default/fs.lng: None /opt/cobol/cobdir/lang/default/fsclose.lng: None /opt/cobol/cobdir/lang/default/idxcheck.lng: None /opt/cobol/cobdir/lang/en/fs.lng: None /opt/cobol/cobdir/lang/en/fsclose.lng: None /opt/cobol/cobdir/lang/en/idxcheck.lng: None /opt/cobol/cobdir/lang/en_US/fs.lng: None /opt/cobol/cobdir/lang/en_US/fsclose.lng: None /opt/cobol/cobdir/lang/en_US/idxcheck.lng: None /opt/cobol/cobdir/mFFH.gnt: mFFH 96100921383524 GNB-027056000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 /opt/cobol/cobdir/name.lbr: name 96100717095928 GNB-027056000AA PA- RISC ncg B.10.35 fndcat 96100717102794 GNB-027056000AA PA- RISC ncg B.10.35 fmtch 96100717103220 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ohbld.lbr: ohbld 96100717494743 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.1.05 nrV ohbldcmd 96100717495890 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/on-line.lbr: on-line 96100717470828 GNB-027056000AA PA- RISC ncg B.10.35 onlgui 96100717471826 GNB-027056000AA PA- RISC ncg B.10.35 ONLGUI 5.2.1831Jul95 onlutils 96100717473859 GNB-027056000AA PA- RISC ncg B.10.35 onlutil2 96100717475332 GNB-027056000AA PA- RISC ncg B.10.35 onlevmgr 96100717475716 GNB-027056000AA PA- RISC ncg B.10.35 onldb 96100717480520 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/on-line/fsview.hnf: None /opt/cobol/cobdir/pan2mot: attr.c 1.4 band.c 1.4 bell.c 1.4 button.c 1.6 clipboard.c 1.4 cursor.c 1.4 dialog.c 1.6 entryfield.c 1.6 event.c 1.6 font.c 1.5 gadget.c 1.5 gif.c 1.4 groupbox.c 1.4 handle.c 1.4 icon.c 1.6 initialise.c 1.4 key.c 1.6 label.c 1.4 list.c 1.4 listbox.c 1.4 log.c 1.4 loop.c 1.4 main.c 1.5 menu.c 1.4 object.c 1.4 pointer.c 1.7 resource.c 1.6 scrollbar.c 1.4 sys_init.c 1.12 text.c 1.4 translations.c 1.4 pan2mot: 1.331 Built 11:24:07 95/07/18 vcs_ver.c 1.331 window.c 1.5 debugger.c 1.4 session.c 1.5 /opt/cobol/cobdir/rebuild: rebuild 96100920460087 GNB-030056000AA PA- RISC ncg B.10.35 rbldmain 96100920451068 GNB-030056000AA PA- RISC ncg B.10.35 rbldsub 96100920451972 GNB-030056000AA PA- RISC ncg B.10.35 mscvsub 96100920453111 GNB-030056000AA PA- RISC ncg B.10.35 cdfh 96100920453746 GNB-030056000AA PA- RISC ncg B.10.35 idxcheck 96100920454908 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 /opt/cobol/cobdir/reporter.lbr: reporter 96100717312355 GNB-027056000AA PA- RISC ncg B.10.35 cwmtxtrd 96100717312806 GNB-027056000AA PA- RISC ncg B.10.35 cwpfiler 96100717313396 GNB-027056000AA PA- RISC ncg B.10.35 cwrdates 96100717314072 GNB-027056000AA PA- RISC ncg B.10.35 cwrdescr 96100717314433 GNB-027056000AA PA- RISC ncg B.10.35 cwrgetsl 96100717314842 GNB-027056000AA PA- RISC ncg B.10.35 cwrinit 96100717315443 GNB-027056000AA PA- RISC ncg B.10.35 cwrload 96100717320069 GNB-027056000AA PA- RISC ncg B.10.35 cwrmain 96100717320912 GNB-027056000AA PA- RISC ncg B.10.35 cwrmstrm 96100717321685 GNB-027056000AA PA- RISC ncg B.10.35 cwrprint 96100717322161 GNB-027056000AA PA- RISC ncg B.10.35 cwrslct 96100717322565 GNB-027056000AA PA- RISC ncg B.10.35 cwrslink 96100717322897 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 96100920142880 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 96100921024288 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSCRUN.o: DSCRUN 96100921014284 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/src/dialog/DSCVALRN.o: DSCVALRN 96100921023109 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 96100921004891 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 96100921010294 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 96100921021745 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o: DSNLSRTN 96100921031094 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 96100921012207 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 96100921011763 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 96100921022492 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 96100921025579 GNB-066054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o: opcode7.c 1.3 fhix.c 1.46 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o: opcode7.c 1.2 fhix.c 1.34a /opt/cobol/cobdir/src/rebuild/callrb.o: callrb 96100920450405 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 96100920453746 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/idxcheck.o: idxcheck 96100920454908 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 96100920453111 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 96100920451068 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 96100920451972 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 96100920144426 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 96100717441200 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 96100717441677 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 96100717442167 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 96100717442739 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 96100717443478 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 96100717444447 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 96100717444786 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 96100717445203 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 96100717445609 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 96100717445927 GNB-027056000AA PA- RISC ncg B.10.35 sysvalrn 96100717450315 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/tools.lbr: Vrn Library V8.0.4nrV VrnMCF 002003016nrV /opt/cobol/cobdir/utils.lbr: linein 96100717110757 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 96100717105516 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 5.2.1831Jul95 mfini 96100920090336 GNB-027056000AA PA- RISC ncg B.10.35 VrnMFI 1.1.03nrV cobidbcs 96100717113119 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 cksum(1) Output: 2409647418 32852 /opt/cobol/cobdir/bin/cgen 2409647418 32852 /opt/cobol/cobdir/bin/cobol 2409647418 32852 /opt/cobol/cobdir/bin/cobprof 2409647418 32852 /opt/cobol/cobdir/bin/h2cpy 2409647418 32852 /opt/cobol/cobdir/bin/oldh2cpy 2409647418 32852 /opt/cobol/cobdir/bin/split78 3503962278 88064 /opt/cobol/cobdir/cdi2.gnt 1722021426 1556651 /opt/cobol/cobdir/check 2194386041 514816 /opt/cobol/cobdir/check.lbr 3518579666 92160 /opt/cobol/cobdir/cobcli.lbr 2386505314 16412 /opt/cobol/cobdir/csimaker.gnt 2741033905 2504 /opt/cobol/cobdir/demo/fhutils/rebuild.cbl 2091182290 10144 /opt/cobol/cobdir/errmsg.gnt 2452886648 186024 /opt/cobol/cobdir/h2cpy.gnt 1754979675 4478281 /opt/cobol/cobdir/ncg 4244398089 992 /opt/cobol/cobdir/ncg.ops 4190054605 62404 /opt/cobol/cobdir/oldh2cpy.gnt 3378295379 30584 /opt/cobol/cobdir/profiler.gnt 1554321999 16068 /opt/cobol/cobdir/sload.gnt 49342337 13420 /opt/cobol/cobdir/split78.gnt 2137803951 9372 /opt/cobol/cobdir/src/sql/animcopy.o 1662979805 5416 /opt/cobol/cobdir/src/sql/check.o 4225014382 1430476 /opt/cobol/cobdir/src/sql/checkx.o 3683649265 66036 /opt/cobol/cobdir/src/sql/cp.o 753013106 18708 /opt/cobol/cobdir/src/sql/headers.o 2817404829 1344 /opt/cobol/cobdir/src/sql/mkcheck 967798941 71568 /opt/cobol/cobdir/textmgr.gnt 3156526518 15452 /opt/cobol/cobdir/txtmgr.gnt 2372720237 31890 /opt/cobol/cobdir/uncg.err 4001923802 106812 /opt/cobol/cobdir/window1.gnt 2282346952 108884 /opt/cobol/cobdir/ADIS.gnt 708519752 110076 /opt/cobol/cobdir/ADISCF.gnt 3522575845 11572 /opt/cobol/cobdir/ADISDYNA.gnt 4004797149 8996 /opt/cobol/cobdir/ADISINIT.gnt 1061811451 10688 /opt/cobol/cobdir/ADISKEY.gnt 1169164930 19816 /opt/cobol/cobdir/ADISKEY2.gnt 2832218920 31708 /opt/cobol/cobdir/BTR2XFH.gnt 2518593561 8072 /opt/cobol/cobdir/CBLDC001.gnt 740567452 6684 /opt/cobol/cobdir/CBLDC003.gnt 579141802 5052 /opt/cobol/cobdir/CHECKFIL.gnt 1265549240 62988 /opt/cobol/cobdir/COBWIN2.gnt 4108024216 4160 /opt/cobol/cobdir/DISPCONV.gnt 807517418 12812 /opt/cobol/cobdir/ESDSFH.gnt 3032871371 131376 /opt/cobol/cobdir/FHREDIR.gnt 1473796192 32300 /opt/cobol/cobdir/KEYBCF.gnt 3378230545 44572 /opt/cobol/cobdir/PANELS.gnt 594776429 7640 /opt/cobol/cobdir/XFHLABEL.gnt 3385106478 8484 /opt/cobol/cobdir/XFHNAME.gnt 1643851638 12196 /opt/cobol/cobdir/XFHTRACE.gnt 3807369270 3552 /opt/cobol/cobdir/_CLASS.gnt 2619313793 3860 /opt/cobol/cobdir/_CODESET.gnt 222119353 9104 /opt/cobol/cobdir/_sqlprld.gnt 421823371 11240 /opt/cobol/cobdir/banner.gnt 2409647418 32852 /opt/cobol/cobdir/bin/adiscf 186612282 82184 /opt/cobol/cobdir/bin/cob 4004572587 20530 /opt/cobol/cobdir/bin/cobprog 2409647418 32852 /opt/cobol/cobdir/bin/cobrun 1774102281 28751 /opt/cobol/cobdir/bin/cobwhat 2830811979 36979 /opt/cobol/cobdir/bin/fed 2409647418 32852 /opt/cobol/cobdir/bin/fhconvert 2409647418 32852 /opt/cobol/cobdir/bin/fhcreate 2409647418 32852 /opt/cobol/cobdir/bin/fhedit 2409647418 32852 /opt/cobol/cobdir/bin/fhinfo 2409647418 32852 /opt/cobol/cobdir/bin/fhrebuild 2409647418 32852 /opt/cobol/cobdir/bin/fhreorg 2409647418 32852 /opt/cobol/cobdir/bin/fhvalidate 2409647418 32852 /opt/cobol/cobdir/bin/forms2 2409647418 32852 /opt/cobol/cobdir/bin/fs 2409647418 32852 /opt/cobol/cobdir/bin/fsviewmot 2409647418 32852 /opt/cobol/cobdir/bin/keybcf 1166532768 20533 /opt/cobol/cobdir/bin/lbrinfo 2409647418 32852 /opt/cobol/cobdir/bin/rebuild 3497164120 138880 /opt/cobol/cobdir/callrb.lbr 442801534 41111 /opt/cobol/cobdir/ccitcp2 782055488 171136 /opt/cobol/cobdir/cmenu.lbr 149660996 7468 /opt/cobol/cobdir/cobidbcs.gnt 458319756 101012 /opt/cobol/cobdir/cobintfn.gnt 2310266901 14820 /opt/cobol/cobdir/coblib/cobcsym 4188899948 3486 /opt/cobol/cobdir/coblib/cobfsym 2458389925 1044 /opt/cobol/cobdir/coblib/hp_allraise.o 2220679740 21348 /opt/cobol/cobdir/coblib/hp_cblthread.o 2837870432 740 /opt/cobol/cobdir/coblib/hp_noasysigs.o 3510881664 1036 /opt/cobol/cobdir/coblib/hp_nosignals.o 900303959 740 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 1391618443 748 /opt/cobol/cobdir/coblib/hp_raisetidy.o 3635939864 740 /opt/cobol/cobdir/coblib/hp_rtsraise.o 1123190304 740 /opt/cobol/cobdir/coblib/hp_synraise.o 2243799545 2005444 /opt/cobol/cobdir/coblib/libcobol.1 2553343220 2025876 /opt/cobol/cobdir/coblib/libcobol.a 2243799545 2005444 /opt/cobol/cobdir/coblib/libcobol.sl 4090497118 251825 /opt/cobol/cobdir/coblib/libcrtn.1 3182257265 287616 /opt/cobol/cobdir/coblib/libcrtn.a 4090497118 251825 /opt/cobol/cobdir/coblib/libcrtn.sl 3065512303 205384 /opt/cobol/cobdir/coblib/libfhutil.1 3402943370 158680 /opt/cobol/cobdir/coblib/libfhutil.a 3065512303 205384 /opt/cobol/cobdir/coblib/libfhutil.sl 3086331130 12303 /opt/cobol/cobdir/coblib/libhpcobol.1 3086331130 12303 /opt/cobol/cobdir/coblib/libhpcobol.sl 2572692721 12339 /opt/cobol/cobdir/coblib/libisstubs.1 2572692721 12339 /opt/cobol/cobdir/coblib/libisstubs.sl 2306343199 168522 /opt/cobol/cobdir/coblib/libosx.1 836678546 159532 /opt/cobol/cobdir/coblib/libosx.a 2306343199 168522 /opt/cobol/cobdir/coblib/libosx.sl 341360768 69874 /opt/cobol/cobdir/coblib/libscreen.1 2742017571 64968 /opt/cobol/cobdir/coblib/libscreen.a 341360768 69874 /opt/cobol/cobdir/coblib/libscreen.sl 1123439458 49340 /opt/cobol/cobdir/coblib/libsupp.1 2894701517 34280 /opt/cobol/cobdir/coblib/libsupp.a 1123439458 49340 /opt/cobol/cobdir/coblib/libsupp.sl 735870034 134632 /opt/cobol/cobdir/cobsql.gnt 4075235671 18060 /opt/cobol/cobdir/commi.gnt 2674272726 27320 /opt/cobol/cobdir/comms.gnt 1318393819 6708 /opt/cobol/cobdir/cwrcli.gnt 4100990746 27384 /opt/cobol/cobdir/dialog/DSCOMP.gnt 2346739544 136388 /opt/cobol/cobdir/dialog/DSCRUN.gnt 2692872355 14976 /opt/cobol/cobdir/dialog/DSCVALRN.gnt 1164548676 6256 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 1149490675 47660 /opt/cobol/cobdir/dialog/DSFLD.gnt 192237688 8568 /opt/cobol/cobdir/dialog/DSLCONV.gnt 4001848451 4352 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt 122785829 3492 /opt/cobol/cobdir/dialog/DSRUN.gnt 1168643305 6552 /opt/cobol/cobdir/dialog/DSTERM.gnt 3814286247 3332 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 293475368 6540 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 4279087891 18656 /opt/cobol/cobdir/dialog/SSTRAN.gnt 2044898840 46857 /opt/cobol/cobdir/docs/rebuild.1 3187306861 2824 /opt/cobol/cobdir/fcossec.gnt 3665151348 3020 /opt/cobol/cobdir/fhrdrpwd.gnt 2342254900 4344 /opt/cobol/cobdir/fhxscomp.gnt 3378196779 370146 /opt/cobol/cobdir/fs 4122493306 5760 /opt/cobol/cobdir/fsclose.gnt 1564407805 11904 /opt/cobol/cobdir/fsmgr.lbr 1543337001 26240 /opt/cobol/cobdir/fsview.gs 1118394265 1061611 /opt/cobol/cobdir/fsviewmot 142609761 20908 /opt/cobol/cobdir/help.gnt 2822568391 15232 /opt/cobol/cobdir/helpname.lbr 1138130497 271232 /opt/cobol/cobdir/hyhelp.lbr 551903348 5396 /opt/cobol/cobdir/hyhintf.gnt 2317502608 18364 /opt/cobol/cobdir/lang/C/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/C/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/C/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/default/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/default/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/default/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/en/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/en/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/en/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/en_US/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/en_US/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/en_US/idxcheck.lng 1629962095 210260 /opt/cobol/cobdir/mFFH.gnt 3219307505 119168 /opt/cobol/cobdir/name.lbr 1422033091 168832 /opt/cobol/cobdir/ohbld.lbr 882747332 638720 /opt/cobol/cobdir/on-line.lbr 2915641555 4047 /opt/cobol/cobdir/on-line/fsview.hnf 4050304887 706515 /opt/cobol/cobdir/pan2mot 3821330051 205247 /opt/cobol/cobdir/rebuild 2494644807 318080 /opt/cobol/cobdir/reporter.lbr 528052646 69679 /opt/cobol/cobdir/rts32 4272329363 10960 /opt/cobol/cobdir/sqlinit.gnt 1815009239 22732 /opt/cobol/cobdir/src/dialog/DSCOMP.o 2917618259 126924 /opt/cobol/cobdir/src/dialog/DSCRUN.o 4199110250 14004 /opt/cobol/cobdir/src/dialog/DSCVALRN.o 3937688226 5916 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 1983879141 45548 /opt/cobol/cobdir/src/dialog/DSFLD.o 3284830284 8056 /opt/cobol/cobdir/src/dialog/DSLCONV.o 1170216711 4188 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o 274131345 3160 /opt/cobol/cobdir/src/dialog/DSRUN.o 3046077173 6124 /opt/cobol/cobdir/src/dialog/DSTERM.o 775934300 3156 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 2928354542 6108 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 613012266 139768 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 265873146 131060 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o 4108494332 2964 /opt/cobol/cobdir/src/rebuild/callrb.o 1419555903 11316 /opt/cobol/cobdir/src/rebuild/cdfh.o 3213897471 47200 /opt/cobol/cobdir/src/rebuild/idxcheck.o 614187554 17028 /opt/cobol/cobdir/src/rebuild/mscvsub.o 1395925129 35336 /opt/cobol/cobdir/src/rebuild/rbldmain.o 2338743495 16388 /opt/cobol/cobdir/src/rebuild/rbldsub.o 219163251 1400 /opt/cobol/cobdir/src/rts/ufhtab.o 700329531 9516 /opt/cobol/cobdir/src/sql/sqlinit.o 3948051979 236288 /opt/cobol/cobdir/sysrun.lbr 3838246910 66432 /opt/cobol/cobdir/tools.lbr 2330516256 63616 /opt/cobol/cobdir/utils.lbr Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 24050 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_9041 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_9041.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_9041.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_9041. 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_9041.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_9041.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