Patch Name: PHSS_10179 Patch Description: s700_800 10.20 Cobol/UX Run-Time B.11.25 to B.11.27 Creation Date: 97/02/24 Post Date: 97/03/05 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: Cobol/HP-UX B.11.25 Filesets: COBOLRT.COBRT,B.11.25 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_10179 Symptoms: PHSS_10179: 1. checker loops 2. NCG error: ustack not empty (5129) on COMPUTE 3. compiler gives 289-S on SYNC item if -C IBMCOMP 4. rts 153 on ADD of last element of array 5. B.11.25,26: file OPEN fails with file status 35 or 37 if env var. 6. COMPUTE with array element returns wrong value. 7. rts 114 on multiple SORTs; malloc/free problem. 8. -C WRITETHRU (for MF buffer) buffers @ 512 bytes for line sequential files. 9. checker does not always produce an error summary 10. rts 114 occurs when EXTERNAL data items accessed, SQLPROT used. 11. rts 907 Signal/Thread assertion failed - with hp_nosignals.o. 12. compiler loops or compiler error 301-S on INITIALIZE with qualifier. PHSS_9042: 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_10179: 1. The following program causes checker to loop. identification division. program-id. oops. data division. ^set osvs working-storage section. 01 blart pic s9(9) comp-5. procedure division. stop run. 2. cob compiler causes NCG error. NCG error: ustack not empty (5129) 3. using 11.25/v4.0 MF cobol, getting errors compiling code that used to compile on v3.2. 4. Rts 153 "Subscript out of range" error in MF Cobol 11.26. 5. Cobol Program using COBOL B.11.26 (and B.11.25) may fail opening a file with a file status 35 or 37 if filename is asscociated with an Environment variable. 6. Unable to use subscripted items in a compute staement w/ B.10.41 COBOL. 7. Application which does many sorts dies of runtime error 114. Rerunning with stack trace enabled gives an indication that the failure is occuring in srtexit within the fhsort module. 8. when the test is compiled w/ WRITETHRU, I would expect NO buffering, but I see 512 buffering in V3.2 product. For case w/ NOWRITETHRU, 512 buffring is expected, and it works. In V4.0, I see the same behaviour. 9. When there are compile time errors the native checker only occasionally produces an error summary, an int checker almost always produces an error summary. While this is filed against B.10.25, it is not a regression, the error summary is also inconsistently produced in v31 based native checkers as well. 10. rts 114 occurs when EXTERNAL data items are accessed, if program is compiled with SQLPROT. The error occurs with int and gnt code. The program accesses a DB2 database. The EXTERNAL data items contain the expected data if the program is compiled without SQLPROT. Customer is concerned that if she compiles without SQLPROT, and a transaction is terminated, rollback will not occur correctly. 11. MFCOBOL/UX Runtime error as followings: Execution error : file '' error code: 907, pc=0, call=0, seg=0 907 Signal/Thread assertion failed - Inconsistent internalstate Assertion failed: valid_signal (sig) && (handler != SIG_ERR), file hp_cobolsigs.c, line 475 signal 14 (SIGALRM) is being accessed by COBOL when it should be ignored. PHSS_9042: 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 4701287045 4701325431 4701326314 4701329854 5003338335 4701343228 1653198226 5003352724 5003355834 Patch Files: /opt/cobol/cobdir/bin/cobrun /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/rebuild /opt/cobol/cobdir/bin/mfsort /opt/cobol/cobdir/lang/default/fs.lng /opt/cobol/cobdir/lang/en_US/fs.lng /opt/cobol/cobdir/lang/default/fsclose.lng /opt/cobol/cobdir/lang/en_US/fsclose.lng /opt/cobol/cobdir/lang/default/idxcheck.lng /opt/cobol/cobdir/lang/en_US/idxcheck.lng /opt/cobol/cobdir/coblib/libcobol.sl /opt/cobol/cobdir/coblib/libcrtn.sl /opt/cobol/cobdir/coblib/libfhutil.sl /opt/cobol/cobdir/coblib/libhpcobol.sl /opt/cobol/cobdir/coblib/libisstubs.sl /opt/cobol/cobdir/coblib/libosx.sl /opt/cobol/cobdir/coblib/libscreen.sl /opt/cobol/cobdir/coblib/libsupp.sl /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/cobwhat /opt/cobol/cobdir/bin/fed /opt/cobol/cobdir/bin/lbrinfo /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/libcrtn.1 /opt/cobol/cobdir/coblib/libcrtn.a /opt/cobol/cobdir/coblib/libfhutil.1 /opt/cobol/cobdir/coblib/libfhutil.a /opt/cobol/cobdir/coblib/libhpcobol.1 /opt/cobol/cobdir/coblib/libisstubs.1 /opt/cobol/cobdir/coblib/libosx.1 /opt/cobol/cobdir/coblib/libosx.a /opt/cobol/cobdir/coblib/libscreen.1 /opt/cobol/cobdir/coblib/libscreen.a /opt/cobol/cobdir/coblib/libsupp.1 /opt/cobol/cobdir/coblib/libsupp.a /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/en/fs.lng /opt/cobol/cobdir/lang/en/fsclose.lng /opt/cobol/cobdir/lang/en/idxcheck.lng /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/mfsort /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/ADIS.gnt: ADIS 97020621033550 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADIS 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 97020620101916 GNB-027056000AA PA- RISC ncg B.10.35 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 97020621034666 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.39(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 97020621035111 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISINIT 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 97020621035512 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 97020621035989 GNB-059056000AA PA- RISC ncg B.10.35 Vrn ADISKEY 3.5.39(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 97020621041154 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0302 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 97020621045066 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 8001 04Jan95 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 97020621045569 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 8001 04Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 97020621055267 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 97012820154961 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 97020620270670 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 97020621051338 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 97020621052537 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 97020620121914 GNB-027056000AA PA- RISC ncg B.10.35 Vrn KEYBCF V1.1.18 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 97012820074804 GNB-027056000AA PA- RISC ncg B.10.35 PAN 4.1.03 16Mar95 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 97020621050402 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 800 10Apr95 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 97020621045980 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME80602Mar95 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 97020621050878 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 8006 03May95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 97020621054454 GNB-027056000AA PA- RISC ncg B.10.35 CHK056 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 97020621054876 GNB-046056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 97020620161205 GNB-046056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/banner.gnt: banner 97012820425676 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 97012820554520 GNB-030056000AA PA- RISC ncg B.10.35 rbldmain 97012820554908 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 rbldsub 97012820555354 GNB-030056000AA PA- RISC ncg B.10.35 mscvsub 97012820555708 GNB-030056000AA PA- RISC ncg B.10.35 cdfh 97012820560046 GNB-030056000AA PA- RISC ncg B.10.35 idxcheck 97012820560508 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 97012820481818 GNB-027056000AA PA- RISC ncg B.10.35 chkmenu 97012820480582 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cobidbcs.gnt: cobidbcs 97020621061264 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 97020621060372 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 97020619581555 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 97020619582542 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 97020619582942 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 97020619583316 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 97020619583806 GNB-059056000AA PA- RISC ncg B.10.35 mFFH 97020620011606 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 97020620013578 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH 97020619595490 GNB-027056000AA PA- RISC ncg B.10.35 PANELS 97020619592561 GNB-027056000AA PA- RISC ncg B.10.35 direct2 97020620062162 GNB-027056000AA PA- RISC ncg B.10.35 mfconfig 97020620074909 GNB-027056000AA PA- RISC ncg B.10.35 cobintfn 97020620070851 GNB-027056000AA PA- RISC ncg B.10.35 cobidbcs 97020620071733 GNB-027056000AA PA- RISC ncg B.10.35 _CLASS 97020620054353 GNB-027056000AA PA- RISC ncg B.10.35 _CODESET 97020620054677 GNB-046056000AA PA- RISC ncg B.10.35 fcossec 97020620045710 GNB-027056000AA PA- RISC ncg B.10.35 CHECKFIL 97020620055017 GNB-027056000AA PA- RISC ncg B.10.35 COBWIN2 97020620082190 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 97020620013952 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME 97020620014438 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 97020620014821 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 97020620015257 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 97020620015677 GNB-027056000AA PA- RISC ncg B.10.35 mfini 97020620075633 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR 97020620044680 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 97020620083114 GNB-027056000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 ESDSFH 97020620033842 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 97020620000110 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0302 cobintfn 97020620072324 GNB-027056000AA PA- RISC ncg B.10.35 COBINTFN 2.8.009 xeifun.c 1.1 cobidbcs 97020620073046 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 _CLASS 97020620055356 GNB-027056000AA PA- RISC ncg B.10.35 CHK056 CHECKFIL 97020620060038 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 97020620030247 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 8001 04Jan94 FHREDIR 97020620050472 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV fcossec 97020620051750 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 97020620020869 GNB-027056000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 xeextern.c 1.4 _CODESET 97020620055707 GNB-046056000AA PA- RISC ncg B.10.35 XFHLABEL 97020620032522 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 800 10Apr95 XFHNAME 97020620032131 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME80602Mar95 XFHTRACE 97020620033447 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 8006 03May95 mfini 97020620080920 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 97020619584950 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 97020619585927 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 97020619590318 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 97020619590695 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 97020619591129 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 97020619593304 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 97020620080269 GNB-027056000AA PA- RISC ncg B.10.35 VrnMCF 002003016nrV xedyncbl.c 1.4 xedynstr.c 1.11 direct2 97020620063986 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 97020620024846 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 97020619581555 GNB-059056000AA PA- RISC ncg B.10.35 ADISDYNA 97020619582542 GNB-059056000AA PA- RISC ncg B.10.35 ADISINIT 97020619582942 GNB-059056000AA PA- RISC ncg B.10.35 ADISKEY 97020619583316 GNB-027056000AA PA- RISC ncg B.10.35 ADISKEY2 97020619583806 GNB-059056000AA PA- RISC ncg B.10.35 mFFH 97020620011606 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC001 97020620013578 GNB-027056000AA PA- RISC ncg B.10.35 BTR2XFH 97020619595490 GNB-027056000AA PA- RISC ncg B.10.35 PANELS 97020619592561 GNB-027056000AA PA- RISC ncg B.10.35 direct2 97020620062162 GNB-027056000AA PA- RISC ncg B.10.35 mfconfig 97020620074909 GNB-027056000AA PA- RISC ncg B.10.35 cobintfn 97020620070851 GNB-027056000AA PA- RISC ncg B.10.35 cobidbcs 97020620071733 GNB-027056000AA PA- RISC ncg B.10.35 _CLASS 97020620054353 GNB-027056000AA PA- RISC ncg B.10.35 _CODESET 97020620054677 GNB-046056000AA PA- RISC ncg B.10.35 fcossec 97020620045710 GNB-027056000AA PA- RISC ncg B.10.35 CHECKFIL 97020620055017 GNB-027056000AA PA- RISC ncg B.10.35 COBWIN2 97020620082190 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC003 97020620013952 GNB-027056000AA PA- RISC ncg B.10.35 XFHNAME 97020620014438 GNB-027056000AA PA- RISC ncg B.10.35 XFHLABEL 97020620014821 GNB-027056000AA PA- RISC ncg B.10.35 XFHTRACE 97020620015257 GNB-027056000AA PA- RISC ncg B.10.35 ESDSFH 97020620015677 GNB-027056000AA PA- RISC ncg B.10.35 mfini 97020620075633 GNB-027056000AA PA- RISC ncg B.10.35 FHREDIR 97020620044680 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 97020620155431 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/commi.gnt: commi 97020620103975 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 97020620104571 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 97020620275175 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 97020620432762 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 97020620442647 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 97020620444846 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 97020620435495 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 97020620440099 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 97020620443911 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 97020620435019 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 97020620441703 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 97020620441308 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 97020620444340 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 97020620445292 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 97020620463885 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 97020621053746 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 97020620311448 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 97020620311920 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fs: fs 97020620315070 GNB-027056000AA PA- RISC ncg B.10.35 fsinst 97020620315875 GNB-027056000AA PA- RISC ncg B.10.35 fsinstpw 97020620320528 GNB-027056000AA PA- RISC ncg B.10.35 fspthnam 97020620321069 GNB-027056000AA PA- RISC ncg B.10.35 fsrcvr 97020620321701 GNB-027056000AA PA- RISC ncg B.10.35 fsseclog 97020620322378 GNB-027056000AA PA- RISC ncg B.10.35 fssecopn 97020620322874 GNB-027056000AA PA- RISC ncg B.10.35 fsserver 97020620323938 GNB-027056000AA PA- RISC ncg B.10.35 fsossec 97020620325435 GNB-013056000AA PA- RISC ncg B.10.35 fhrdrpwd 97020620325847 GNB-027056000AA PA- RISC ncg B.10.35 fhxscomp 97020620330389 GNB-027056000AA PA- RISC ncg B.10.35 fs Vrn 8083 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 97020620313961 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 97012820504432 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/fsviewmot: fsview 97020620581635 GNB-027056000AA PA- RISC ncg B.10.35 on-line 97020620332282 GNB-027056000AA PA- RISC ncg B.10.35 onlgui 97020620333398 GNB-027056000AA PA- RISC ncg B.10.35 onlutils 97020620335510 GNB-027056000AA PA- RISC ncg B.10.35 onlutil2 97020620341148 GNB-027056000AA PA- RISC ncg B.10.35 onlevmgr 97020620341668 GNB-027056000AA PA- RISC ncg B.10.35 onldb 97020620342550 GNB-027056000AA PA- RISC ncg B.10.35 hf2eng 97020620114393 GNB-027056000AA PA- RISC ncg B.10.35 onleng 97020620120560 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 97020620123310 GNB-027056000AA PA- RISC ncg B.10.35 fhrdrpwd 97020620325847 GNB-027056000AA PA- RISC ncg B.10.35 fhxscomp 97020620330389 GNB-027056000AA PA- RISC ncg B.10.35 dserrhan 97020620490756 GNB-022053004A9 PA- RISC ncg B.10.35 DSFNTMAP 97020620494192 GNB-022053004A9 PA- RISC ncg B.10.35 DSR0VALP 97020620490222 GNB-022053004A9 PA- RISC ncg B.10.35 dsrun 97020620491780 GNB-030056000AA PA- RISC ncg B.10.35 dsvalrun 97020620493079 GNB-022053004A9 PA- RISC ncg B.10.35 pic4mat 97020620493645 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 97020620113296 GNB-027056000AA PA- RISC ncg B.10.35 Vrn 5.29 nrV /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 97012820195167 GNB-027056000AA PA- RISC ncg B.10.35 ONLENG 5.2.1831Jul95 hyhelp 97012820193820 GNB-027056000AA PA- RISC ncg B.10.35 HYHELP 5.2.1831Jul95 hf2eng 97012820190975 GNB-027056000AA PA- RISC ncg B.10.35 HF2ENG 5.2.1831Jul95 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 97020620115449 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 97020621042720 GNB-027056000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 /opt/cobol/cobdir/name.lbr: name 97012820203029 GNB-027056000AA PA- RISC ncg B.10.35 fndcat 97012820204045 GNB-027056000AA PA- RISC ncg B.10.35 fmtch 97012820204385 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ohbld.lbr: ohbld 97012820545259 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.1.05 nrV ohbldcmd 97012820550482 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/on-line.lbr: on-line 97012820521552 GNB-027056000AA PA- RISC ncg B.10.35 onlgui 97012820522519 GNB-027056000AA PA- RISC ncg B.10.35 ONLGUI 5.2.1831Jul95 onlutils 97012820524481 GNB-027056000AA PA- RISC ncg B.10.35 onlutil2 97012820525966 GNB-027056000AA PA- RISC ncg B.10.35 onlevmgr 97012820530334 GNB-027056000AA PA- RISC ncg B.10.35 onldb 97012820531085 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 97020620352676 GNB-030056000AA PA- RISC ncg B.10.35 rbldmain 97020620345332 GNB-030056000AA PA- RISC ncg B.10.35 rbldsub 97020620345910 GNB-030056000AA PA- RISC ncg B.10.35 mscvsub 97020620350458 GNB-030056000AA PA- RISC ncg B.10.35 cdfh 97020620351171 GNB-030056000AA PA- RISC ncg B.10.35 idxcheck 97020620351812 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 /opt/cobol/cobdir/reporter.lbr: reporter 97012820365032 GNB-027056000AA PA- RISC ncg B.10.35 cwmtxtrd 97012820365459 GNB-027056000AA PA- RISC ncg B.10.35 cwpfiler 97012820370023 GNB-027056000AA PA- RISC ncg B.10.35 cwrdates 97012820370685 GNB-027056000AA PA- RISC ncg B.10.35 cwrdescr 97012820371041 GNB-027056000AA PA- RISC ncg B.10.35 cwrgetsl 97012820371447 GNB-027056000AA PA- RISC ncg B.10.35 cwrinit 97012820372022 GNB-027056000AA PA- RISC ncg B.10.35 cwrload 97012820372644 GNB-027056000AA PA- RISC ncg B.10.35 cwrmain 97012820373375 GNB-027056000AA PA- RISC ncg B.10.35 cwrmstrm 97012820374119 GNB-027056000AA PA- RISC ncg B.10.35 cwrprint 97012820374510 GNB-027056000AA PA- RISC ncg B.10.35 cwrslct 97012820374998 GNB-027056000AA PA- RISC ncg B.10.35 cwrslink 97012820375306 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 97020620160715 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 97020620454876 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 97020620452312 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 97020620454340 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 97020620445677 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 97020620450233 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 97020620453531 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 97020620460088 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 97020620451419 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 97020620451035 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 97020620453928 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 97020620455347 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 97020620344818 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 97020620351171 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/idxcheck.o: idxcheck 97020620351812 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 97020620350458 GNB-030056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 97020620345332 GNB-030056000AA PA- RISC ncg B.10.35 RBD 8028 02Oct95 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 97020620345910 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 97020620161628 GNB-027056000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 97012820490216 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 97012820490680 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 97012820491141 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 97012820491725 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 97012820492453 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 97012820493332 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 97012820493671 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 97012820494069 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 97012820494493 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 97012820494808 GNB-027056000AA PA- RISC ncg B.10.35 sysvalrn 97012820495177 GNB-027056000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/utils.lbr: linein 97012820210606 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 97012820205642 GNB-027056000AA PA- RISC ncg B.10.35 CBLDC002 5.2.1831Jul95 mfini 97020620124175 GNB-027056000AA PA- RISC ncg B.10.35 VrnMFI 1.1.03nrV cobidbcs 97012820211751 GNB-027056000AA PA- RISC ncg B.10.35 COBIDBCS 2.8.004 /opt/cobol/cobdir/bin/mfsort: cobrun.c 4.3 /opt/cobol/cobdir/mfsort: mfsort 97020620293903 GNB-027056000AA PA- RISC ncg B.10.35 xeextsm.c 1.1 MFS 3.0.12 /opt/cobol/cobdir/tools.lbr: Vrn Library V8.0.4nrV VrnMCF 002003016nrV cksum(1) Output: 1338824539 108824 /opt/cobol/cobdir/ADIS.gnt 3921692984 110076 /opt/cobol/cobdir/ADISCF.gnt 1137775868 11564 /opt/cobol/cobdir/ADISDYNA.gnt 1994418575 8996 /opt/cobol/cobdir/ADISINIT.gnt 1016786410 10688 /opt/cobol/cobdir/ADISKEY.gnt 285123071 19852 /opt/cobol/cobdir/ADISKEY2.gnt 34156394 31700 /opt/cobol/cobdir/BTR2XFH.gnt 2775271560 8072 /opt/cobol/cobdir/CBLDC001.gnt 909933161 6684 /opt/cobol/cobdir/CBLDC003.gnt 3977625143 5044 /opt/cobol/cobdir/CHECKFIL.gnt 2094886052 62988 /opt/cobol/cobdir/COBWIN2.gnt 1952220647 4152 /opt/cobol/cobdir/DISPCONV.gnt 364279345 12804 /opt/cobol/cobdir/ESDSFH.gnt 991283673 131376 /opt/cobol/cobdir/FHREDIR.gnt 457954340 32352 /opt/cobol/cobdir/KEYBCF.gnt 1114399275 44564 /opt/cobol/cobdir/PANELS.gnt 1560295037 7640 /opt/cobol/cobdir/XFHLABEL.gnt 2389836910 8484 /opt/cobol/cobdir/XFHNAME.gnt 1179646389 12196 /opt/cobol/cobdir/XFHTRACE.gnt 603297693 3552 /opt/cobol/cobdir/_CLASS.gnt 14649984 3852 /opt/cobol/cobdir/_CODESET.gnt 3545257047 9104 /opt/cobol/cobdir/_sqlprld.gnt 3878692978 11232 /opt/cobol/cobdir/banner.gnt 1765031905 32852 /opt/cobol/cobdir/bin/adiscf 225553564 82184 /opt/cobol/cobdir/bin/cob 1649460473 20530 /opt/cobol/cobdir/bin/cobprog 1765031905 32852 /opt/cobol/cobdir/bin/cobrun 715290504 28751 /opt/cobol/cobdir/bin/cobwhat 1617160691 36979 /opt/cobol/cobdir/bin/fed 1765031905 32852 /opt/cobol/cobdir/bin/fhconvert 1765031905 32852 /opt/cobol/cobdir/bin/fhcreate 1765031905 32852 /opt/cobol/cobdir/bin/fhedit 1765031905 32852 /opt/cobol/cobdir/bin/fhinfo 1765031905 32852 /opt/cobol/cobdir/bin/fhrebuild 1765031905 32852 /opt/cobol/cobdir/bin/fhreorg 1765031905 32852 /opt/cobol/cobdir/bin/fhvalidate 1765031905 32852 /opt/cobol/cobdir/bin/forms2 1765031905 32852 /opt/cobol/cobdir/bin/fs 1765031905 32852 /opt/cobol/cobdir/bin/fsviewmot 1765031905 32852 /opt/cobol/cobdir/bin/keybcf 3532373201 20533 /opt/cobol/cobdir/bin/lbrinfo 1765031905 32852 /opt/cobol/cobdir/bin/rebuild 1995754687 138752 /opt/cobol/cobdir/callrb.lbr 1933513558 41111 /opt/cobol/cobdir/ccitcp2 4176994570 171136 /opt/cobol/cobdir/cmenu.lbr 496515427 7460 /opt/cobol/cobdir/cobidbcs.gnt 1676201191 101244 /opt/cobol/cobdir/cobintfn.gnt 1740292652 9880 /opt/cobol/cobdir/coblib/cobcsym 4188899948 3486 /opt/cobol/cobdir/coblib/cobfsym 1554058070 1044 /opt/cobol/cobdir/coblib/hp_allraise.o 3643522408 21348 /opt/cobol/cobdir/coblib/hp_cblthread.o 1547450006 740 /opt/cobol/cobdir/coblib/hp_noasysigs.o 1335006299 1036 /opt/cobol/cobdir/coblib/hp_nosignals.o 3722486808 740 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 3169869671 748 /opt/cobol/cobdir/coblib/hp_raisetidy.o 3814635591 740 /opt/cobol/cobdir/coblib/hp_rtsraise.o 1197033576 740 /opt/cobol/cobdir/coblib/hp_synraise.o 3423130954 2005443 /opt/cobol/cobdir/coblib/libcobol.1 3383709053 2026060 /opt/cobol/cobdir/coblib/libcobol.a 3423130954 2005443 /opt/cobol/cobdir/coblib/libcobol.sl 3977164694 251825 /opt/cobol/cobdir/coblib/libcrtn.1 981963001 287616 /opt/cobol/cobdir/coblib/libcrtn.a 3977164694 251825 /opt/cobol/cobdir/coblib/libcrtn.sl 3919554888 205384 /opt/cobol/cobdir/coblib/libfhutil.1 3881542089 158680 /opt/cobol/cobdir/coblib/libfhutil.a 3919554888 205384 /opt/cobol/cobdir/coblib/libfhutil.sl 3678448539 12303 /opt/cobol/cobdir/coblib/libhpcobol.1 3678448539 12303 /opt/cobol/cobdir/coblib/libhpcobol.sl 711923045 12339 /opt/cobol/cobdir/coblib/libisstubs.1 711923045 12339 /opt/cobol/cobdir/coblib/libisstubs.sl 1195490446 168522 /opt/cobol/cobdir/coblib/libosx.1 1772692344 159532 /opt/cobol/cobdir/coblib/libosx.a 1195490446 168522 /opt/cobol/cobdir/coblib/libosx.sl 3575280266 69874 /opt/cobol/cobdir/coblib/libscreen.1 90408461 64968 /opt/cobol/cobdir/coblib/libscreen.a 3575280266 69874 /opt/cobol/cobdir/coblib/libscreen.sl 2939625465 49340 /opt/cobol/cobdir/coblib/libsupp.1 4293962616 34640 /opt/cobol/cobdir/coblib/libsupp.a 2939625465 49340 /opt/cobol/cobdir/coblib/libsupp.sl 4197970199 134624 /opt/cobol/cobdir/cobsql.gnt 655583886 18068 /opt/cobol/cobdir/commi.gnt 463417243 27320 /opt/cobol/cobdir/comms.gnt 2029930321 6700 /opt/cobol/cobdir/cwrcli.gnt 2502691892 27376 /opt/cobol/cobdir/dialog/DSCOMP.gnt 1865075273 136460 /opt/cobol/cobdir/dialog/DSCRUN.gnt 300044240 14848 /opt/cobol/cobdir/dialog/DSCVALRN.gnt 1496350678 6248 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 471051353 47660 /opt/cobol/cobdir/dialog/DSFLD.gnt 3842015054 8568 /opt/cobol/cobdir/dialog/DSLCONV.gnt 122444922 4344 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt 1896392501 3492 /opt/cobol/cobdir/dialog/DSRUN.gnt 3236369848 6552 /opt/cobol/cobdir/dialog/DSTERM.gnt 3941173826 3324 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 2398887300 6532 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 430899865 18656 /opt/cobol/cobdir/dialog/SSTRAN.gnt 2044898840 46857 /opt/cobol/cobdir/docs/rebuild.1 1914667904 2816 /opt/cobol/cobdir/fcossec.gnt 748727758 3020 /opt/cobol/cobdir/fhrdrpwd.gnt 1683169895 4344 /opt/cobol/cobdir/fhxscomp.gnt 1005163015 370146 /opt/cobol/cobdir/fs 2427107399 5760 /opt/cobol/cobdir/fsclose.gnt 577737578 11904 /opt/cobol/cobdir/fsmgr.lbr 1543337001 26240 /opt/cobol/cobdir/fsview.gs 1076734913 1061606 /opt/cobol/cobdir/fsviewmot 1952634558 20900 /opt/cobol/cobdir/help.gnt 2822568391 15232 /opt/cobol/cobdir/helpname.lbr 3635610354 271232 /opt/cobol/cobdir/hyhelp.lbr 3311247982 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 1715479723 210252 /opt/cobol/cobdir/mFFH.gnt 1558856805 119168 /opt/cobol/cobdir/name.lbr 2487643501 168960 /opt/cobol/cobdir/ohbld.lbr 3256942355 638720 /opt/cobol/cobdir/on-line.lbr 2915641555 4047 /opt/cobol/cobdir/on-line/fsview.hnf 3577633443 706515 /opt/cobol/cobdir/pan2mot 3867127891 205247 /opt/cobol/cobdir/rebuild 1438997025 318080 /opt/cobol/cobdir/reporter.lbr 1847073741 69679 /opt/cobol/cobdir/rts32 1343950168 10952 /opt/cobol/cobdir/sqlinit.gnt 1376456816 22724 /opt/cobol/cobdir/src/dialog/DSCOMP.o 3723398691 126988 /opt/cobol/cobdir/src/dialog/DSCRUN.o 273990504 13892 /opt/cobol/cobdir/src/dialog/DSCVALRN.o 1355406261 5908 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 825520349 45540 /opt/cobol/cobdir/src/dialog/DSFLD.o 3585516036 8056 /opt/cobol/cobdir/src/dialog/DSLCONV.o 2547227725 4180 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o 2568489971 3152 /opt/cobol/cobdir/src/dialog/DSRUN.o 44536807 6116 /opt/cobol/cobdir/src/dialog/DSTERM.o 1681504515 3148 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 2659544288 6108 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 2147296116 139768 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 3380942960 131060 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o 1810428550 2964 /opt/cobol/cobdir/src/rebuild/callrb.o 4153633098 11308 /opt/cobol/cobdir/src/rebuild/cdfh.o 178221439 47200 /opt/cobol/cobdir/src/rebuild/idxcheck.o 3319217549 17020 /opt/cobol/cobdir/src/rebuild/mscvsub.o 3731779431 35336 /opt/cobol/cobdir/src/rebuild/rbldmain.o 3651486180 16380 /opt/cobol/cobdir/src/rebuild/rbldsub.o 577663237 1400 /opt/cobol/cobdir/src/rts/ufhtab.o 3072975755 9516 /opt/cobol/cobdir/src/sql/sqlinit.o 1774332637 235904 /opt/cobol/cobdir/sysrun.lbr 687054242 63616 /opt/cobol/cobdir/utils.lbr 1765031905 32852 /opt/cobol/cobdir/bin/mfsort 1700028974 110734 /opt/cobol/cobdir/mfsort 3838246910 66432 /opt/cobol/cobdir/tools.lbr Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_9042 Equivalent Patches: None Patch Package Size: 12760 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_10179 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_10179.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_10179.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_10179. 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_10179.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_10179.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