Patch Name: PHSS_17564 Patch Description: s700_800 10.20 Cobol/UX DEV 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: COBOLDEV.COBDEV,B.11.30 COBOLCRT.COBCRT,B.11.30 COBOLRT.COBRT,B.11.30 COBOLTBOX.COBTBOX,B.11.30 COBOLDIAG.COBDIAG,B.11.30 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_17564 Symptoms: PHSS_17564: 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. Cannot run mfsort 6. Executables fail with rts 114 if linked -Q -z 7. Sort gets RTS 303 on later, larger sort 8. RTS 114 with a table with two occurs 9. IF/ADD with PIC 9(17)P in native mode - incorrect result 10. SPZERO causes NCG error 5172 (regression CLLbs12048) 11. Unable to run mfsort 12. softlinks in /opt/cobol/coblib/*.sl incorrect Defect Description: PHSS_17564: 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. The symlink /opt/cobol/cobdir/mfsort correctly pointed at /opt/cobol/cobdir/bin/mfsort, but the actual mfsort executable was not present as /opt/cobol/cobdir/bin/mfsort. [Chart JAGaa65450] Resolution: The product build process control files were modified to include the mfsort executable in the product. 6. 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. 7. 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). 8. The COBOL native code generator generated incorrect code in tables with multiple OCCURS specifications if a table began at a half word boundary; the incorrect code caused a misaligned data access and a 114 error at runtime. [Chart JAGaa65058] Resolution: The code generator was corrected to access the half word aligned data with the appropriate instructions. 9. The COBOL native code generator generated incorrect code for certain arithmetic operations if the SPZERO option was used. [Chart JAGaa64952] Resolution: The code generator was corrected to generate the correct code for these cases. 10. This defect was caused by the first attempt to fix CLLbs12048. [Chart JAGaa64952] Resolution: CLLbs12048 was "re" corrected to fix it and this defect. 11. mfsort files missing from B.11.30 Resolution: The product release process was modified to include all required parts. 12. 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 1653230821 5003417121 5003392704 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/advanim.lbr /opt/cobol/cobdir/analyze.lbr /opt/cobol/cobdir/animator.lbr /opt/cobol/cobdir/animbase.lbr /opt/cobol/cobdir/banner.gnt /opt/cobol/cobdir/bin/adiscf /opt/cobol/cobdir/bin/analyze /opt/cobol/cobdir/bin/anim /opt/cobol/cobdir/bin/animbase /opt/cobol/cobdir/bin/builder /opt/cobol/cobdir/bin/cgen /opt/cobol/cobdir/bin/cob /opt/cobol/cobdir/bin/cobie /opt/cobol/cobdir/bin/cobol /opt/cobol/cobdir/bin/cobprof /opt/cobol/cobdir/bin/cobprog /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/cobwhat /opt/cobol/cobdir/bin/compare /opt/cobol/cobdir/bin/convert3 /opt/cobol/cobdir/bin/convert5 /opt/cobol/cobdir/bin/cwsource /opt/cobol/cobdir/bin/d /opt/cobol/cobdir/bin/designer /opt/cobol/cobdir/bin/ds /opt/cobol/cobdir/bin/editor /opt/cobol/cobdir/bin/fed /opt/cobol/cobdir/bin/fhconvert /opt/cobol/cobdir/bin/fhcreate /opt/cobol/cobdir/bin/fhedit /opt/cobol/cobdir/bin/fhinfo /opt/cobol/cobdir/bin/fhrebuild /opt/cobol/cobdir/bin/fhreorg /opt/cobol/cobdir/bin/fhvalidate /opt/cobol/cobdir/bin/forms2 /opt/cobol/cobdir/bin/fs /opt/cobol/cobdir/bin/fsviewmot /opt/cobol/cobdir/bin/h2cpy /opt/cobol/cobdir/bin/keybcf /opt/cobol/cobdir/bin/lbrinfo /opt/cobol/cobdir/bin/library /opt/cobol/cobdir/bin/mfsort /opt/cobol/cobdir/bin/oldh2cpy /opt/cobol/cobdir/bin/rebuild /opt/cobol/cobdir/bin/reform5 /opt/cobol/cobdir/bin/screens /opt/cobol/cobdir/bin/split78 /opt/cobol/cobdir/bin/tabx /opt/cobol/cobdir/bin/tbox /opt/cobol/cobdir/builder.lbr /opt/cobol/cobdir/callrb.lbr /opt/cobol/cobdir/ccitcp2 /opt/cobol/cobdir/cdi2.gnt /opt/cobol/cobdir/charset.gnt /opt/cobol/cobdir/check /opt/cobol/cobdir/check.lbr /opt/cobol/cobdir/cmenu.lbr /opt/cobol/cobdir/cnvcomp6.gnt /opt/cobol/cobdir/cobcli.lbr /opt/cobol/cobdir/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/conversion/c3sub.gnt /opt/cobol/cobdir/conversion/c5sub.gnt /opt/cobol/cobdir/conversion/convert3.gnt /opt/cobol/cobdir/conversion/convert5.gnt /opt/cobol/cobdir/conversion/reform5.gnt /opt/cobol/cobdir/conversion/tabx.gnt /opt/cobol/cobdir/csimaker.gnt /opt/cobol/cobdir/cwrcli.gnt /opt/cobol/cobdir/cwsource.lbr /opt/cobol/cobdir/d.gnt /opt/cobol/cobdir/demo/coop/animuser.gnt /opt/cobol/cobdir/demo/coop/dbgee.gnt /opt/cobol/cobdir/designer.lbr /opt/cobol/cobdir/dialog/BIGMAC.gnt /opt/cobol/cobdir/dialog/BLOCK.gnt /opt/cobol/cobdir/dialog/DRAW.gnt /opt/cobol/cobdir/dialog/DS-DB.gnt /opt/cobol/cobdir/dialog/DSC.gnt /opt/cobol/cobdir/dialog/DSCOBGEN.gnt /opt/cobol/cobdir/dialog/DSCOMP.gnt /opt/cobol/cobdir/dialog/DSCREENS.gnt /opt/cobol/cobdir/dialog/DSCRUN.gnt /opt/cobol/cobdir/dialog/DSCUADEF.gnt /opt/cobol/cobdir/dialog/DSCUAGEN.gnt /opt/cobol/cobdir/dialog/DSCVALRN.gnt /opt/cobol/cobdir/dialog/DSDATDEF.gnt /opt/cobol/cobdir/dialog/DSDGRP.gnt /opt/cobol/cobdir/dialog/DSDIALCV.gnt /opt/cobol/cobdir/dialog/DSDIALIN.gnt /opt/cobol/cobdir/dialog/DSDIALOG.gnt /opt/cobol/cobdir/dialog/DSDIATRN.gnt /opt/cobol/cobdir/dialog/DSDLGINI.gnt /opt/cobol/cobdir/dialog/DSERRDEF.gnt /opt/cobol/cobdir/dialog/DSERRHAN.gnt /opt/cobol/cobdir/dialog/DSEXPDS.gnt /opt/cobol/cobdir/dialog/DSEXPMES.gnt /opt/cobol/cobdir/dialog/DSEXPORT.gnt /opt/cobol/cobdir/dialog/DSFLD.gnt /opt/cobol/cobdir/dialog/DSFLDNAM.gnt /opt/cobol/cobdir/dialog/DSGETSS.gnt /opt/cobol/cobdir/dialog/DSGROUP.gnt /opt/cobol/cobdir/dialog/DSHEAP.gnt /opt/cobol/cobdir/dialog/DSIMPDS.gnt /opt/cobol/cobdir/dialog/DSIMPFIO.gnt /opt/cobol/cobdir/dialog/DSIMPORT.gnt /opt/cobol/cobdir/dialog/DSLCONV.gnt /opt/cobol/cobdir/dialog/DSNLSRTN.gnt /opt/cobol/cobdir/dialog/DSPARSER.gnt /opt/cobol/cobdir/dialog/DSPFLDCV.gnt /opt/cobol/cobdir/dialog/DSPRINT.gnt /opt/cobol/cobdir/dialog/DSPROT.gnt /opt/cobol/cobdir/dialog/DSRUN.gnt /opt/cobol/cobdir/dialog/DSSYSFMT.gnt /opt/cobol/cobdir/dialog/DSTERM.gnt /opt/cobol/cobdir/dialog/DSTFSM.gnt /opt/cobol/cobdir/dialog/DSTRACER.gnt /opt/cobol/cobdir/dialog/DSTUTOR.exe /opt/cobol/cobdir/dialog/DSTUTOR.gnt /opt/cobol/cobdir/dialog/DSUSRCAL.gnt /opt/cobol/cobdir/dialog/DSUSRFMT.gnt /opt/cobol/cobdir/dialog/DSUXPATH.gnt /opt/cobol/cobdir/dialog/DSUXSYSP.gnt /opt/cobol/cobdir/dialog/DSVALDEF.gnt /opt/cobol/cobdir/dialog/DSVRSCRN.gnt /opt/cobol/cobdir/dialog/ERRHAND.gnt /opt/cobol/cobdir/dialog/FEM.gnt /opt/cobol/cobdir/dialog/FSI.gnt /opt/cobol/cobdir/dialog/FSIHEAP.gnt /opt/cobol/cobdir/dialog/MLOAD.gnt /opt/cobol/cobdir/dialog/MSAVE.gnt /opt/cobol/cobdir/dialog/POPUP.gnt /opt/cobol/cobdir/dialog/SCONFIG.gnt /opt/cobol/cobdir/dialog/SSP.gnt /opt/cobol/cobdir/dialog/SSTRAN.gnt /opt/cobol/cobdir/dialog/VERDISP.gnt /opt/cobol/cobdir/dsmot/ds-edit.gnt /opt/cobol/cobdir/dsmot/ds-errs /opt/cobol/cobdir/dsmot/ds-errs.idx /opt/cobol/cobdir/dsmot/ds.gnt /opt/cobol/cobdir/dsmot/dsd-valp.gnt /opt/cobol/cobdir/dsmot/dsdef /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt /opt/cobol/cobdir/dsmot/dserrhan.gnt /opt/cobol/cobdir/dsmot/dsfntgen.gnt /opt/cobol/cobdir/dsmot/dsfntmap.gnt /opt/cobol/cobdir/dsmot/dsmot /opt/cobol/cobdir/dsmot/dsr-valp.gnt /opt/cobol/cobdir/dsmot/dsrun.gnt /opt/cobol/cobdir/dsmot/dstracer.gnt /opt/cobol/cobdir/dsmot/dstrap.gnt /opt/cobol/cobdir/dsmot/dstrpcrt.gnt /opt/cobol/cobdir/dsmot/dsvalrun.gnt /opt/cobol/cobdir/dsmot/fprompt.gnt /opt/cobol/cobdir/dsmot/lsfonts.gnt /opt/cobol/cobdir/dsmot/mfdir2.gnt /opt/cobol/cobdir/dsmot/pic4mat.gnt /opt/cobol/cobdir/edit.lbr /opt/cobol/cobdir/errmsg.gnt /opt/cobol/cobdir/fcossec.gnt /opt/cobol/cobdir/fhrdrpwd.gnt /opt/cobol/cobdir/fhxscomp.gnt /opt/cobol/cobdir/forms2/FORMS2.gnt /opt/cobol/cobdir/fs /opt/cobol/cobdir/fsclose.gnt /opt/cobol/cobdir/fsmgr.lbr /opt/cobol/cobdir/fsviewmot /opt/cobol/cobdir/gnl.gnt /opt/cobol/cobdir/gntanlz.lbr /opt/cobol/cobdir/h2cpy.gnt /opt/cobol/cobdir/help.gnt /opt/cobol/cobdir/help.lbr /opt/cobol/cobdir/helpadcf.lbr /opt/cobol/cobdir/helpedit.lbr /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/iecobses.gnt /opt/cobol/cobdir/ieenvvar.gnt /opt/cobol/cobdir/imssuper.gnt /opt/cobol/cobdir/intpinit.gnt /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/mfcsi.lbr /opt/cobol/cobdir/mfdir2.lbr /opt/cobol/cobdir/mfsort /opt/cobol/cobdir/name.lbr /opt/cobol/cobdir/ncg /opt/cobol/cobdir/ohbld.lbr /opt/cobol/cobdir/oldh2cpy.gnt /opt/cobol/cobdir/on-line.lbr /opt/cobol/cobdir/painter.lbr /opt/cobol/cobdir/pan2mot /opt/cobol/cobdir/profiler.gnt /opt/cobol/cobdir/rebuild /opt/cobol/cobdir/reporter.lbr /opt/cobol/cobdir/rts32 /opt/cobol/cobdir/screens.lbr /opt/cobol/cobdir/sload.gnt /opt/cobol/cobdir/split78.gnt /opt/cobol/cobdir/sqlinit.gnt /opt/cobol/cobdir/src/dialog/DSC.o /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/DSDLGINI.o /opt/cobol/cobdir/src/dialog/DSERRHAN.o /opt/cobol/cobdir/src/dialog/DSFLD.o /opt/cobol/cobdir/src/dialog/DSGETSS.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/DSTRACER.o /opt/cobol/cobdir/src/dialog/DSUSRCAL.o /opt/cobol/cobdir/src/dialog/DSUXSYSP.o /opt/cobol/cobdir/src/dialog/DSVRSCRN.o /opt/cobol/cobdir/src/dsmot/dserrhan.o /opt/cobol/cobdir/src/dsmot/dsfntmap.o /opt/cobol/cobdir/src/dsmot/dsr-valp.o /opt/cobol/cobdir/src/dsmot/dsrun.o /opt/cobol/cobdir/src/dsmot/dsvalrun.o /opt/cobol/cobdir/src/dsmot/pic4mat.o /opt/cobol/cobdir/src/fs/fhrdrpwd.o /opt/cobol/cobdir/src/fs/fhxscomp.o /opt/cobol/cobdir/src/fs/fs.o /opt/cobol/cobdir/src/fs/fsinst.o /opt/cobol/cobdir/src/fs/fsinstpw.o /opt/cobol/cobdir/src/fs/fsmgr.o /opt/cobol/cobdir/src/fs/fsossec.o /opt/cobol/cobdir/src/fs/fspthnam.o /opt/cobol/cobdir/src/fs/fsrcvr.o /opt/cobol/cobdir/src/fs/fsseclog.o /opt/cobol/cobdir/src/fs/fssecopn.o /opt/cobol/cobdir/src/fs/fsserver.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/animcopy.o /opt/cobol/cobdir/src/sql/check.o /opt/cobol/cobdir/src/sql/checkx.o /opt/cobol/cobdir/src/sql/cp.o /opt/cobol/cobdir/src/sql/headers.o /opt/cobol/cobdir/src/sql/sqlinit.o /opt/cobol/cobdir/src/ugetput.h /opt/cobol/cobdir/sysrun.lbr /opt/cobol/cobdir/tbox.lbr /opt/cobol/cobdir/textmgr.gnt /opt/cobol/cobdir/tools.lbr /opt/cobol/cobdir/txtmgr.gnt /opt/cobol/cobdir/uncg.err /opt/cobol/cobdir/utils.lbr /opt/cobol/cobdir/window1.gnt what(1) Output: /opt/cobol/cobdir/ADIS.gnt: ADIS 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/advanim.lbr: boxdisp 99063020534694 GNB-027056000AA PA- RISC ncg B.10.41 boxfunc 99063020535077 GNB-027056000AA PA- RISC ncg B.10.41 boxprint 99063020535427 GNB-027056000AA PA- RISC ncg B.10.41 ddict 99063020535856 GNB-027056000AA PA- RISC ncg B.10.41 stanim 99063020540350 GNB-027056000AA PA- RISC ncg B.10.41 struct 99063020540699 GNB-027056000AA PA- RISC ncg B.10.41 Struct 4.0.02nrV sload 99063020400153 GNB-030056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/analyze.lbr: ANALYSER 99063020510806 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/animator.lbr: animator 99063020424289 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL 2.1.18nrV animatorx 99063020393734 GNB-075056006AA PA- RISC ncg B.10.41 Anim 4.1.03nrV PANELS 99063020280177 GNB-027056000AA PA- RISC ncg B.10.41 PAN 4.1.03 16Mar95 anmint 99063020414350 GNB-027056000AA PA- RISC ncg B.10.41 Adv 4.0.03nrV /opt/cobol/cobdir/animbase.lbr: anmint 99063020411886 GNB-027056000AA PA- RISC ncg B.10.41 base 4.0.02nrV /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/analyze: cobrun.c 4.3 /opt/cobol/cobdir/bin/anim: cobrun.c 4.3 /opt/cobol/cobdir/bin/animbase: cobrun.c 4.3 /opt/cobol/cobdir/bin/builder: cobrun.c 4.3 /opt/cobol/cobdir/bin/cgen: 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/cobie: cobie.c 3.3 /opt/cobol/cobdir/bin/cobol: cobrun.c 4.3 /opt/cobol/cobdir/bin/cobprof: cobrun.c 4.3 /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/compare: adisctrl.c 1.1 cobkeymp.c 1.1 compare.c 1.2 filehandle.c 1.2 unixkey.c 1.1 m_load.c 1.1 m_exec.c 1.1 /opt/cobol/cobdir/bin/convert3: cobrun.c 4.3 /opt/cobol/cobdir/bin/convert5: cobrun.c 4.3 /opt/cobol/cobdir/bin/cwsource: cobrun.c 4.3 /opt/cobol/cobdir/bin/d: cobrun.c 4.3 /opt/cobol/cobdir/bin/designer: cobrun.c 4.3 /opt/cobol/cobdir/bin/ds: cobrun.c 4.3 /opt/cobol/cobdir/bin/editor: cobrun.c 4.3 /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/h2cpy: cobrun.c 4.3 /opt/cobol/cobdir/bin/keybcf: cobrun.c 4.3 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/bin/library: cobrun.c 4.3 /opt/cobol/cobdir/bin/mfsort: cobrun.c 4.3 /opt/cobol/cobdir/bin/oldh2cpy: cobrun.c 4.3 /opt/cobol/cobdir/bin/rebuild: cobrun.c 4.3 /opt/cobol/cobdir/bin/reform5: cobrun.c 4.3 /opt/cobol/cobdir/bin/screens: cobrun.c 4.3 /opt/cobol/cobdir/bin/split78: cobrun.c 4.3 /opt/cobol/cobdir/bin/tabx: cobrun.c 4.3 /opt/cobol/cobdir/bin/tbox: cobrun.c 4.3 /opt/cobol/cobdir/builder.lbr: builder 99063020475189 GNB-027056000AA PA- RISC ncg B.10.41 CWBUILD V.3.3.01 cwbdconv 99063020475648 GNB-046053000A9 PA- RISC ncg B.10.41 cwbdctrl 99063020480018 GNB-027056000AA PA- RISC ncg B.10.41 cwbddgen 99063020480326 GNB-027056000AA PA- RISC ncg B.10.41 cwbddio 99063020480610 GNB-027056000AA PA- RISC ncg B.10.41 cwbextct 99063020480979 GNB-027056000AA PA- RISC ncg B.10.41 cwbidy 99063020481317 GNB-027056000AA PA- RISC ncg B.10.41 cwbsdi 99063020481588 GNB-027056000AA PA- RISC ncg B.10.41 cwbss2 99063020481869 GNB-027056000AA PA- RISC ncg B.10.41 generate 99063020482094 GNB-027056000AA PA- RISC ncg B.10.41 cwrdescr 99063020482229 GNB-027056000AA PA- RISC ncg B.10.41 /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/cdi2.gnt: cdi2 99063020394865 GNB-027056000AA PA- RISC ncg B.10.41 CDI2 056 000 030 /opt/cobol/cobdir/charset.gnt: charset 99063020514977 GNB-027056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/check: check 99063020424674 GNB-027056000AA PA- RISC ncg B.10.41 checkx 99063020433108 GNB-113056000AA PA- RISC ncg B.10.41 animcopy 99063020420549 GNB-027056000AA PA- RISC ncg B.10.41 cp 99063020405164 GNB-030056000AA PA- RISC ncg B.10.41 CDQ 99063020405655 GNB-030056000AA PA- RISC ncg B.10.41 HEADERS 99063020410769 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL 2.1.18nrV CHK056.011.113nrV CP.056 /opt/cobol/cobdir/check.lbr: check 99063020424502 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL 2.1.18nrV CHK056.011.113nrV animcopy 99063020420163 GNB-027056000AA PA- RISC ncg B.10.41 cp 99063020404485 GNB-030056000AA PA- RISC ncg B.10.41 CP.056 CDQ 99063020404867 GNB-030056000AA PA- RISC ncg B.10.41 HEADERS 99063020410301 GNB-027056000AA PA- RISC ncg B.10.41 /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/cnvcomp6.gnt: cnvcomp6 99063020452086 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/cobcli.lbr: direct2 99063020332234 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL TestnrV cobcli 99063020332613 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL TestnrV lbropen 99063020332944 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL 2.1.18nrV /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/conversion/c3sub.gnt: c3sub 99063020450325 GNB-027056000AA PA- RISC ncg B.10.41 V1.0.26 /opt/cobol/cobdir/conversion/c5sub.gnt: c5sub 99063020453134 GNB-027056000AA PA- RISC ncg B.10.41 V1.0.18 /opt/cobol/cobdir/conversion/convert3.gnt: convert3 99063020451657 GNB-027056000AA PA- RISC ncg B.10.41 C3 V3-002 /opt/cobol/cobdir/conversion/convert5.gnt: convert5 99063020454250 GNB-027056000AA PA- RISC ncg B.10.41 C5 V2-023 /opt/cobol/cobdir/conversion/reform5.gnt: reform5 99063020461402 GNB-027056000AA PA- RISC ncg B.10.41 RDG0009 /opt/cobol/cobdir/conversion/tabx.gnt: tabx 99063020461914 GNB-027056000AA PA- RISC ncg B.10.41 tabx V1.5 /opt/cobol/cobdir/csimaker.gnt: csimaker 99063020395622 GNB-030056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 99063020472117 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/cwsource.lbr: cwsdconv 99063020483484 GNB-027056000AA PA- RISC ncg B.10.41 cwsddio 99063020483784 GNB-027056000AA PA- RISC ncg B.10.41 cwsitems 99063020484091 GNB-027056000AA PA- RISC ncg B.10.41 cwslinks 99063020484347 GNB-027056000AA PA- RISC ncg B.10.41 cwsource 99063020484642 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/d.gnt: d 99063020525594 GNB-027056000AA PA- RISC ncg B.10.41 D 3.2.01 /opt/cobol/cobdir/demo/coop/animuser.gnt: animuser 99063021010422 GNB-011051001A8 PA- RISC ncg B.10.41 /opt/cobol/cobdir/demo/coop/dbgee.gnt: dbgee 99063021010987 GNB-011051001A8 PA- RISC ncg B.10.41 /opt/cobol/cobdir/designer.lbr: cwmenu 99063020485659 GNB-027056000AA PA- RISC ncg B.10.41 cwpdir 99063020485962 GNB-027056000AA PA- RISC ncg B.10.41 cwpoptns 99063020490247 GNB-027056000AA PA- RISC ncg B.10.41 cwpsrch 99063020490463 GNB-027056000AA PA- RISC ncg B.10.41 designer 99063020490709 GNB-027056000AA PA- RISC ncg B.10.41 CWDESIGN V.3.3.01 /opt/cobol/cobdir/dialog/BIGMAC.gnt: BIGMAC 99063021044398 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn BIGMAC (DSCHAR) rev 8 /opt/cobol/cobdir/dialog/BLOCK.gnt: BLOCK0MANIPULATI 99063021045277 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn BLOCK (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DRAW.gnt: DRAW 99063021045716 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DRAW (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DS-DB.gnt: Vrn DIALOG 2.5.57 Bld01 Vrn DSGN-PDL (DSCHAR) rev 2 Vrn DLGN-GDL (DSCHAR) rev 2 DS0DB 99063021083263 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DS-DB (DSCHAR) rev 9 /opt/cobol/cobdir/dialog/DSC.gnt: DSC 99063021050213 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSC (DSCHAR) rev 29 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt: DSCOBGEN 99063021050881 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DS (DSCHAR) rev 12 /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/DSCREENS.gnt: USER0INTERFACE0P 99063021084890 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCREENS (DSCHAR) rev 22 /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/DSCUADEF.gnt: DSCUADEF 99063021051392 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCUADEF (DSCHAR) rev 13 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt: DSCUAGEN 99063021051972 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSCUAGEN (DSCHAR) rev 4 /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/DSDATDEF.gnt: DSDATDEF 99063021052533 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDATDEF (DSCHAR) rev 12 /opt/cobol/cobdir/dialog/DSDGRP.gnt: DSDGRP 99063021053067 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDGRP (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSDIALCV.gnt: DSDIALCV 99063021053482 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDIALCV (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSDIALIN.gnt: DSDIALIN 99063021053960 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDIALIN (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSDIALOG.gnt: Vrn DIALOG 2.5.57 Bld01 Vrn DLGN-GDL (DSCHAR) rev 2 Vrn DSGN-PDL (DSCHAR) rev 2 DSDIALOG 99063021054565 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDIALOG (DSCHAR) rev 22 /opt/cobol/cobdir/dialog/DSDIATRN.gnt: Vrn DIALOG 2.5.57 Bld01 Vrn DSGN-PDL (DSCHAR) rev 2 DSDIATRN 99063021055316 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDIATRN (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSDLGINI.gnt: DSDLGINI 99063021091694 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDLGINI (DSCHAR) rev 9 /opt/cobol/cobdir/dialog/DSERRDEF.gnt: DSERRDEF 99063021055802 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRDEF (DSCHAR) rev 5 /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/DSEXPDS.gnt: DSEXPDS 99063021060379 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSEXPDS (DSCHAR) rev 17 /opt/cobol/cobdir/dialog/DSEXPMES.gnt: DSEXPMES 99063021060924 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSEXPMES (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSEXPORT.gnt: DSEXPORT 99063021061316 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSEXPORT (DSCHAR) rev 6 /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/DSFLDNAM.gnt: DSFLDNAM 99063021061772 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLDNAM (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/DSGETSS.gnt: DSGETSS 99063021062278 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSGETSS (DSCHAR) rev 9 /opt/cobol/cobdir/dialog/DSGROUP.gnt: DSGROUP 99063021062802 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSGROUP (DSCHAR) rev 10 /opt/cobol/cobdir/dialog/DSHEAP.gnt: DSHEAP 99063021063301 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSHEAP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSIMPDS.gnt: DSIMPDS 99063021063960 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSIMPDS (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt: DSIMPFIO 99063021084338 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSIMPFIO (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSIMPORT.gnt: DSIMPORT 99063021065188 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSIMPORT (DSCHAR) rev 6 /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/DSPARSER.gnt: DSPARSER 99063021065576 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSPARSER (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt: DSPFLDCV 99063021065961 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSPFLDCV (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSPRINT.gnt: DSPRINT 99063021071071 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSPRINT (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/DSPROT.gnt: DSPROT 99063021090655 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSPROT (DSCHAR) rev 7 /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/DSSYSFMT.gnt: DSSYSFMT 99063021071658 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSSYSFMT (DSCHAR) rev 5 /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/DSTFSM.gnt: DSTFSM 99063021072054 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTFSM (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/DSTRACER.gnt: DSTRACER 99063021092308 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTRACER (DSCHAR) rev 10 /opt/cobol/cobdir/dialog/DSTUTOR.exe: DSDLGINI 99063021115839 GNB-066054000AA PA- RISC ncg B.10.41 DSDUMMY 99063021120441 GNB-066054000AA PA- RISC ncg B.10.41 DSERRHAN 99063021120783 GNB-066054000AA PA- RISC ncg B.10.41 DSFLD 99063021121870 GNB-066054000AA PA- RISC ncg B.10.41 DSRUN 99063021122347 GNB-066054000AA PA- RISC ncg B.10.41 DSTRACER 99063021122682 GNB-066054000AA PA- RISC ncg B.10.41 DSTUTOR 99063021123028 GNB-066054000AA PA- RISC ncg B.10.41 DSUSRCAL 99063021123330 GNB-066054000AA PA- RISC ncg B.10.41 DSUXPATH 99063021123619 GNB-066054000AA PA- RISC ncg B.10.41 DSUXSYSP 99063021123902 GNB-066054000AA PA- RISC ncg B.10.41 DSCVALRN 99063021124220 GNB-066054000AA PA- RISC ncg B.10.41 DSTERM 99063021124538 GNB-066054000AA PA- RISC ncg B.10.41 DSLCONV 99063021124855 GNB-066054000AA PA- RISC ncg B.10.41 DSCOMP 99063021125221 GNB-066054000AA PA- RISC ncg B.10.41 DSNLSRTN 99063021125577 GNB-066054000AA PA- RISC ncg B.10.41 DSCRUN 99063021130104 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDLGINI (DSCHAR) rev 9 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 Vrn DIALOG 2.5.57 Bld01 Vrn DSTRACER (DSCHAR) rev 10 Vrn DIALOG 2.5.57 Bld01 Vrn DSTUTOR (DSCHAR) rev 4 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXPATH (DSCHAR) rev 4 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/dialog/DSTUTOR.gnt: DSTUTOR 99063021072508 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTUTOR (DSCHAR) rev 4 /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/DSUSRFMT.gnt: DSUSRFMT 99063021072901 GNB-066054000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/dialog/DSUXPATH.gnt: DSUXPATH 99063021073336 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXPATH (DSCHAR) rev 4 /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/DSVALDEF.gnt: DSVALDEF 99063021073814 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSVALDEF (DSCHAR) rev 11 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt: DSVRSCRN 99063021092757 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 /opt/cobol/cobdir/dialog/ERRHAND.gnt: FORMS0ERROR0MESS 99063021074297 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn ERRHAND (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/FEM.gnt: FORMS0EDITING0MA 99063021074787 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn FEM (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/FSI.gnt: FORMS0STORAGE0IN 99063021075367 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn FSI (DSCHAR) rev 16 /opt/cobol/cobdir/dialog/FSIHEAP.gnt: FSIHEAP 99063021075938 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn FSIHEAP (DSCHAR) rev 3 /opt/cobol/cobdir/dialog/MLOAD.gnt: MAVIS0DECOMPILAT 99063021080365 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn MLOAD (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/MSAVE.gnt: MAVIS0COMPILATIO 99063021080820 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn MSAVE (DSCHAR) rev 7 /opt/cobol/cobdir/dialog/POPUP.gnt: POPUP0MENU0PROGR 99063021081269 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn POPUP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/SCONFIG.gnt: SCRNSCFG 99063021081666 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn SCONFIG (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/SSP.gnt: SCREENS0STORAGE0 99063021082187 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn SSP (DSCHAR) rev 5 /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/dialog/VERDISP.gnt: VERDISP 99063021082640 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn VERDISP (DSCHAR) rev 6 /opt/cobol/cobdir/dsmot/ds-edit.gnt: ds-edit 99063021190618 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/ds-errs: None /opt/cobol/cobdir/dsmot/ds-errs.idx: None /opt/cobol/cobdir/dsmot/ds.gnt: ds 99063021191090 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsd-valp.gnt: DSD0VALP 99063021191411 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsdef: Vrn ds-cutil 93.04.30 nrV Vrn ds-look 93.01.14 nrV Vrn ds-style 93.06.24 nrV Vrn ds-lex 93.05.24 nrV Vrn ds-lang 93.06.24 nrV BIGMAC 99063021144016 GNB-013053004A9 PA- RISC ncg B.10.41 bmsrch 99063021144799 GNB-013053004A9 PA- RISC ncg B.10.41 DS0DB 99063021145846 GNB-013053004A9 PA- RISC ncg B.10.41 ds-edit 99063021151371 GNB-013053004A9 PA- RISC ncg B.10.41 ds 99063021151872 GNB-013053004A9 PA- RISC ncg B.10.41 dsabconv 99063021152346 GNB-013053004A9 PA- RISC ncg B.10.41 dsactbar 99063021152945 GNB-013053004A9 PA- RISC ncg B.10.41 dscobgen 99063021153582 GNB-013053004A9 PA- RISC ncg B.10.41 DSD0VALP 99063021154071 GNB-013053004A9 PA- RISC ncg B.10.41 dsdatdef 99063021154708 GNB-013053004A9 PA- RISC ncg B.10.41 DSDIALOG 99063021155596 GNB-013053004A9 PA- RISC ncg B.10.41 DSDLGTBL 99063021160416 GNB-013053004A9 PA- RISC ncg B.10.41 dserrdef 99063021161097 GNB-013053004A9 PA- RISC ncg B.10.41 dserrhan 99063021135360 GNB-022053004A9 PA- RISC ncg B.10.41 dserror 99063021161568 GNB-013053004A9 PA- RISC ncg B.10.41 dsexport 99063021162195 GNB-013053004A9 PA- RISC ncg B.10.41 DSFNTMAP 99063021142048 GNB-022053004A9 PA- RISC ncg B.10.41 dshelp 99063021162931 GNB-013053004A9 PA- RISC ncg B.10.41 DSIMPORT 99063021163568 GNB-013053004A9 PA- RISC ncg B.10.41 dspaint 99063021164644 GNB-013053004A9 PA- RISC ncg B.10.41 DSPASCII 99063021165743 GNB-013053004A9 PA- RISC ncg B.10.41 DSPRINT 99063021170353 GNB-013053004A9 PA- RISC ncg B.10.41 dsquery 99063021170955 GNB-013053004A9 PA- RISC ncg B.10.41 dsr-stub 99063021171419 GNB-013053004A9 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 dstracer 99063021172592 GNB-013053004A9 PA- RISC ncg B.10.41 dstrap 99063021173241 GNB-013053004A9 PA- RISC ncg B.10.41 dstrpcrt 99063021173872 GNB-013053004A9 PA- RISC ncg B.10.41 dsvaldef 99063021174418 GNB-013053004A9 PA- RISC ncg B.10.41 dsvalrun 99063021140897 GNB-022053004A9 PA- RISC ncg B.10.41 fem 99063021175361 GNB-013053004A9 PA- RISC ncg B.10.41 FORMS0STORAGE0IN 99063021180501 GNB-013053004A9 PA- RISC ncg B.10.41 FSISLOAD 99063021181102 GNB-013053004A9 PA- RISC ncg B.10.41 FSISSAVE 99063021181744 GNB-013053004A9 PA- RISC ncg B.10.41 FILEMGR 99063021182521 GNB-001053004A9 PA- RISC ncg B.10.41 pic4mat 99063021141428 GNB-022053004A9 PA- RISC ncg B.10.41 picparse 99063021183541 GNB-013053004A9 PA- RISC ncg B.10.41 FPROMPT 99063021183995 GNB-001053004A9 PA- RISC ncg B.10.41 VrnDATABASE 2.2.22nrV MFDIR a.b.cc /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt: DSDLGTBL 99063021191809 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dserrhan.gnt: dserrhan 99063021192324 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsfntgen.gnt: FNT0GEN 99063021201334 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsfntmap.gnt: DSFNTMAP 99063021201739 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsmot: dsmot.c DS2.2.30 mvg 28jul93 /opt/cobol/cobdir/dsmot/dsr-valp.gnt: DSR0VALP 99063021192684 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsrun.gnt: dsrun 99063021193738 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dstracer.gnt: dstracer 99063021193071 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dstrap.gnt: dstrap 99063021194525 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt: dstrpcrt 99063021194933 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/dsvalrun.gnt: dsvalrun 99063021195275 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/fprompt.gnt: FPROMPT 99063021202138 GNB-001053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/lsfonts.gnt: lsfonts 99063021202568 GNB-013053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/dsmot/mfdir2.gnt: FILEMGR 99063021203206 GNB-001053004A9 PA- RISC ncg B.10.41 MFDIR a.b.cc /opt/cobol/cobdir/dsmot/pic4mat.gnt: pic4mat 99063021195699 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/edit.lbr: edit 99063020511494 GNB-027056000AA PA- RISC ncg B.10.41 mfedit 99063020512379 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/errmsg.gnt: errmsg 99063020395879 GNB-030056000AA PA- RISC ncg B.10.41 CHK056 /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/forms2/FORMS2.gnt: FORMS02 99063020455966 GNB-027056000AA PA- RISC ncg B.10.41 /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/gnl.gnt: gnl 99063020541964 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/gntanlz.lbr: gntanlz 99063020542488 GNB-027056000AA PA- RISC ncg B.10.41 gntcfg 99063020542728 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/h2cpy.gnt: h2cpy 99063020370851 GNB-027056000AA PA- RISC ncg B.10.41 VrnH2CPY devnrV /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/helpedit.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/iecobses.gnt: iecobses 99063020520059 GNB-027056000AA PA- RISC ncg B.10.41 iecobses V3.1.01 /opt/cobol/cobdir/ieenvvar.gnt: ieenvvar 99063020515522 GNB-046053000A9 PA- RISC ncg B.10.41 ieenvvar V3.1.02 /opt/cobol/cobdir/imssuper.gnt: imssuper 99063020562999 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/intpinit.gnt: intpinit 99063020412845 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/mfcsi.lbr: mfcsi 99063020532240 GNB-027056000AA PA- RISC ncg B.10.41 carm 99063020533198 GNB-027056000AA PA- RISC ncg B.10.41 csicfg 99063020533588 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/mfdir2.lbr: mfdir2 99063020503955 GNB-027056000AA PA- RISC ncg B.10.41 MFDIR 3.3.12 mfdir3 99063020504623 GNB-027056000AA PA- RISC ncg B.10.41 MFDIR 3.3.12 fprompt 99063020505511 GNB-027056000AA PA- RISC ncg B.10.41 MFDIR 3.3.12 /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/ncg: HP-UX SLLIC/OPTIMIZER UX.10.20.565 (DART45): 03/19/9 9 PA-RISC ncg ncgver.cbl 1.671.1.3 ncgfil.cbl 1.7 ncgwrk.cbl 1.157 ncga00.cbl 1.82 ncgb00.cbl 1.37 ncgc00.cbl 1.107 ncgi00.cbl 1.20 ncgn00.cbl 1.62 ncgp00.cbl 1.12 ncgq00.cbl 1.36 ncgr00.cbl 1.153 ncgr01.cbl 1.46.1.1 ncgs00.cbl 1.107 tgen.cbl 1.72 ncgblk.tab 1.48 ncglgl.tab 1.13 ncgtbl.tab 1.149.1.1 ncgcmp.tab 1.12 ncgrg2.tab 1.45 ncgrg1.tab 1.54 m68lgx.tab 1.10 m68blx.tab 1.18 m68reg.tab 1.64 m68ctl.tab 1.119 ucdecl.tab 1.3 ucasm.tab 1.55 Ucode Code Generator - UX10.20.70 (DART45 IZ3) (PACG _UX10) ucncg 99063019411383 GNB-105054000AA PA- RISC ncg B.10.41 crtnrr.c 1.8 NCG Wed Jun 30 19:17:47 PDT 1999 (terryt) /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/oldh2cpy.gnt: oldh2cpy 99063020372262 GNB-027056000AA 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/painter.lbr: cwpadd 99063020491531 GNB-027056000AA PA- RISC ncg B.10.41 cwpanel 99063020491844 GNB-027056000AA PA- RISC ncg B.10.41 cwpblock 99063020492126 GNB-027056000AA PA- RISC ncg B.10.41 cwpbreak 99063020492456 GNB-027056000AA PA- RISC ncg B.10.41 cwpdate 99063020492719 GNB-027056000AA PA- RISC ncg B.10.41 cwpderiv 99063020493022 GNB-027056000AA PA- RISC ncg B.10.41 cwpdict 99063020493323 GNB-027056000AA PA- RISC ncg B.10.41 cwpdisp 99063020493552 GNB-027056000AA PA- RISC ncg B.10.41 cwpjem 99063020493856 GNB-027056000AA PA- RISC ncg B.10.41 cwplay 99063020494270 GNB-027056000AA PA- RISC ncg B.10.41 cwplink 99063020494592 GNB-027056000AA PA- RISC ncg B.10.41 cwpolish 99063020494841 GNB-027056000AA PA- RISC ncg B.10.41 cwpscpnt 99063020495125 GNB-027056000AA PA- RISC ncg B.10.41 cwpshow 99063020495478 GNB-027056000AA PA- RISC ncg B.10.41 cwpslct 99063020495732 GNB-027056000AA PA- RISC ncg B.10.41 cwpslink 99063020495961 GNB-027056000AA PA- RISC ncg B.10.41 cwpsort 99063020500238 GNB-027056000AA PA- RISC ncg B.10.41 cwpspecl 99063020500534 GNB-027056000AA PA- RISC ncg B.10.41 cwpstpnt 99063020500811 GNB-027056000AA PA- RISC ncg B.10.41 cwptidy 99063020501088 GNB-027056000AA PA- RISC ncg B.10.41 cwptotal 99063020501324 GNB-027056000AA PA- RISC ncg B.10.41 painter 99063020501686 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/profiler.gnt: PROFILER 99063020460779 GNB-027056000AA PA- RISC ncg B.10.41 Profiler report producer V3.1.2 /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/screens.lbr: USER0INTERFACE0P 99063020521087 GNB-027056000AA PA- RISC ncg B.10.41 BLOCK0MANIPULATI 99063020521514 GNB-027056000AA PA- RISC ncg B.10.41 draw 99063020521815 GNB-027056000AA PA- RISC ncg B.10.41 FORMS0ERROR0MESS 99063020522033 GNB-027056000AA PA- RISC ncg B.10.41 FORMS0EDITING0MA 99063020522294 GNB-027056000AA PA- RISC ncg B.10.41 FORMS0CODE0GENER 99063020522678 GNB-027056000AA PA- RISC ncg B.10.41 FLOAD 99063020523040 GNB-027056000AA PA- RISC ncg B.10.41 FSAVE 99063020523297 GNB-027056000AA PA- RISC ncg B.10.41 FORMS0STORAGE0IN 99063020523596 GNB-027056000AA PA- RISC ncg B.10.41 graphic 99063020523906 GNB-027056000AA PA- RISC ncg B.10.41 screens 99063020524160 GNB-027056000AA PA- RISC ncg B.10.41 Vrn SCREENS 1.4.27 nrVVXEPA/000/000000EXTFH /opt/cobol/cobdir/sload.gnt: sload 99063020400153 GNB-030056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/split78.gnt: split78 99063020371752 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/sqlinit.gnt: sqlinit 99063020422119 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dialog/DSC.o: DSC 99063021111241 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSC (DSCHAR) rev 29 /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/DSDLGINI.o: DSDLGINI 99063021112170 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSDLGINI (DSCHAR) rev 9 /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/DSGETSS.o: DSGETSS 99063021111788 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSGETSS (DSCHAR) rev 9 /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/DSTRACER.o: DSTRACER 99063021112652 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 Vrn DSTRACER (DSCHAR) rev 10 /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/dialog/DSVRSCRN.o: DSVRSCRN 99063021110425 GNB-066054000AA PA- RISC ncg B.10.41 Vrn DIALOG 2.5.57 Bld01 /opt/cobol/cobdir/src/dsmot/dserrhan.o: dserrhan 99063021135360 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dsmot/dsfntmap.o: DSFNTMAP 99063021142048 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dsmot/dsr-valp.o: DSR0VALP 99063021134850 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dsmot/dsrun.o: dsrun 99063021140071 GNB-030056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dsmot/dsvalrun.o: dsvalrun 99063021140897 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/dsmot/pic4mat.o: pic4mat 99063021141428 GNB-022053004A9 PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/fs/fhrdrpwd.o: fhrdrpwd 99063020573991 GNB-030056000AA PA- RISC ncg B.10.41 fhrdrpwd Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fhxscomp.o: fhxscomp 99063020574268 GNB-030056000AA PA- RISC ncg B.10.41 fhxscomp Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fs.o: fs 99063020564294 GNB-030056000AA PA- RISC ncg B.10.41 fscmd Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsinst.o: fsinst 99063020565837 GNB-030056000AA PA- RISC ncg B.10.41 fsinst Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsinstpw.o: fsinstpw 99063020570325 GNB-030056000AA PA- RISC ncg B.10.41 fsinstpw Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsmgr.o: fsmgr 99063020563921 GNB-030056000AA PA- RISC ncg B.10.41 fsmgr Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsossec.o: fsossec 99063020573716 GNB-030056000AA PA- RISC ncg B.10.41 fsossec Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fspthnam.o: fspthnam 99063020570723 GNB-030056000AA PA- RISC ncg B.10.41 fspthnam Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsrcvr.o: fsrcvr 99063020571244 GNB-030056000AA PA- RISC ncg B.10.41 fsrcvr Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsseclog.o: fsseclog 99063020571760 GNB-030056000AA PA- RISC ncg B.10.41 fhrdrpwd Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fssecopn.o: fssecopn 99063020572166 GNB-030056000AA PA- RISC ncg B.10.41 fhrdrpwd Vrn 8120 nrV /opt/cobol/cobdir/src/fs/fsserver.o: fsserver 99063020572883 GNB-030056000AA PA- RISC ncg B.10.41 fs Vrn 8120 nrV /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/animcopy.o: animcopy 99063020420549 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/src/sql/check.o: check 99063020424674 GNB-027056000AA PA- RISC ncg B.10.41 VrnCCL 2.1.18nrV /opt/cobol/cobdir/src/sql/checkx.o: checkx 99063020433108 GNB-113056000AA PA- RISC ncg B.10.41 CHK056.011.113nrV /opt/cobol/cobdir/src/sql/cp.o: cp 99063020405164 GNB-030056000AA PA- RISC ncg B.10.41 CP.056 /opt/cobol/cobdir/src/sql/headers.o: HEADERS 99063020410769 GNB-027056000AA PA- RISC ncg B.10.41 /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/tbox.lbr: tbox 99063020551315 GNB-030056000AA PA- RISC ncg B.10.41 banner 99063020510450 GNB-027056000AA PA- RISC ncg B.10.41 chkmenu 99063020543698 GNB-027056000AA PA- RISC ncg B.10.41 /opt/cobol/cobdir/textmgr.gnt: textmgr 99063020423538 GNB-027056000AA PA- RISC ncg B.10.41 TXTb8.b.cc /opt/cobol/cobdir/tools.lbr: Vrn Library V8.0.4nrV VrnMCF 002003016nrV /opt/cobol/cobdir/txtmgr.gnt: txtmgr 99063020400415 GNB-030056000AA PA- RISC ncg B.10.41 CHK056 /opt/cobol/cobdir/uncg.err: None /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 /opt/cobol/cobdir/window1.gnt: WINDOW1 99063020391977 GNB-027056000AA PA- RISC ncg B.10.41 Vrn COBW 3.2.05 Bld01 Vrn WINDOW1 V3.2 Rev 1.12 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 1785804164 267648 /opt/cobol/cobdir/advanim.lbr 3873661103 20096 /opt/cobol/cobdir/analyze.lbr 1996398404 368512 /opt/cobol/cobdir/animator.lbr 22222240 94336 /opt/cobol/cobdir/animbase.lbr 2879831985 11140 /opt/cobol/cobdir/banner.gnt 3800648353 36864 /opt/cobol/cobdir/bin/adiscf 3800648353 36864 /opt/cobol/cobdir/bin/analyze 3800648353 36864 /opt/cobol/cobdir/bin/anim 3800648353 36864 /opt/cobol/cobdir/bin/animbase 3800648353 36864 /opt/cobol/cobdir/bin/builder 3800648353 36864 /opt/cobol/cobdir/bin/cgen 4263800944 90112 /opt/cobol/cobdir/bin/cob 3774390612 24576 /opt/cobol/cobdir/bin/cobie 3800648353 36864 /opt/cobol/cobdir/bin/cobol 3800648353 36864 /opt/cobol/cobdir/bin/cobprof 1125177259 24576 /opt/cobol/cobdir/bin/cobprog 3800648353 36864 /opt/cobol/cobdir/bin/cobrun 2741436956 32768 /opt/cobol/cobdir/bin/cobwhat 2096310967 135168 /opt/cobol/cobdir/bin/compare 3800648353 36864 /opt/cobol/cobdir/bin/convert3 3800648353 36864 /opt/cobol/cobdir/bin/convert5 3800648353 36864 /opt/cobol/cobdir/bin/cwsource 3800648353 36864 /opt/cobol/cobdir/bin/d 3800648353 36864 /opt/cobol/cobdir/bin/designer 3800648353 36864 /opt/cobol/cobdir/bin/ds 3800648353 36864 /opt/cobol/cobdir/bin/editor 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/h2cpy 3800648353 36864 /opt/cobol/cobdir/bin/keybcf 1172889315 24576 /opt/cobol/cobdir/bin/lbrinfo 3800648353 36864 /opt/cobol/cobdir/bin/library 3800648353 36864 /opt/cobol/cobdir/bin/mfsort 3800648353 36864 /opt/cobol/cobdir/bin/oldh2cpy 3800648353 36864 /opt/cobol/cobdir/bin/rebuild 3800648353 36864 /opt/cobol/cobdir/bin/reform5 3800648353 36864 /opt/cobol/cobdir/bin/screens 3800648353 36864 /opt/cobol/cobdir/bin/split78 3800648353 36864 /opt/cobol/cobdir/bin/tabx 3800648353 36864 /opt/cobol/cobdir/bin/tbox 3805927133 343808 /opt/cobol/cobdir/builder.lbr 1667050428 136320 /opt/cobol/cobdir/callrb.lbr 183395000 45056 /opt/cobol/cobdir/ccitcp2 96374396 84768 /opt/cobol/cobdir/cdi2.gnt 1681244932 4012 /opt/cobol/cobdir/charset.gnt 3054270326 1478656 /opt/cobol/cobdir/check 646825105 527104 /opt/cobol/cobdir/check.lbr 1359215482 166400 /opt/cobol/cobdir/cmenu.lbr 2289533708 4864 /opt/cobol/cobdir/cnvcomp6.gnt 3208012974 91264 /opt/cobol/cobdir/cobcli.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 1843739503 251496 /opt/cobol/cobdir/conversion/c3sub.gnt 3441838861 226636 /opt/cobol/cobdir/conversion/c5sub.gnt 3578669703 39276 /opt/cobol/cobdir/conversion/convert3.gnt 451200472 38316 /opt/cobol/cobdir/conversion/convert5.gnt 2233268155 11680 /opt/cobol/cobdir/conversion/reform5.gnt 1275374398 15784 /opt/cobol/cobdir/conversion/tabx.gnt 3945872594 16104 /opt/cobol/cobdir/csimaker.gnt 517896123 6688 /opt/cobol/cobdir/cwrcli.gnt 964107759 98816 /opt/cobol/cobdir/cwsource.lbr 2747862998 5364 /opt/cobol/cobdir/d.gnt 4073927322 4440 /opt/cobol/cobdir/demo/coop/animuser.gnt 2467151450 16024 /opt/cobol/cobdir/demo/coop/dbgee.gnt 2309217411 155520 /opt/cobol/cobdir/designer.lbr 891321489 57040 /opt/cobol/cobdir/dialog/BIGMAC.gnt 1727804536 13288 /opt/cobol/cobdir/dialog/BLOCK.gnt 2921099002 5188 /opt/cobol/cobdir/dialog/DRAW.gnt 1285867407 126372 /opt/cobol/cobdir/dialog/DS-DB.gnt 155142864 59252 /opt/cobol/cobdir/dialog/DSC.gnt 3794859802 23380 /opt/cobol/cobdir/dialog/DSCOBGEN.gnt 3373520626 27224 /opt/cobol/cobdir/dialog/DSCOMP.gnt 397482447 81040 /opt/cobol/cobdir/dialog/DSCREENS.gnt 1399751403 131584 /opt/cobol/cobdir/dialog/DSCRUN.gnt 3669459039 53924 /opt/cobol/cobdir/dialog/DSCUADEF.gnt 2889040367 42408 /opt/cobol/cobdir/dialog/DSCUAGEN.gnt 4093246391 14760 /opt/cobol/cobdir/dialog/DSCVALRN.gnt 2699655963 47836 /opt/cobol/cobdir/dialog/DSDATDEF.gnt 2779515022 6472 /opt/cobol/cobdir/dialog/DSDGRP.gnt 548806177 13164 /opt/cobol/cobdir/dialog/DSDIALCV.gnt 2271416650 4052 /opt/cobol/cobdir/dialog/DSDIALIN.gnt 414323182 120668 /opt/cobol/cobdir/dialog/DSDIALOG.gnt 3882731101 25036 /opt/cobol/cobdir/dialog/DSDIATRN.gnt 49803640 21908 /opt/cobol/cobdir/dialog/DSDLGINI.gnt 374329740 27016 /opt/cobol/cobdir/dialog/DSERRDEF.gnt 1670144353 6064 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 2072401299 65224 /opt/cobol/cobdir/dialog/DSEXPDS.gnt 1960775044 9188 /opt/cobol/cobdir/dialog/DSEXPMES.gnt 874991912 6604 /opt/cobol/cobdir/dialog/DSEXPORT.gnt 4273779806 47352 /opt/cobol/cobdir/dialog/DSFLD.gnt 1750787088 43720 /opt/cobol/cobdir/dialog/DSFLDNAM.gnt 1600061285 14052 /opt/cobol/cobdir/dialog/DSGETSS.gnt 147823392 58508 /opt/cobol/cobdir/dialog/DSGROUP.gnt 211555764 7312 /opt/cobol/cobdir/dialog/DSHEAP.gnt 3291247431 199132 /opt/cobol/cobdir/dialog/DSIMPDS.gnt 2897758533 4616 /opt/cobol/cobdir/dialog/DSIMPFIO.gnt 1166954038 6084 /opt/cobol/cobdir/dialog/DSIMPORT.gnt 2231422105 8560 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2288305223 4312 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt 1593037103 9624 /opt/cobol/cobdir/dialog/DSPARSER.gnt 1265667377 3888 /opt/cobol/cobdir/dialog/DSPFLDCV.gnt 2210539433 78808 /opt/cobol/cobdir/dialog/DSPRINT.gnt 1082071101 13612 /opt/cobol/cobdir/dialog/DSPROT.gnt 2514332044 3488 /opt/cobol/cobdir/dialog/DSRUN.gnt 2294037424 7592 /opt/cobol/cobdir/dialog/DSSYSFMT.gnt 1868837722 6540 /opt/cobol/cobdir/dialog/DSTERM.gnt 2935489627 7824 /opt/cobol/cobdir/dialog/DSTFSM.gnt 4291234469 28764 /opt/cobol/cobdir/dialog/DSTRACER.gnt 889661514 352256 /opt/cobol/cobdir/dialog/DSTUTOR.exe 3856843229 3788 /opt/cobol/cobdir/dialog/DSTUTOR.gnt 2928446823 3316 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 3829806718 6368 /opt/cobol/cobdir/dialog/DSUSRFMT.gnt 4187903608 3272 /opt/cobol/cobdir/dialog/DSUXPATH.gnt 1866686096 6492 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 2216447755 41556 /opt/cobol/cobdir/dialog/DSVALDEF.gnt 3013064791 3432 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt 1354792347 7628 /opt/cobol/cobdir/dialog/ERRHAND.gnt 1572423216 47616 /opt/cobol/cobdir/dialog/FEM.gnt 2350988685 75116 /opt/cobol/cobdir/dialog/FSI.gnt 1224602555 8484 /opt/cobol/cobdir/dialog/FSIHEAP.gnt 1504594595 18792 /opt/cobol/cobdir/dialog/MLOAD.gnt 3272793589 16976 /opt/cobol/cobdir/dialog/MSAVE.gnt 1132442910 10152 /opt/cobol/cobdir/dialog/POPUP.gnt 2180811233 5492 /opt/cobol/cobdir/dialog/SCONFIG.gnt 397636214 24684 /opt/cobol/cobdir/dialog/SSP.gnt 1634305852 18632 /opt/cobol/cobdir/dialog/SSTRAN.gnt 2718961159 5220 /opt/cobol/cobdir/dialog/VERDISP.gnt 735108688 30784 /opt/cobol/cobdir/dsmot/ds-edit.gnt 3580272365 30296 /opt/cobol/cobdir/dsmot/ds-errs 3043406462 17408 /opt/cobol/cobdir/dsmot/ds-errs.idx 1390182823 3576 /opt/cobol/cobdir/dsmot/ds.gnt 4210749381 5708 /opt/cobol/cobdir/dsmot/dsd-valp.gnt 1648611321 2187264 /opt/cobol/cobdir/dsmot/dsdef 3553601476 19392 /opt/cobol/cobdir/dsmot/dsdlgtbl.gnt 2889391535 5976 /opt/cobol/cobdir/dsmot/dserrhan.gnt 865912129 26668 /opt/cobol/cobdir/dsmot/dsfntgen.gnt 1310623437 6568 /opt/cobol/cobdir/dsmot/dsfntmap.gnt 3952655320 24576 /opt/cobol/cobdir/dsmot/dsmot 2249154963 11100 /opt/cobol/cobdir/dsmot/dsr-valp.gnt 1078064679 152704 /opt/cobol/cobdir/dsmot/dsrun.gnt 3024308216 38072 /opt/cobol/cobdir/dsmot/dstracer.gnt 2520664228 48920 /opt/cobol/cobdir/dsmot/dstrap.gnt 3357233951 10036 /opt/cobol/cobdir/dsmot/dstrpcrt.gnt 3831945397 14836 /opt/cobol/cobdir/dsmot/dsvalrun.gnt 1416072425 5476 /opt/cobol/cobdir/dsmot/fprompt.gnt 3187135998 11892 /opt/cobol/cobdir/dsmot/lsfonts.gnt 2287775248 190396 /opt/cobol/cobdir/dsmot/mfdir2.gnt 807430141 27520 /opt/cobol/cobdir/dsmot/pic4mat.gnt 348689479 365824 /opt/cobol/cobdir/edit.lbr 4166775197 10036 /opt/cobol/cobdir/errmsg.gnt 788952804 2812 /opt/cobol/cobdir/fcossec.gnt 95401056 3060 /opt/cobol/cobdir/fhrdrpwd.gnt 43283640 4220 /opt/cobol/cobdir/fhxscomp.gnt 1500262553 62548 /opt/cobol/cobdir/forms2/FORMS2.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 1310109071 38708 /opt/cobol/cobdir/gnl.gnt 2657556232 26624 /opt/cobol/cobdir/gntanlz.lbr 2312516058 182836 /opt/cobol/cobdir/h2cpy.gnt 445644686 20800 /opt/cobol/cobdir/help.gnt 3609003441 45696 /opt/cobol/cobdir/help.lbr 355455382 28544 /opt/cobol/cobdir/helpadcf.lbr 2100851802 115072 /opt/cobol/cobdir/helpedit.lbr 587289276 15232 /opt/cobol/cobdir/helpname.lbr 2430048698 265728 /opt/cobol/cobdir/hyhelp.lbr 1429084278 5412 /opt/cobol/cobdir/hyhintf.gnt 3293437585 10640 /opt/cobol/cobdir/iecobses.gnt 2139960322 7288 /opt/cobol/cobdir/ieenvvar.gnt 1115252922 61972 /opt/cobol/cobdir/imssuper.gnt 1769120189 7892 /opt/cobol/cobdir/intpinit.gnt 2921438945 201132 /opt/cobol/cobdir/mFFH.gnt 2328410507 170496 /opt/cobol/cobdir/mfcsi.lbr 1013325919 260736 /opt/cobol/cobdir/mfdir2.lbr 1242172608 94208 /opt/cobol/cobdir/mfsort 1574376460 116608 /opt/cobol/cobdir/name.lbr 2133636529 5144576 /opt/cobol/cobdir/ncg 3706436671 166016 /opt/cobol/cobdir/ohbld.lbr 593879586 62040 /opt/cobol/cobdir/oldh2cpy.gnt 1144918217 628992 /opt/cobol/cobdir/on-line.lbr 4000565633 358528 /opt/cobol/cobdir/painter.lbr 2147935869 466944 /opt/cobol/cobdir/pan2mot 3075520593 30024 /opt/cobol/cobdir/profiler.gnt 4102572699 188416 /opt/cobol/cobdir/rebuild 4132766101 308864 /opt/cobol/cobdir/reporter.lbr 1460922918 53248 /opt/cobol/cobdir/rts32 1255440641 333696 /opt/cobol/cobdir/screens.lbr 3943102089 15980 /opt/cobol/cobdir/sload.gnt 1990701004 13400 /opt/cobol/cobdir/split78.gnt 678208624 10908 /opt/cobol/cobdir/sqlinit.gnt 4190343067 55796 /opt/cobol/cobdir/src/dialog/DSC.o 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 910016388 21764 /opt/cobol/cobdir/src/dialog/DSDLGINI.o 2815204310 5784 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 40357340 45388 /opt/cobol/cobdir/src/dialog/DSFLD.o 706300459 12596 /opt/cobol/cobdir/src/dialog/DSGETSS.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 1763493687 27720 /opt/cobol/cobdir/src/dialog/DSTRACER.o 514239717 3144 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 367833361 6060 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 1781918013 3268 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o 4225776895 5692 /opt/cobol/cobdir/src/dsmot/dserrhan.o 3828787500 6328 /opt/cobol/cobdir/src/dsmot/dsfntmap.o 3727640256 10656 /opt/cobol/cobdir/src/dsmot/dsr-valp.o 2070779942 142804 /opt/cobol/cobdir/src/dsmot/dsrun.o 822947333 14032 /opt/cobol/cobdir/src/dsmot/dsvalrun.o 2218068045 26648 /opt/cobol/cobdir/src/dsmot/pic4mat.o 2627005749 2900 /opt/cobol/cobdir/src/fs/fhrdrpwd.o 1959350524 4044 /opt/cobol/cobdir/src/fs/fhxscomp.o 3522049883 35760 /opt/cobol/cobdir/src/fs/fs.o 1923476823 32272 /opt/cobol/cobdir/src/fs/fsinst.o 2962905490 14568 /opt/cobol/cobdir/src/fs/fsinstpw.o 1400176086 11136 /opt/cobol/cobdir/src/fs/fsmgr.o 1613128632 2728 /opt/cobol/cobdir/src/fs/fsossec.o 2365724091 4500 /opt/cobol/cobdir/src/fs/fspthnam.o 2252883871 40040 /opt/cobol/cobdir/src/fs/fsrcvr.o 3452782659 2684 /opt/cobol/cobdir/src/fs/fsseclog.o 3399116753 2744 /opt/cobol/cobdir/src/fs/fssecopn.o 3431522506 159660 /opt/cobol/cobdir/src/fs/fsserver.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 4146632151 9280 /opt/cobol/cobdir/src/sql/animcopy.o 877910889 5404 /opt/cobol/cobdir/src/sql/check.o 3132310559 1361584 /opt/cobol/cobdir/src/sql/checkx.o 2543695608 65368 /opt/cobol/cobdir/src/sql/cp.o 3883090477 18692 /opt/cobol/cobdir/src/sql/headers.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 13585275 217600 /opt/cobol/cobdir/tbox.lbr 3008736878 68492 /opt/cobol/cobdir/textmgr.gnt 3379977858 66432 /opt/cobol/cobdir/tools.lbr 1561263052 15476 /opt/cobol/cobdir/txtmgr.gnt 2305640455 34910 /opt/cobol/cobdir/uncg.err 3520356533 61952 /opt/cobol/cobdir/utils.lbr 498639438 107448 /opt/cobol/cobdir/window1.gnt Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 30990 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_17564 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_17564.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_17564.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_17564. 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_17564.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_17564.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: None