Patch Name: PHSS_17565 Patch Description: s700_800 10.20 Cobol/UX RT patch from B.11.30 to B.11.32 Creation Date: 99/07/02 Post Date: 99/07/09 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: COBOL/HP-UX B.11.30 Filesets: COBOLCRT.COBCRT,B.11.30 COBOLRT.COBRT,B.11.30 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_17565 Symptoms: PHSS_17565: 1. rts 114 on subprog call after open of large indexed file 2. rts 213 instead of rts 194 when locking above 1GB 3. HP-PA stack trace failure: cannot shl_load libc 4. $COBDIR/coblib/lib* links are wrong 5. Executables fail with rts 114 if linked -Q -z 6. Sort gets RTS 303 on later, larger sort 7. Unable to run mfsort 8. softlinks in /opt/cobol/coblib/*.sl incorrect PHSS_15427: 1. Unable to run mfsort 2. softlinks in /opt/cobol/coblib/*.sl incorrect Defect Description: PHSS_17565: 1. Accessing a large indexed file sometimes causes malloc arena corruption which can cause a rts 114 error on a subsequent valid call (and/or just about any other rts error/failure). [Chart JAGaa62983] Resolution: Incorrect reuse of an unitialized/freed pointer value was corrected. 2. Record locking was supposed to be restricted to below 1GB on HP-UX, but the lock code did not check and the unlock code did. So locks made above 1GB were never removed, leading to lock exhaustion and a 213 error. [Chart JAGaa63147] Resolution: This (default) behavior was changed and a new "compatability" run-time tuneable (locking_compatability) was added. locking_compatability=3 : locking limit as all other MF platforms + rts error on out of bounds lock locking_compatability=2 : locking limit as all other MF platforms + no rts error on out of bounds lock (HP and MF default) locking_compatability=1 : 1GB (or less) lock limit [this setting restores the HP pre-patch behavior but adds an error check]; error 194 will be reported on any attempt to lock, unlock, or test a record lock outside of the 1GB limit. locking_compatability=0 : 1GB (or less) lock limit [this setting restores the HP pre-patch behavior]; no error will be reported on any attempt to lock, unlock, or test a record lock outside of the 1GB limit. This mode is only for programs that may be currently locking outside of the legal range but which do not experience (or are not concerned with) locks being "leaked" away. Note that with this mode in effect that locks may be "leaked" (be in place, but not be removable), and that access and/or locking outside the 1GB limit may yield unexpected results. 3. Using the run-time tuneable STACK_TRACE=true does not produce a stack trace in B.11.28, instead an error message is produced indicating that libc.sl cannot be loaded. [Chart JAGaa64955] Resolution: The STACK_TRACE option has been modified to look for libcl/libc via SHLIB_PATH first and in the default location second. If acceptable versions cannot be located, a better error message is produced. 4. The symbolic links from $COBDIR/coblib/lib*.sl to the actual libraries pointed at the internal development location of the libraries and not to the installed product location - ld will report library not found. [Chart JAGaa65163] Resolution: The product installation scripts were corrected to build the proper links. 5. A custom COBOL runtime system (RTS) will fail with an RTS 114 error when loading/unloading dynamic native code forms if the ld option -z was used. [Chart JAGaa65315] Resolution: An incorrect deference of a NULL pointer was disabled from the native code loader. 6. The COBOL runtime system was internally using an uninitialized data item to determine where to seek within sort work files; sometimes the value of the uninitialized item causes a runtime error (303 and 114 are most frequently reported) or causes the program to "hang". Even if no error occurs, the result of second and/or subsequent sort operations may be incorrect. [Chart JAGaa66016] Resolution: The code was corrected to only use the data item on the correct path through the code (where it was properly initialized). PHSS_15427: 1. mfsoft files missing from B.11.30 Resolution: The product release process was modified to include all required parts. 2. softlinks in /opt/cobol/coblib/*.sl incorrect Resolution: The installation process was corrected to build the required soft links. SR: 5003371443 5003417048 4701368159 5003392704 5003417121 5003413435 1653284802 5003417121 Patch Files: /opt/cobol/cobdir/ADIS.gnt /opt/cobol/cobdir/ADISCF.gnt /opt/cobol/cobdir/ADISDYNA.gnt /opt/cobol/cobdir/ADISINIT.gnt /opt/cobol/cobdir/ADISKEY.gnt /opt/cobol/cobdir/ADISKEY2.gnt /opt/cobol/cobdir/BTR2XFH.gnt /opt/cobol/cobdir/CBLDC001.gnt /opt/cobol/cobdir/CBLDC003.gnt /opt/cobol/cobdir/CHECKFIL.gnt /opt/cobol/cobdir/COBWIN2.gnt /opt/cobol/cobdir/DISPCONV.gnt /opt/cobol/cobdir/ESDSFH.gnt /opt/cobol/cobdir/FHREDIR.gnt /opt/cobol/cobdir/KEYBCF.gnt /opt/cobol/cobdir/PANELS.gnt /opt/cobol/cobdir/XFHLABEL.gnt /opt/cobol/cobdir/XFHNAME.gnt /opt/cobol/cobdir/XFHTRACE.gnt /opt/cobol/cobdir/_CLASS.gnt /opt/cobol/cobdir/_CODESET.gnt /opt/cobol/cobdir/_sqlprld.gnt /opt/cobol/cobdir/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/mfsort /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/cobxsym /opt/cobol/cobdir/coblib/hp_allraise.o /opt/cobol/cobdir/coblib/hp_cblthread.o /opt/cobol/cobdir/coblib/hp_noasysigs.o /opt/cobol/cobdir/coblib/hp_nosignals.o /opt/cobol/cobdir/coblib/hp_nosynsigs.o /opt/cobol/cobdir/coblib/hp_raisetidy.o /opt/cobol/cobdir/coblib/hp_rtsraise.o /opt/cobol/cobdir/coblib/hp_synraise.o /opt/cobol/cobdir/coblib/libcobol.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/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/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/fsviewmot /opt/cobol/cobdir/help.gnt /opt/cobol/cobdir/help.lbr /opt/cobol/cobdir/helpadcf.lbr /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/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/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/src/ugetput.h /opt/cobol/cobdir/sysrun.lbr /opt/cobol/cobdir/tools.lbr /opt/cobol/cobdir/utils.lbr what(1) Output: /opt/cobol/cobdir/ADIS.gnt: ADIS 99063021260149 GNB-059056000AA PA- RISC ncg B.10.41 Vrn ADIS 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 99063020364138 GNB-027056000AA PA- RISC ncg B.10.41 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 99063021260821 GNB-059056000AA PA- RISC ncg B.10.41 Vrn ADISDYNA 3.5.39(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 99063021261182 GNB-059056000AA PA- RISC ncg B.10.41 Vrn ADISINIT 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 99063021261561 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 99063021261944 GNB-059056000AA PA- RISC ncg B.10.41 Vrn ADISKEY 3.5.39(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 99063021262915 GNB-027056000AA PA- RISC ncg B.10.41 BTR2XFH VRN=0302 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 99063021264781 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC001 8001 04Jan95 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 99063021265149 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC003 8001 04Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 99063021274324 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 99063020345964 GNB-027056000AA PA- RISC ncg B.10.41 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 /opt/cobol/cobdir/DISPCONV.gnt: DISPCONV 99063020454959 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 99063021270658 GNB-027056000AA PA- RISC ncg B.10.41 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 99063021271552 GNB-030056000AA PA- RISC ncg B.10.41 FHREDIR Vrn 8120 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 99063020382424 GNB-027056000AA PA- RISC ncg B.10.41 Vrn KEYBCF V1.1.18 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 99063020280177 GNB-027056000AA PA- RISC ncg B.10.41 PAN 4.1.03 16Mar95 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 99063021265922 GNB-027056000AA PA- RISC ncg B.10.41 XFHLABEL 800 10Apr95 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 99063021265554 GNB-027056000AA PA- RISC ncg B.10.41 XFHNAME80602Mar95 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 99063021270294 GNB-027056000AA PA- RISC ncg B.10.41 XFHTRACE 8006 03May95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 99063021273607 GNB-027056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 99063021274013 GNB-046056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 99063020422543 GNB-046056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/banner.gnt: banner 99063020510450 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/bin/adiscf: cobrun.c 4.3 /opt/cobol/cobdir/bin/cob: cob.c 1.101a (y2k) cob.c 1.101a (y2k) 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/mfsort: cobrun.c 4.3 /opt/cobol/cobdir/bin/rebuild: cobrun.c 4.3 /opt/cobol/cobdir/callrb.lbr: callrb 99063021001260 GNB-030056000AA PA- RISC ncg B.10.41 rbldmain 99063021001439 GNB-030056000AA PA- RISC ncg B.10.41 RBD 8028 02Oct95 rbldsub 99063021001702 GNB-030056000AA PA- RISC ncg B.10.41 mscvsub 99063021001894 GNB-030056000AA PA- RISC ncg B.10.41 cdfh 99063021002072 GNB-030056000AA PA- RISC ncg B.10.41 idxcheck 99063021002300 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43/ech1 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cmenu.lbr: cmenu 99063020544344 GNB-027056000AA PA- RISC ncg B.10.41 chkmenu 99063020543698 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/cobidbcs.gnt: cobidbcs 99063021275843 GNB-030056000AA PA- RISC ncg B.10.41 COBIDBCS 2.8.004 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 99063021275225 GNB-030056000AA PA- RISC ncg B.10.41 COBINTFN 2.7.045 /opt/cobol/cobdir/coblib/cobcsym: None /opt/cobol/cobdir/coblib/cobfsym: None /opt/cobol/cobdir/coblib/cobxsym: None /opt/cobol/cobdir/coblib/hp_allraise.o: None /opt/cobol/cobdir/coblib/hp_cblthread.o: HP COBOL One-Thread Mode Support /opt/cobol/cobdir/coblib/hp_noasysigs.o: None /opt/cobol/cobdir/coblib/hp_nosignals.o: None /opt/cobol/cobdir/coblib/hp_nosynsigs.o: None /opt/cobol/cobdir/coblib/hp_raisetidy.o: None /opt/cobol/cobdir/coblib/hp_rtsraise.o: None /opt/cobol/cobdir/coblib/hp_synraise.o: None /opt/cobol/cobdir/coblib/libcobol.1: MFDB Support xekanjst.c 1.5 ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1a (y2k) 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 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 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 xanim.c 1.5 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 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 Native Code Support ldfindp.c 1.5 Interpreter Support xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 ldcancel.c 1.24 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17a (y2k) 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.25/ech1.a (y2k) rtnlsmsg.c 1.7 xainit.c 1.8 aslmf (aslmf) rev 1.06 mflm (clmf) rev 1.13 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 cxtty.c 1.2 dbanimsc.c 1.1 shrawtty.c 1.5 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 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13a (y2k) gpcblsj.c 1.6 cx91.c 1.14a (y2k) 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/ech1 xegF805.c 1.10 xeintE4.c 1.11/ech1 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.3 oufh.c 1.4/ech2 oufhlock.c 1.6/ech1 oufhossp.c 1.20 ostime.c 1.13 shpalet.c 1.6 xerevec.c 1.11 fhrl.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/ech/ber 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 usercall.c 1.6 fhsort.c 1.35/ech/ber 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 99063020270272 GNB-059056000AA PA- RISC ncg B.10.41 ADISDYNA 99063020270807 GNB-059056000AA PA- RISC ncg B.10.41 ADISINIT 99063020271138 GNB-059056000AA PA- RISC ncg B.10.41 ADISKEY 99063020271436 GNB-027056000AA PA- RISC ncg B.10.41 ADISKEY2 99063020272884 GNB-059056000AA PA- RISC ncg B.10.41 mFFH 99063020291958 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC001 99063020292828 GNB-027056000AA PA- RISC ncg B.10.41 BTR2XFH 99063020282568 GNB-027056000AA PA- RISC ncg B.10.41 PANELS 99063020280508 GNB-027056000AA PA- RISC ncg B.10.41 direct2 99063020333672 GNB-027056000AA PA- RISC ncg B.10.41 mfconfig 99063020343637 GNB-027056000AA PA- RISC ncg B.10.41 cobintfn 99063020341152 GNB-030056000AA PA- RISC ncg B.10.41 cobidbcs 99063020341647 GNB-030056000AA PA- RISC ncg B.10.41 _CLASS 99063020321896 GNB-027056000AA PA- RISC ncg B.10.41 _CODESET 99063020322174 GNB-046056000AA PA- RISC ncg B.10.41 fcossec 99063020312592 GNB-030056000AA PA- RISC ncg B.10.41 CHECKFIL 99063020322451 GNB-027056000AA PA- RISC ncg B.10.41 COBWIN2 99063020350348 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC003 99063020293129 GNB-027056000AA PA- RISC ncg B.10.41 XFHNAME 99063020293432 GNB-027056000AA PA- RISC ncg B.10.41 XFHLABEL 99063020293746 GNB-027056000AA PA- RISC ncg B.10.41 XFHTRACE 99063020294044 GNB-027056000AA PA- RISC ncg B.10.41 ESDSFH 99063020294356 GNB-027056000AA PA- RISC ncg B.10.41 mfini 99063020344196 GNB-027056000AA PA- RISC ncg B.10.41 FHREDIR 99063020311417 GNB-030056000AA PA- RISC ncg B.10.41 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 XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.7.045 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 8120 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 99063020350900 GNB-027056000AA PA- RISC ncg B.10.41 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 ESDSFH 99063020302404 GNB-027056000AA PA- RISC ncg B.10.41 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 99063020282972 GNB-027056000AA PA- RISC ncg B.10.41 BTR2XFH VRN=0302 cobintfn 99063020342031 GNB-030056000AA PA- RISC ncg B.10.41 COBINTFN 2.7.045 xeifun.c 1.1 cobidbcs 99063020342525 GNB-030056000AA PA- RISC ncg B.10.41 COBIDBCS 2.8.004 _CLASS 99063020322950 GNB-027056000AA PA- RISC ncg B.10.41 CHK056 CHECKFIL 99063020324618 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC003 99063020301200 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC003 8001 04Jan94 FHREDIR 99063020313088 GNB-030056000AA PA- RISC ncg B.10.41 FHREDIR Vrn 8120 nrV fcossec 99063020313700 GNB-030056000AA PA- RISC ncg B.10.41 Interpreter Support xeinterp.c 1.17 ldintexp.c 1.1 xeintD4.c 1.1 xeaccdis.c 1.1a (y2k) 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/ech1 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/ech/ber 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/ech/ber mFFH 99063020295042 GNB-027056000AA PA- RISC ncg B.10.41 XFH 8184 B 06Jul95 xeextern.c 1.4 _CODESET 99063020323247 GNB-046056000AA PA- RISC ncg B.10.41 XFHLABEL 99063020301784 GNB-027056000AA PA- RISC ncg B.10.41 XFHLABEL 800 10Apr95 XFHNAME 99063020301495 GNB-027056000AA PA- RISC ncg B.10.41 XFHNAME80602Mar95 XFHTRACE 99063020302089 GNB-027056000AA PA- RISC ncg B.10.41 XFHTRACE 8006 03May95 mfini 99063020345009 GNB-027056000AA PA- RISC ncg B.10.41 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 99063020273541 GNB-059056000AA PA- RISC ncg B.10.41 ADISDYNA 99063020274108 GNB-059056000AA PA- RISC ncg B.10.41 ADISINIT 99063020274414 GNB-059056000AA PA- RISC ncg B.10.41 ADISKEY 99063020274704 GNB-027056000AA PA- RISC ncg B.10.41 ADISKEY2 99063020275033 GNB-059056000AA PA- RISC ncg B.10.41 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 99063020280980 GNB-027056000AA PA- RISC ncg B.10.41 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 99063020344603 GNB-027056000AA PA- RISC ncg B.10.41 VrnMCF 002003016nrV xedyncbl.c 1.4 xedynstr.c 1.11 direct2 99063020334907 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL TestnrV cx91.c 1.14a (y2k) 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.17a (y2k) 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.25/ech1.a (y2k) rtnlsmsg.c 1.7 xainit.c 1.8 aslmf (aslmf) rev 1.06 mflm (clmf) rev 1.13 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 99063020300861 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC001 8001 04Jan95 xegntAE.c 1.1 xegstar.c 1.23 Profiler Support rtprofil.c 1.3 gpprofi.c 1.1 xerun.c 1.15 gpdynldi.c 1.1 gpintrpi.c 1.1 xerecurs.c 1.1 xedrtini.c 1.2 rtsavmc.c 1.4 REV: HP SESD Timebomb Code ldeloc.c 1.16 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/ech1 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.6/ech1 ostime.c 1.13 fhretry.c 1.1 fhstat.c 1.4 fhcbl.c 1.13a (y2k) 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: MFDB Support xekanjst.c 1.5 ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1a (y2k) 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 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 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 xanim.c 1.5 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 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 Native Code Support ldfindp.c 1.5 Interpreter Support xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 ldcancel.c 1.24 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17a (y2k) 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.25/ech1.a (y2k) rtnlsmsg.c 1.7 xainit.c 1.8 aslmf (aslmf) rev 1.06 mflm (clmf) rev 1.13 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 cxtty.c 1.2 dbanimsc.c 1.1 shrawtty.c 1.5 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 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13a (y2k) gpcblsj.c 1.6 cx91.c 1.14a (y2k) 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/ech1 xegF805.c 1.10 xeintE4.c 1.11/ech1 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.3 oufh.c 1.4/ech2 oufhlock.c 1.6/ech1 oufhossp.c 1.20 ostime.c 1.13 shpalet.c 1.6 xerevec.c 1.11 fhrl.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/ech/ber 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 usercall.c 1.6 fhsort.c 1.35/ech/ber 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 99063020270272 GNB-059056000AA PA- RISC ncg B.10.41 ADISDYNA 99063020270807 GNB-059056000AA PA- RISC ncg B.10.41 ADISINIT 99063020271138 GNB-059056000AA PA- RISC ncg B.10.41 ADISKEY 99063020271436 GNB-027056000AA PA- RISC ncg B.10.41 ADISKEY2 99063020272884 GNB-059056000AA PA- RISC ncg B.10.41 mFFH 99063020291958 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC001 99063020292828 GNB-027056000AA PA- RISC ncg B.10.41 BTR2XFH 99063020282568 GNB-027056000AA PA- RISC ncg B.10.41 PANELS 99063020280508 GNB-027056000AA PA- RISC ncg B.10.41 direct2 99063020333672 GNB-027056000AA PA- RISC ncg B.10.41 mfconfig 99063020343637 GNB-027056000AA PA- RISC ncg B.10.41 cobintfn 99063020341152 GNB-030056000AA PA- RISC ncg B.10.41 cobidbcs 99063020341647 GNB-030056000AA PA- RISC ncg B.10.41 _CLASS 99063020321896 GNB-027056000AA PA- RISC ncg B.10.41 _CODESET 99063020322174 GNB-046056000AA PA- RISC ncg B.10.41 fcossec 99063020312592 GNB-030056000AA PA- RISC ncg B.10.41 CHECKFIL 99063020322451 GNB-027056000AA PA- RISC ncg B.10.41 COBWIN2 99063020350348 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC003 99063020293129 GNB-027056000AA PA- RISC ncg B.10.41 XFHNAME 99063020293432 GNB-027056000AA PA- RISC ncg B.10.41 XFHLABEL 99063020293746 GNB-027056000AA PA- RISC ncg B.10.41 XFHTRACE 99063020294044 GNB-027056000AA PA- RISC ncg B.10.41 ESDSFH 99063020294356 GNB-027056000AA PA- RISC ncg B.10.41 mfini 99063020344196 GNB-027056000AA PA- RISC ncg B.10.41 FHREDIR 99063020311417 GNB-030056000AA PA- RISC ncg B.10.41 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 XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.7.045 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 8120 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.1.1 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.1.1 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.1.1 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 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 copyright.c 1.2 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 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 copyright.c 1.2 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/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/ech1 ccifrnt.c 1.36 nampnet.c 1.14/ech1 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/ech1 ccisleep.c 1.11 ccifrnt.c 1.36 ccinampu.c 1.17 nampnet.c 1.14/ech1 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/ech1 ccifrnt.c 1.36 nampnet.c 1.14/ech1 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 rterror.c 1.21 usercall.c 1.6 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 rterror.c 1.21 usercall.c 1.6 shcalls.c 1.8 nl_cobcmp() $Revision: 6.1 $ /opt/cobol/cobdir/cobsql.gnt: COBSQL 99063020421327 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/commi.gnt: commi 99063020365421 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 99063020365996 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 99063020472117 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 99063021091182 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSCRUN.gnt: DSCRUN 99063021095800 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/dialog/DSCVALRN.gnt: DSCVALRN 99063021101504 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 99063021093559 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 99063021094045 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 99063021100606 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt: DSNLSRTN 99063021093146 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 99063021094987 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 99063021094578 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 99063021101061 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 99063021101980 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 99063021114448 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn SSTRAN (DSCHAR) rev 4 /opt/cobol/cobdir/fcossec.gnt: fcossec 99063021272244 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 99063020562061 GNB-030056000AA PA- RISC ncg B.10.41 fhrdrpwd Vrn 8120 nrV /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 99063020562479 GNB-030056000AA PA- RISC ncg B.10.41 fhxscomp Vrn 8120 nrV /opt/cobol/cobdir/fs: fs 99063020564294 GNB-030056000AA PA- RISC ncg B.10.41 fsinst 99063020565837 GNB-030056000AA PA- RISC ncg B.10.41 fsinstpw 99063020570325 GNB-030056000AA PA- RISC ncg B.10.41 fspthnam 99063020570723 GNB-030056000AA PA- RISC ncg B.10.41 fsrcvr 99063020571244 GNB-030056000AA PA- RISC ncg B.10.41 fsseclog 99063020571760 GNB-030056000AA PA- RISC ncg B.10.41 fssecopn 99063020572166 GNB-030056000AA PA- RISC ncg B.10.41 fsserver 99063020572883 GNB-030056000AA PA- RISC ncg B.10.41 fsossec 99063020573716 GNB-030056000AA PA- RISC ncg B.10.41 fhrdrpwd 99063020573991 GNB-030056000AA PA- RISC ncg B.10.41 fhxscomp 99063020574268 GNB-030056000AA PA- RISC ncg B.10.41 fscmd Vrn 8120 nrV fsinst Vrn 8120 nrV fsinstpw Vrn 8120 nrV fspthnam Vrn 8120 nrV fsrcvr Vrn 8120 nrV fhrdrpwd Vrn 8120 nrV fhrdrpwd Vrn 8120 nrV fs Vrn 8120 nrV fsossec Vrn 8120 nrV fhrdrpwd Vrn 8120 nrV fhxscomp Vrn 8120 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 99063020563533 GNB-030056000AA PA- RISC ncg B.10.41 fsclose Vrn 8120 nrV /opt/cobol/cobdir/fsmgr.lbr: fsmgr 99063020565205 GNB-030056000AA PA- RISC ncg B.10.41 fsmgr Vrn 8120 nrV /opt/cobol/cobdir/fsviewmot: fsview 99063021211155 GNB-027056000AA PA- RISC ncg B.10.41 on-line 99063020584630 GNB-027056000AA PA- RISC ncg B.10.41 onlgui 99063020585219 GNB-027056000AA PA- RISC ncg B.10.41 onlutils 99063020590194 GNB-027056000AA PA- RISC ncg B.10.41 onlutil2 99063020591004 GNB-027056000AA PA- RISC ncg B.10.41 onlevmgr 99063020591343 GNB-027056000AA PA- RISC ncg B.10.41 onldb 99063020591869 GNB-027056000AA PA- RISC ncg B.10.41 hf2eng 99063020374366 GNB-027056000AA PA- RISC ncg B.10.41 onleng 99063020381083 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC002 99063020385343 GNB-027056000AA PA- RISC ncg B.10.41 fhrdrpwd 99063020573991 GNB-030056000AA PA- RISC ncg B.10.41 fhxscomp 99063020574268 GNB-030056000AA PA- RISC ncg B.10.41 dserrhan 99063021135360 GNB-022053004A9 PA- RISC ncg B.10.41 DSFNTMAP 99063021142048 GNB-022053004A9 PA- RISC ncg B.10.41 DSR0VALP 99063021134850 GNB-022053004A9 PA- RISC ncg B.10.41 dsrun 99063021140071 GNB-030056000AA PA- RISC ncg B.10.41 dsvalrun 99063021140897 GNB-022053004A9 PA- RISC ncg B.10.41 pic4mat 99063021141428 GNB-022053004A9 PA- RISC ncg B.10.41 fsview Vrn 1.8.03 nrV ONLGUI 5.2.1831Jul95 HF2ENG 5.2.1831Jul95 ONLENG 5.2.1831Jul95 CBLDC002 5.2.1831Jul95 fhrdrpwd Vrn 8120 nrV fhxscomp Vrn 8120 nrV /opt/cobol/cobdir/help.gnt: help 99063020373105 GNB-027056000AA PA- RISC ncg B.10.41 Vrn 5.29 nrV /opt/cobol/cobdir/help.lbr: None /opt/cobol/cobdir/helpadcf.lbr: None /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 99063020380535 GNB-027056000AA PA- RISC ncg B.10.41 ONLENG 5.2.1831Jul95 hyhelp 99063020375729 GNB-027056000AA PA- RISC ncg B.10.41 HYHELP 5.2.1831Jul95 hf2eng 99063020373846 GNB-027056000AA PA- RISC ncg B.10.41 HF2ENG 5.2.1831Jul95 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 99063020375153 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/mFFH.gnt: mFFH 99063021263874 GNB-027056000AA PA- RISC ncg B.10.41 XFH 8184 B 06Jul95 /opt/cobol/cobdir/mfsort: mfsort 99063020530109 GNB-027056000AA PA- RISC ncg B.10.41 xeextsm.c 1.1 MFS 3.0.12 /opt/cobol/cobdir/name.lbr: name 99063020383162 GNB-027056000AA PA- RISC ncg B.10.41 fndcat 99063020383680 GNB-027056000AA PA- RISC ncg B.10.41 fmtch 99063020383934 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/ohbld.lbr: ohbld 99063020593120 GNB-034053004A9 PA- RISC ncg B.10.41 Vrn 4.1.05 nrV ohbldcmd 99063020593744 GNB-034053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/on-line.lbr: on-line 99063020580021 GNB-027056000AA PA- RISC ncg B.10.41 onlgui 99063020580682 GNB-027056000AA PA- RISC ncg B.10.41 ONLGUI 5.2.1831Jul95 onlutils 99063020581637 GNB-027056000AA PA- RISC ncg B.10.41 onlutil2 99063020582445 GNB-027056000AA PA- RISC ncg B.10.41 onlevmgr 99063020582731 GNB-027056000AA PA- RISC ncg B.10.41 onldb 99063020583194 GNB-027056000AA PA- RISC ncg B.10.41 /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 /opt/cobol/cobdir/rebuild: rebuild 99063021003238 GNB-030056000AA PA- RISC ncg B.10.41 rbldmain 99063020595074 GNB-030056000AA PA- RISC ncg B.10.41 rbldsub 99063020595524 GNB-030056000AA PA- RISC ncg B.10.41 mscvsub 99063020595977 GNB-030056000AA PA- RISC ncg B.10.41 cdfh 99063021000387 GNB-030056000AA PA- RISC ncg B.10.41 idxcheck 99063021000904 GNB-030056000AA PA- RISC ncg B.10.41 RBD 8028 02Oct95 /opt/cobol/cobdir/reporter.lbr: reporter 99063020462508 GNB-027056000AA PA- RISC ncg B.10.41 cwmtxtrd 99063020462774 GNB-027056000AA PA- RISC ncg B.10.41 cwpfiler 99063020463139 GNB-027056000AA PA- RISC ncg B.10.41 cwrdates 99063020463556 GNB-027056000AA PA- RISC ncg B.10.41 cwrdescr 99063020464265 GNB-027056000AA PA- RISC ncg B.10.41 cwrgetsl 99063020464565 GNB-027056000AA PA- RISC ncg B.10.41 cwrinit 99063020464900 GNB-027056000AA PA- RISC ncg B.10.41 cwrload 99063020465289 GNB-027056000AA PA- RISC ncg B.10.41 cwrmain 99063020465706 GNB-027056000AA PA- RISC ncg B.10.41 cwrmstrm 99063020470120 GNB-027056000AA PA- RISC ncg B.10.41 cwrprint 99063020470398 GNB-027056000AA PA- RISC ncg B.10.41 cwrslct 99063020470691 GNB-027056000AA PA- RISC ncg B.10.41 cwrslink 99063020470945 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 99063020422119 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 99063021105700 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSCRUN.o: DSCRUN 99063021103960 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/src/dialog/DSCVALRN.o: DSCVALRN 99063021105304 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 99063021102310 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 99063021102718 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 99063021104628 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o: DSNLSRTN 99063021110753 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 99063021103436 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 99063021103144 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 99063021104941 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 99063021110086 GNB-066054000AA PA- RISC ncg B.10.41 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 99063020594574 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 99063021000387 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/rebuild/idxcheck.o: idxcheck 99063021000904 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 99063020595977 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 99063020595074 GNB-030056000AA PA- RISC ncg B.10.41 RBD 8028 02Oct95 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 99063020595524 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 99063020422856 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/ugetput.h: gpgetput.h 1.2 ugetput.sed 1.1 */ /opt/cobol/cobdir/sysrun.lbr: sysdlgin 99063020552326 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 99063020552643 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 99063020552923 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 99063020553272 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 99063020553681 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 99063020554120 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 99063020554375 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 99063020554697 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 99063020554948 GNB-027056000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 99063020555208 GNB-027056000AA PA- RISC ncg B.10.41 sysvalrn 99063020555435 GNB-027056000AA PA- RISC ncg B.10.41 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 99063020385953 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC002 99063020385161 GNB-027056000AA PA- RISC ncg B.10.41 CBLDC002 5.2.1831Jul95 mfini 99063020390254 GNB-027056000AA PA- RISC ncg B.10.41 VrnMFI 1.1.03nrV cobidbcs 99063020391009 GNB-027056000AA PA- RISC ncg B.10.41 COBIDBCS 2.8.004 cksum(1) Output: 1881163357 107632 /opt/cobol/cobdir/ADIS.gnt 1932068501 107952 /opt/cobol/cobdir/ADISCF.gnt 1325530796 11496 /opt/cobol/cobdir/ADISDYNA.gnt 2754171811 8876 /opt/cobol/cobdir/ADISINIT.gnt 879858060 10676 /opt/cobol/cobdir/ADISKEY.gnt 738900187 19388 /opt/cobol/cobdir/ADISKEY2.gnt 2887334619 30460 /opt/cobol/cobdir/BTR2XFH.gnt 1200474262 8084 /opt/cobol/cobdir/CBLDC001.gnt 1011988094 6160 /opt/cobol/cobdir/CBLDC003.gnt 878716039 4988 /opt/cobol/cobdir/CHECKFIL.gnt 952261025 57928 /opt/cobol/cobdir/COBWIN2.gnt 3274166001 4056 /opt/cobol/cobdir/DISPCONV.gnt 976849861 12184 /opt/cobol/cobdir/ESDSFH.gnt 2314581295 128756 /opt/cobol/cobdir/FHREDIR.gnt 2080376570 32064 /opt/cobol/cobdir/KEYBCF.gnt 4280853168 45188 /opt/cobol/cobdir/PANELS.gnt 3137461045 7508 /opt/cobol/cobdir/XFHLABEL.gnt 3864363795 7860 /opt/cobol/cobdir/XFHNAME.gnt 1245985368 12160 /opt/cobol/cobdir/XFHTRACE.gnt 2235341311 3548 /opt/cobol/cobdir/_CLASS.gnt 1626283293 3840 /opt/cobol/cobdir/_CODESET.gnt 4198887988 9124 /opt/cobol/cobdir/_sqlprld.gnt 2879831985 11140 /opt/cobol/cobdir/banner.gnt 3800648353 36864 /opt/cobol/cobdir/bin/adiscf 4263800944 90112 /opt/cobol/cobdir/bin/cob 1125177259 24576 /opt/cobol/cobdir/bin/cobprog 3800648353 36864 /opt/cobol/cobdir/bin/cobrun 2741436956 32768 /opt/cobol/cobdir/bin/cobwhat 1296067461 45056 /opt/cobol/cobdir/bin/fed 3800648353 36864 /opt/cobol/cobdir/bin/fhconvert 3800648353 36864 /opt/cobol/cobdir/bin/fhcreate 3800648353 36864 /opt/cobol/cobdir/bin/fhedit 3800648353 36864 /opt/cobol/cobdir/bin/fhinfo 3800648353 36864 /opt/cobol/cobdir/bin/fhrebuild 3800648353 36864 /opt/cobol/cobdir/bin/fhreorg 3800648353 36864 /opt/cobol/cobdir/bin/fhvalidate 3800648353 36864 /opt/cobol/cobdir/bin/forms2 3800648353 36864 /opt/cobol/cobdir/bin/fs 3800648353 36864 /opt/cobol/cobdir/bin/fsviewmot 3800648353 36864 /opt/cobol/cobdir/bin/keybcf 1172889315 24576 /opt/cobol/cobdir/bin/lbrinfo 3800648353 36864 /opt/cobol/cobdir/bin/mfsort 3800648353 36864 /opt/cobol/cobdir/bin/rebuild 1667050428 136320 /opt/cobol/cobdir/callrb.lbr 183395000 45056 /opt/cobol/cobdir/ccitcp2 1359215482 166400 /opt/cobol/cobdir/cmenu.lbr 274892290 7468 /opt/cobol/cobdir/cobidbcs.gnt 3795665802 107996 /opt/cobol/cobdir/cobintfn.gnt 1358331205 5224 /opt/cobol/cobdir/coblib/cobcsym 1309495153 1845 /opt/cobol/cobdir/coblib/cobfsym 2765104209 3810 /opt/cobol/cobdir/coblib/cobxsym 3382227629 1108 /opt/cobol/cobdir/coblib/hp_allraise.o 3881769970 22276 /opt/cobol/cobdir/coblib/hp_cblthread.o 541080295 772 /opt/cobol/cobdir/coblib/hp_noasysigs.o 544769934 1108 /opt/cobol/cobdir/coblib/hp_nosignals.o 2051248979 772 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 2238849766 772 /opt/cobol/cobdir/coblib/hp_raisetidy.o 2945876618 772 /opt/cobol/cobdir/coblib/hp_rtsraise.o 1676350675 772 /opt/cobol/cobdir/coblib/hp_synraise.o 2446588863 1990656 /opt/cobol/cobdir/coblib/libcobol.1 2155344373 2042636 /opt/cobol/cobdir/coblib/libcobol.a 2446588863 1990656 /opt/cobol/cobdir/coblib/libcobol.sl 1494532704 258048 /opt/cobol/cobdir/coblib/libcrtn.1 1381606884 281876 /opt/cobol/cobdir/coblib/libcrtn.a 1494532704 258048 /opt/cobol/cobdir/coblib/libcrtn.sl 3452336186 204800 /opt/cobol/cobdir/coblib/libfhutil.1 486329289 166448 /opt/cobol/cobdir/coblib/libfhutil.a 3452336186 204800 /opt/cobol/cobdir/coblib/libfhutil.sl 3835025388 12288 /opt/cobol/cobdir/coblib/libisstubs.1 3835025388 12288 /opt/cobol/cobdir/coblib/libisstubs.sl 4000537761 163840 /opt/cobol/cobdir/coblib/libosx.1 3461252930 155212 /opt/cobol/cobdir/coblib/libosx.a 4000537761 163840 /opt/cobol/cobdir/coblib/libosx.sl 3234384294 69632 /opt/cobol/cobdir/coblib/libscreen.1 636736961 65544 /opt/cobol/cobdir/coblib/libscreen.a 3234384294 69632 /opt/cobol/cobdir/coblib/libscreen.sl 764121201 45056 /opt/cobol/cobdir/coblib/libsupp.1 2244476134 32208 /opt/cobol/cobdir/coblib/libsupp.a 764121201 45056 /opt/cobol/cobdir/coblib/libsupp.sl 451999334 133608 /opt/cobol/cobdir/cobsql.gnt 2620045893 18096 /opt/cobol/cobdir/commi.gnt 307013588 27772 /opt/cobol/cobdir/comms.gnt 517896123 6688 /opt/cobol/cobdir/cwrcli.gnt 3373520626 27224 /opt/cobol/cobdir/dialog/DSCOMP.gnt 1399751403 131584 /opt/cobol/cobdir/dialog/DSCRUN.gnt 4093246391 14760 /opt/cobol/cobdir/dialog/DSCVALRN.gnt 1670144353 6064 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 4273779806 47352 /opt/cobol/cobdir/dialog/DSFLD.gnt 2231422105 8560 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2288305223 4312 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt 2514332044 3488 /opt/cobol/cobdir/dialog/DSRUN.gnt 1868837722 6540 /opt/cobol/cobdir/dialog/DSTERM.gnt 2928446823 3316 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 1866686096 6492 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 1634305852 18632 /opt/cobol/cobdir/dialog/SSTRAN.gnt 788952804 2812 /opt/cobol/cobdir/fcossec.gnt 95401056 3060 /opt/cobol/cobdir/fhrdrpwd.gnt 43283640 4220 /opt/cobol/cobdir/fhxscomp.gnt 2977947655 352256 /opt/cobol/cobdir/fs 2554710600 5760 /opt/cobol/cobdir/fsclose.gnt 3817582198 11904 /opt/cobol/cobdir/fsmgr.lbr 1426935484 1028096 /opt/cobol/cobdir/fsviewmot 445644686 20800 /opt/cobol/cobdir/help.gnt 3609003441 45696 /opt/cobol/cobdir/help.lbr 355455382 28544 /opt/cobol/cobdir/helpadcf.lbr 587289276 15232 /opt/cobol/cobdir/helpname.lbr 2430048698 265728 /opt/cobol/cobdir/hyhelp.lbr 1429084278 5412 /opt/cobol/cobdir/hyhintf.gnt 2921438945 201132 /opt/cobol/cobdir/mFFH.gnt 1242172608 94208 /opt/cobol/cobdir/mfsort 1574376460 116608 /opt/cobol/cobdir/name.lbr 3706436671 166016 /opt/cobol/cobdir/ohbld.lbr 1144918217 628992 /opt/cobol/cobdir/on-line.lbr 2147935869 466944 /opt/cobol/cobdir/pan2mot 4102572699 188416 /opt/cobol/cobdir/rebuild 4132766101 308864 /opt/cobol/cobdir/reporter.lbr 1460922918 53248 /opt/cobol/cobdir/rts32 678208624 10908 /opt/cobol/cobdir/sqlinit.gnt 3389548019 22520 /opt/cobol/cobdir/src/dialog/DSCOMP.o 3499414254 123820 /opt/cobol/cobdir/src/dialog/DSCRUN.o 2635206988 13836 /opt/cobol/cobdir/src/dialog/DSCVALRN.o 2815204310 5784 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 40357340 45388 /opt/cobol/cobdir/src/dialog/DSFLD.o 1606098639 8048 /opt/cobol/cobdir/src/dialog/DSLCONV.o 1291353648 4148 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o 2031575919 3144 /opt/cobol/cobdir/src/dialog/DSRUN.o 606048274 6108 /opt/cobol/cobdir/src/dialog/DSTERM.o 514239717 3144 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 367833361 6060 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 1310275113 139120 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 896834709 130804 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o 3196530565 2952 /opt/cobol/cobdir/src/rebuild/callrb.o 2946213075 11232 /opt/cobol/cobdir/src/rebuild/cdfh.o 2546028878 45424 /opt/cobol/cobdir/src/rebuild/idxcheck.o 2676574859 17012 /opt/cobol/cobdir/src/rebuild/mscvsub.o 3666418434 35256 /opt/cobol/cobdir/src/rebuild/rbldmain.o 3284653242 16212 /opt/cobol/cobdir/src/rebuild/rbldsub.o 1968128078 1412 /opt/cobol/cobdir/src/rts/ufhtab.o 1556611528 9468 /opt/cobol/cobdir/src/sql/sqlinit.o 712563604 11076 /opt/cobol/cobdir/src/ugetput.h 3935957712 231808 /opt/cobol/cobdir/sysrun.lbr 3379977858 66432 /opt/cobol/cobdir/tools.lbr 3520356533 61952 /opt/cobol/cobdir/utils.lbr Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_15427 Equivalent Patches: None Patch Package Size: 12320 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_17565 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_17565.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_17565.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_17565. 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_17565.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_17565.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None