Patch Name: PHSS_11383 Patch Description: s700_800 10.20 Cobol/UX Runtime patch B.11.25 - B.11.28 Creation Date: 97/02/24 Post Date: 97/08/07 Hardware Platforms - OS Releases: s700: 10.20 s800: 10.20 Products: Cobol/HP-UX B.11.25 Filesets: COBOLRT.COBRT,B.11.25 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_11383 Symptoms: PHSS_11383: 1. bad LDH instruction generation 2. rts 153 after PERFORM VARYING ... UNTIL, array size 3. rts 114 on MOVE S9(9) COMP to S9(6) COMP in linkage 4. index procedure pointers do not work in 'LITLINK'd 5. fileshare server aborts with return code 141 6. slow fileshare PERFORMANCE when calling not calling fsync 7. dsmot fails with PANELS2 Init failure 8. COBOL ncg generating store word on pic s9(9) 9. MFCOBOL v4.0 fsviewmot fails with ds-error-code=00010 10. animator fails with rts 173 11. animator fails with rts 173 on msgbox 12. animator hangs with rts 114 13. generator does not respect NOBOUND 14. move function MAX fails with section header 15. additional compiler errors occur on HP build 16. IL520 produces 114 error 17. second invokation of SORT aborts PHSS_10179: 1. checker loops 2. NCG error: ustack not empty (5129) on COMPUTE 3. compiler gives 289-S on SYNC item if -C IBMCOMP 4. rts 153 on ADD of last element of array 5. B.11.25,26: file OPEN fails with file status 35 or 37 if env var. 6. COMPUTE with array element returns wrong value. 7. rts 114 on multiple SORTs; malloc/free problem. 8. -C WRITETHRU (for MF buffer) buffers @ 512 bytes for line sequential files. 9. checker does not always produce an error summary 10. rts 114 occurs when EXTERNAL data items accessed, SQLPROT used. 11. rts 907 Signal/Thread assertion failed - with hp_nosignals.o. 12. compiler loops or compiler error 301-S on INITIALIZE with qualifier. PHSS_9042: 1. rts 200 on READ of redirected file. 2. rts 114 on MOVE array item to non-array, ALIGN=4, S9(10) COMP 3. 2 trace-backs if stack_trace=TRUE and core_dump=TRUE 4. V3.2: checker loops compiling program with syntax error 5. Enhance MF COBOL/UX performance of sequential READs 6. Rounding of COMP-2 to PIC 9(9) is ignored in COMPUTE 7. Native Code floating point performance problems 8. rts 114 when MOVE of array element PIC XX to data item PIC XX; gnt or .o. Defect Description: PHSS_11383: 1. bad LDH instruction generation (24227ITGzz) The code that ncg generates has an extra LDH instruction emitted in the snt code, and causing a signal 10. 2. rts 153 after PERFORM VARYING ... UNTIL, array size (10186) With array bound checking turned on, the runtime generates rts 153. 3. rts 114 on MOVE S9(9) COMP to S9(6) COMP in linkage (10322) When doing a MOVE from a S9(9) field to a S9(6) field, rts 114 is generated. 4. index procedure pointers do not work (02763) Index procedure pointers do not work in 'LITLINK'd objects 5. fileshare server aborts with return code 141 (02695) Fileshare server aborts with return code 141 when using libosx.* 6. slow fileshare PERFORMANCE when calling not calling fsync (02735) Fileshare has an unacceptably slow performance because the code in fhsort.c is calling sync rather than fsync. 7. dsmot fails with PANELS2 Init failure (02555) dsmot fails with PANELS Init failure; error:00009 in $COBDIR/dsmot/dsmot 8. COBOL ncg generating store word on pic s9(9) (10322) COBOL ncg generating store word on pic s9(9) comp 01 linkage - same as 10189 9. MFCOBOL v4.0 fsviewmot fails with ds-error-code=00010 (2744) 10. animator fails with rts 173 (NWB42460) 11. animator fails with rts 173 on msgbox (NWB43656) 12. animator hangs with rts 114 (NWB46381) 13. generator does not respect NOBOUND (CLLel02754) 14. move function MAX fails with section header (CLLel02613) 15. additional compiler errors occur on HP build (CLLel02669) 16. IL520 produces 114 error (CLLel02664) 17. second invokation of SORT aborts (CLLel02765) PHSS_10179: 1. The following program causes checker to loop. identification division. program-id. oops. data division. ^set osvs working-storage section. 01 blart pic s9(9) comp-5. procedure division. stop run. 2. cob compiler causes NCG error. NCG error: ustack not empty (5129) 3. using 11.25/v4.0 MF cobol, getting errors compiling code that used to compile on v3.2. 4. Rts 153 "Subscript out of range" error in MF Cobol 11.26. 5. Cobol Program using COBOL B.11.26 (and B.11.25) may fail opening a file with a file status 35 or 37 if filename is asscociated with an Environment variable. 6. Unable to use subscripted items in a compute staement w/ B.10.41 COBOL. 7. Application which does many sorts dies of runtime error 114. Rerunning with stack trace enabled gives an indication that the failure is occuring in srtexit within the fhsort module. 8. when the test is compiled w/ WRITETHRU, I would expect NO buffering, but I see 512 buffering in V3.2 product. For case w/ NOWRITETHRU, 512 buffring is expected, and it works. In V4.0, I see the same behaviour. 9. When there are compile time errors the native checker only occasionally produces an error summary, an int checker almost always produces an error summary. While this is filed against B.10.25, it is not a regression, the error summary is also inconsistently produced in v31 based native checkers as well. 10. rts 114 occurs when EXTERNAL data items are accessed, if program is compiled with SQLPROT. The error occurs with int and gnt code. The program accesses a DB2 database. The EXTERNAL data items contain the expected data if the program is compiled without SQLPROT. Customer is concerned that if she compiles without SQLPROT, and a transaction is terminated, rollback will not occur correctly. 11. MFCOBOL/UX Runtime error as followings: Execution error : file '' error code: 907, pc=0, call=0, seg=0 907 Signal/Thread assertion failed - Inconsistent internalstate Assertion failed: valid_signal (sig) && (handler != SIG_ERR), file hp_cobolsigs.c, line 475 signal 14 (SIGALRM) is being accessed by COBOL when it should be ignored. PHSS_9042: 1. When the input file is redirected to a pipe using dd_ env wrong error message is generated, with or without status code. 2. A MOVE from an array item, that is subscripted with an S9(10) COMP data item, to a non array item aborts in native code with the following error when compiled with the ALIGN=4 compiler directive: Execution error : file 'program' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 10) 3. When the following run-time flags are turned ON : set stack_trace=TRUE set core_dump=TRUE the user gets two stack traces. 4. Checker hangs, terminates without printing a summary, or gets a runtime error. There have also been problems in the animator caused by this functionality not working well. The animator would typically die with an rts 114. 5. COBOL benchmark using sequential READs is slow. 6. Starting B.10.32, the rounding of floats has changes. 2.5 is being rounded to 2 instead of 3 as before. 7. Using a single complex compute takes 50% more execution time than breaking up the compute and doing extra loads and stores on a temporary variable. It seems that the code generation for floating point arithmetic could be more efficient. 8. rts 114 when moving PIC XX array element to PIC XX. The 114 occurs with gnt or .o but not with int. When the test program is reduced, the problem goes away. SR: 5003334748 5003271379 1653185645 1653113266 1653174771 4701252338 4701287045 4701325431 4701326314 4701329854 5003338335 4701343228 1653198226 5003352724 5003355834 Patch Files: /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/fhconvert /opt/cobol/cobdir/bin/fhcreate /opt/cobol/cobdir/bin/fhedit /opt/cobol/cobdir/bin/fhinfo /opt/cobol/cobdir/bin/fhrebuild /opt/cobol/cobdir/bin/fhreorg /opt/cobol/cobdir/bin/fhvalidate /opt/cobol/cobdir/bin/forms2 /opt/cobol/cobdir/bin/fs /opt/cobol/cobdir/bin/fsviewmot /opt/cobol/cobdir/bin/keybcf /opt/cobol/cobdir/bin/mfsort /opt/cobol/cobdir/bin/rebuild /opt/cobol/cobdir/lang/default/fs.lng /opt/cobol/cobdir/lang/en_US/fs.lng /opt/cobol/cobdir/lang/default/fsclose.lng /opt/cobol/cobdir/lang/en_US/fsclose.lng /opt/cobol/cobdir/lang/default/idxcheck.lng /opt/cobol/cobdir/lang/en_US/idxcheck.lng /opt/cobol/cobdir/coblib/libcobol.sl /opt/cobol/cobdir/coblib/libcrtn.sl /opt/cobol/cobdir/coblib/libfhutil.sl /opt/cobol/cobdir/coblib/libhpcobol.sl /opt/cobol/cobdir/coblib/libisstubs.sl /opt/cobol/cobdir/coblib/libosx.sl /opt/cobol/cobdir/coblib/libscreen.sl /opt/cobol/cobdir/coblib/libsupp.sl /opt/cobol/cobdir/ADIS.gnt /opt/cobol/cobdir/ADISCF.gnt /opt/cobol/cobdir/ADISDYNA.gnt /opt/cobol/cobdir/ADISINIT.gnt /opt/cobol/cobdir/ADISKEY.gnt /opt/cobol/cobdir/ADISKEY2.gnt /opt/cobol/cobdir/BTR2XFH.gnt /opt/cobol/cobdir/CBLDC001.gnt /opt/cobol/cobdir/CBLDC003.gnt /opt/cobol/cobdir/CHECKFIL.gnt /opt/cobol/cobdir/COBWIN2.gnt /opt/cobol/cobdir/DISPCONV.gnt /opt/cobol/cobdir/ESDSFH.gnt /opt/cobol/cobdir/FHREDIR.gnt /opt/cobol/cobdir/KEYBCF.gnt /opt/cobol/cobdir/PANELS.gnt /opt/cobol/cobdir/XFHLABEL.gnt /opt/cobol/cobdir/XFHNAME.gnt /opt/cobol/cobdir/XFHTRACE.gnt /opt/cobol/cobdir/_CLASS.gnt /opt/cobol/cobdir/_CODESET.gnt /opt/cobol/cobdir/_sqlprld.gnt /opt/cobol/cobdir/banner.gnt /opt/cobol/cobdir/bin/adiscf /opt/cobol/cobdir/bin/cob /opt/cobol/cobdir/bin/cobprog /opt/cobol/cobdir/bin/cobwhat /opt/cobol/cobdir/bin/fed /opt/cobol/cobdir/bin/lbrinfo /opt/cobol/cobdir/callrb.lbr /opt/cobol/cobdir/ccitcp2 /opt/cobol/cobdir/cmenu.lbr /opt/cobol/cobdir/cobidbcs.gnt /opt/cobol/cobdir/cobintfn.gnt /opt/cobol/cobdir/coblib/cobcsym /opt/cobol/cobdir/coblib/cobfsym /opt/cobol/cobdir/coblib/hp_allraise.o /opt/cobol/cobdir/coblib/hp_cblthread.o /opt/cobol/cobdir/coblib/hp_noasysigs.o /opt/cobol/cobdir/coblib/hp_nosignals.o /opt/cobol/cobdir/coblib/hp_nosynsigs.o /opt/cobol/cobdir/coblib/hp_raisetidy.o /opt/cobol/cobdir/coblib/hp_rtsraise.o /opt/cobol/cobdir/coblib/hp_synraise.o /opt/cobol/cobdir/coblib/libcobol.1 /opt/cobol/cobdir/coblib/libcobol.a /opt/cobol/cobdir/coblib/libcrtn.1 /opt/cobol/cobdir/coblib/libcrtn.a /opt/cobol/cobdir/coblib/libfhutil.1 /opt/cobol/cobdir/coblib/libfhutil.a /opt/cobol/cobdir/coblib/libhpcobol.1 /opt/cobol/cobdir/coblib/libisstubs.1 /opt/cobol/cobdir/coblib/liblist /opt/cobol/cobdir/coblib/libosx.1 /opt/cobol/cobdir/coblib/libosx.a /opt/cobol/cobdir/coblib/libscreen.1 /opt/cobol/cobdir/coblib/libscreen.a /opt/cobol/cobdir/coblib/libsupp.1 /opt/cobol/cobdir/coblib/libsupp.a /opt/cobol/cobdir/cobsql.gnt /opt/cobol/cobdir/cobver /opt/cobol/cobdir/commi.gnt /opt/cobol/cobdir/comms.gnt /opt/cobol/cobdir/cwrcli.gnt /opt/cobol/cobdir/dialog/DSCOMP.gnt /opt/cobol/cobdir/dialog/DSCRUN.gnt /opt/cobol/cobdir/dialog/DSCVALRN.gnt /opt/cobol/cobdir/dialog/DSERRHAN.gnt /opt/cobol/cobdir/dialog/DSFLD.gnt /opt/cobol/cobdir/dialog/DSLCONV.gnt /opt/cobol/cobdir/dialog/DSNLSRTN.gnt /opt/cobol/cobdir/dialog/DSRUN.gnt /opt/cobol/cobdir/dialog/DSTERM.gnt /opt/cobol/cobdir/dialog/DSUSRCAL.gnt /opt/cobol/cobdir/dialog/DSUXSYSP.gnt /opt/cobol/cobdir/dialog/SSTRAN.gnt /opt/cobol/cobdir/docs/hp_README /opt/cobol/cobdir/docs/hp_relnotes_cbl /opt/cobol/cobdir/docs/osx.1 /opt/cobol/cobdir/docs/readme.1 /opt/cobol/cobdir/docs/rebuild.1 /opt/cobol/cobdir/dsrtever /opt/cobol/cobdir/fcossec.gnt /opt/cobol/cobdir/fhrdrpwd.gnt /opt/cobol/cobdir/fhxscomp.gnt /opt/cobol/cobdir/fs /opt/cobol/cobdir/fsclose.gnt /opt/cobol/cobdir/fsmgr.lbr /opt/cobol/cobdir/fsview.gs /opt/cobol/cobdir/fsviewmot /opt/cobol/cobdir/help.gnt /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/lang/C/fs.lng /opt/cobol/cobdir/lang/C/fsclose.lng /opt/cobol/cobdir/lang/C/idxcheck.lng /opt/cobol/cobdir/lang/en/fs.lng /opt/cobol/cobdir/lang/en/fsclose.lng /opt/cobol/cobdir/lang/en/idxcheck.lng /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/mfsort /opt/cobol/cobdir/name.lbr /opt/cobol/cobdir/ohbld.lbr /opt/cobol/cobdir/on-line.lbr /opt/cobol/cobdir/on-line/fsview.hnf /opt/cobol/cobdir/osxver /opt/cobol/cobdir/pan2mot /opt/cobol/cobdir/rebuild /opt/cobol/cobdir/reporter.lbr /opt/cobol/cobdir/rts32 /opt/cobol/cobdir/sqlinit.gnt /opt/cobol/cobdir/src/dialog/DSCOMP.o /opt/cobol/cobdir/src/dialog/DSCRUN.o /opt/cobol/cobdir/src/dialog/DSCVALRN.o /opt/cobol/cobdir/src/dialog/DSERRHAN.o /opt/cobol/cobdir/src/dialog/DSFLD.o /opt/cobol/cobdir/src/dialog/DSLCONV.o /opt/cobol/cobdir/src/dialog/DSNLSRTN.o /opt/cobol/cobdir/src/dialog/DSRUN.o /opt/cobol/cobdir/src/dialog/DSTERM.o /opt/cobol/cobdir/src/dialog/DSUSRCAL.o /opt/cobol/cobdir/src/dialog/DSUXSYSP.o /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o /opt/cobol/cobdir/src/rebuild/callrb.o /opt/cobol/cobdir/src/rebuild/cdfh.o /opt/cobol/cobdir/src/rebuild/idxcheck.o /opt/cobol/cobdir/src/rebuild/mscvsub.o /opt/cobol/cobdir/src/rebuild/rbldmain.o /opt/cobol/cobdir/src/rebuild/rbldsub.o /opt/cobol/cobdir/src/rts/ufhtab.o /opt/cobol/cobdir/src/sql/sqlinit.o /opt/cobol/cobdir/src/usercall.c /opt/cobol/cobdir/sysrun.lbr /opt/cobol/cobdir/tools.lbr /opt/cobol/cobdir/utils.lbr what(1) Output: /opt/cobol/cobdir/ADIS.gnt: ADIS 97073016154310 GNB-059056000AA PA- RISC ncg v3.2.31 Vrn ADIS 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 97073013261566 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 97073016161738 GNB-059056000AA PA- RISC ncg v3.2.31 Vrn ADISDYNA 3.5.39(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 97073016163184 GNB-059056000AA PA- RISC ncg v3.2.31 Vrn ADISINIT 3.5.39(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 97073016165106 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 97073016170042 GNB-059056000AA PA- RISC ncg v3.2.31 Vrn ADISKEY 3.5.39(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 97073016172997 GNB-027056000AA PA- RISC ncg v3.2.31 BTR2XFH VRN=0302 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 97073016190914 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC001 8001 04Jan95 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 97073016191871 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC003 8001 04Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 97073016220841 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 97073009015733 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 97073014083799 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 97073016201168 GNB-027056000AA PA- RISC ncg v3.2.31 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 97073016204817 GNB-030056000AA PA- RISC ncg v3.2.31 FHREDIR Vrn 8089 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 97073013325439 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn KEYBCF V1.1.18 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 97073002510156 GNB-027056000AA PA- RISC ncg B.10.41 PAN 4.1.03 16Mar95 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 97073016194988 GNB-027056000AA PA- RISC ncg v3.2.31 XFHLABEL 800 10Apr95 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 97073016193086 GNB-027056000AA PA- RISC ncg v3.2.31 XFHNAME80602Mar95 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 97073016200132 GNB-027056000AA PA- RISC ncg v3.2.31 XFHTRACE 8006 03May95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 97073016214279 GNB-027056000AA PA- RISC ncg v3.2.31 CHK056 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 97073016215672 GNB-046056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 97073013452322 GNB-046056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/banner.gnt: banner 97073014222777 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/bin/adiscf: cobrun.c 4.3 /opt/cobol/cobdir/bin/cob: cob.c 1.101 cob.c 1.101 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 /opt/cobol/cobdir/bin/cobprog: cobprog.c 1.4 /opt/cobol/cobdir/bin/cobrun: cobrun.c 4.3 /opt/cobol/cobdir/bin/cobwhat: cobwhat.c version 1.1 /opt/cobol/cobdir/bin/fed: fed.c 1.1 gpgetput.c 1.1 /opt/cobol/cobdir/bin/fhconvert: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhcreate: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhedit: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhinfo: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhrebuild: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhreorg: cobrun.c 4.3 /opt/cobol/cobdir/bin/fhvalidate: cobrun.c 4.3 /opt/cobol/cobdir/bin/forms2: cobrun.c 4.3 /opt/cobol/cobdir/bin/fs: cobrun.c 4.3 /opt/cobol/cobdir/bin/fsviewmot: cobrun.c 4.3 /opt/cobol/cobdir/bin/keybcf: cobrun.c 4.3 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/bin/mfsort: cobrun.c 4.3 /opt/cobol/cobdir/bin/rebuild: cobrun.c 4.3 /opt/cobol/cobdir/callrb.lbr: callrb 97073014565353 GNB-030056000AA PA- RISC ncg v3.2.31 rbldmain 97073014565924 GNB-030056000AA PA- RISC ncg v3.2.31 RBD 8028 02Oct95 rbldsub 97073014570751 GNB-030056000AA PA- RISC ncg v3.2.31 mscvsub 97073014571255 GNB-030056000AA PA- RISC ncg v3.2.31 cdfh 97073014571747 GNB-030056000AA PA- RISC ncg v3.2.31 idxcheck 97073014572457 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43/ech1 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cmenu.lbr: cmenu 97073014374002 GNB-027056000AA PA- RISC ncg v3.2.31 chkmenu 97073014370625 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/cobidbcs.gnt: cobidbcs 97073016225653 GNB-027056000AA PA- RISC ncg v3.2.31 COBIDBCS 2.8.004 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 97073016223262 GNB-027056000AA PA- RISC ncg v3.2.31 COBINTFN 2.8.009 /opt/cobol/cobdir/coblib/cobcsym: None /opt/cobol/cobdir/coblib/cobfsym: None /opt/cobol/cobdir/coblib/hp_allraise.o: None /opt/cobol/cobdir/coblib/hp_cblthread.o: HP COBOL One-Thread Mode Support /opt/cobol/cobdir/coblib/hp_noasysigs.o: None /opt/cobol/cobdir/coblib/hp_nosignals.o: None /opt/cobol/cobdir/coblib/hp_nosynsigs.o: None /opt/cobol/cobdir/coblib/hp_raisetidy.o: None /opt/cobol/cobdir/coblib/hp_rtsraise.o: None /opt/cobol/cobdir/coblib/hp_synraise.o: None /opt/cobol/cobdir/coblib/libcobol.1: xanim.c 1.5 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.5 ldcancel.c 1.24 mmkey.c 1.6 ouerr.c 1.3 rtdeinit.c 1.12 outty.c 1.2 cxtty.c 1.2 Session Support ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.3 shcbl.c 1.12 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.4 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.5 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.2 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.6 xegF801.c 1.1 xegF804.c 1.4 xegF80B.c 1.2 xegF80D.c 1.1 xegF80F.c 1.2 xegntF9.c 1.1 xegntFA.c 1.1 xegntFB.c 1.1 xegntFC.c 1.1 xegstar.c 1.23 cx8b.c 1.1 cxb0.c 1.3 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.4 gposinfo.c 1.5 gppcstub.c 1.1 xeextsm.c 1.1 xerecurs.c 1.1 xeresref.c 1.3 fhretry.c 1.1 fhrl.c 1.11 fhrlv.c 1.2 rtsavmc.c 1.4 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.2 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.5 xedsrtn.c 1.2 fhstat.c 1.4 xecwr.c 1.1 xeinishr.c 1.3 cxadis.c 1.2 xeadis.c 1.1 Adis Support cxaf.c 1.1 cxba.c 1.1 xeising.c 1.2 shmode.c 1.4 xanim2p.c 1.18 xcpunix.c 1.4 xfpunix.c 1.4 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.4 dbankey.c 1.1 dbanim.c 1.26 Animator Support gpanimi.c 1.1 xanim2c.c 1.17 xfcunix.c 1.2 xccunix.c 1.3 xfcapi.c 1.2 xccapi.c 1.4 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 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 ldfindp.c 1.5 xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.25/ech1 rtnlsmsg.c 1.7 xainit.c 1.8 Profiler Support rtprofil.c 1.3 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.14 cxb7.c 1.9 cxb8.c 1.4 shcalls.c 1.8 shentex.c 1.4 shinit.c 1.7 shscroll.c 1.3 shswap.c 1.7 shsysat.c 1.7 shtinit.c 1.3 dbanimsc.c 1.1 shrawtty.c 1.5 gpsessi.c 1.2 Screen Recorder V1.1.C Screen Recorder V1.1.C shrecord.c 1.3 Session V1.1 Session V1.1 shsess.c 1.7 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13+ gpcblsj.c 1.6 cx91.c 1.14 xeifun.c 1.1 xedecode.c 1.2 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.11 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.19 ldlocate.c 1.14 gpconv.c 1.1 xegetarg.c 1.5 gpcommsi.c 1.1 gpdynldi.c 1.1 gpfilei.c 1.1 gpintrpi.c 1.1 gpprofi.c 1.1 gprtcali.c 1.1 gpucalli.c 1.2 fhlbr.c 1.5 fhlprdsp.c 1.3 fhls.c 1.59/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.6 shpalet.c 1.6 xerevec.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/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 97073012544001 GNB-059056000AA PA- RISC ncg v3.2.31 ADISDYNA 97073012550492 GNB-059056000AA PA- RISC ncg v3.2.31 ADISINIT 97073012551590 GNB-059056000AA PA- RISC ncg v3.2.31 ADISKEY 97073012552810 GNB-027056000AA PA- RISC ncg v3.2.31 ADISKEY2 97073012553931 GNB-059056000AA PA- RISC ncg v3.2.31 mFFH 97073013030251 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC001 97073013041452 GNB-027056000AA PA- RISC ncg v3.2.31 BTR2XFH 97073012592526 GNB-027056000AA PA- RISC ncg v3.2.31 PANELS 97073012575076 GNB-027056000AA PA- RISC ncg v3.2.31 direct2 97073013161813 GNB-027056000AA PA- RISC ncg v3.2.31 mfconfig 97073013195649 GNB-027056000AA PA- RISC ncg v3.2.31 cobintfn 97073013181629 GNB-027056000AA PA- RISC ncg v3.2.31 cobidbcs 97073013183253 GNB-027056000AA PA- RISC ncg v3.2.31 _CLASS 97073013141764 GNB-027056000AA PA- RISC ncg v3.2.31 _CODESET 97073013142710 GNB-046056000AA PA- RISC ncg v3.2.31 fcossec 97073013122885 GNB-030056000AA PA- RISC ncg v3.2.31 CHECKFIL 97073013144737 GNB-027056000AA PA- RISC ncg v3.2.31 COBWIN2 97073013211991 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC003 97073013042744 GNB-027056000AA PA- RISC ncg v3.2.31 XFHNAME 97073013043811 GNB-027056000AA PA- RISC ncg v3.2.31 XFHLABEL 97073013045208 GNB-027056000AA PA- RISC ncg v3.2.31 XFHTRACE 97073013050766 GNB-027056000AA PA- RISC ncg v3.2.31 ESDSFH 97073013052112 GNB-027056000AA PA- RISC ncg v3.2.31 mfini 97073013201162 GNB-027056000AA PA- RISC ncg v3.2.31 FHREDIR 97073013120154 GNB-030056000AA PA- RISC ncg v3.2.31 Vrn ADISDYNA 3.5.39(U7) nrV Vrn ADISINIT 3.5.39(U7) nrV Base version Vrn ADISKEY 3.5.39(U7) nrV Base version Vrn ADIS 3.5.39(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.8.009 COBIDBCS 2.8.004 CHK056 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 CBLDC003 8001 04Jan94 XFHNAME80602Mar95 XFHLABEL 800 10Apr95 XFHTRACE 8006 03May95 ESDSFH 8008 30Mar95 VrnMFI 1.1.03nrV FHREDIR Vrn 8089 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 97073013214487 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 ESDSFH 97073013081789 GNB-027056000AA PA- RISC ncg v3.2.31 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 97073012594199 GNB-027056000AA PA- RISC ncg v3.2.31 BTR2XFH VRN=0302 cobintfn 97073013184605 GNB-027056000AA PA- RISC ncg v3.2.31 COBINTFN 2.8.009 xeifun.c 1.1 cobidbcs 97073013190691 GNB-027056000AA PA- RISC ncg v3.2.31 COBIDBCS 2.8.004 _CLASS 97073013145512 GNB-027056000AA PA- RISC ncg v3.2.31 CHK056 CHECKFIL 97073013151393 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC003 97073013065229 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC003 8001 04Jan94 FHREDIR 97073013124488 GNB-030056000AA PA- RISC ncg v3.2.31 FHREDIR Vrn 8089 nrV fcossec 97073013131148 GNB-030056000AA PA- RISC ncg v3.2.31 Interpreter Support xeinterp.c 1.17 ldintexp.c 1.1 xeintD4.c 1.1 xeaccdis.c 1.1 gpcommsi.c 1.1 Comms Support xecomms.c 1.1 shcomms.c 1.1 xegF800.c 1.6 xegF804.c 1.4 xegF80B.c 1.2 xegF80D.c 1.1 fhlprdsp.c 1.3 xeintE4.c 1.11/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 97073013055027 GNB-027056000AA PA- RISC ncg v3.2.31 XFH 8184 B 06Jul95 xeextern.c 1.4 _CODESET 97073013150414 GNB-046056000AA PA- RISC ncg v3.2.31 XFHLABEL 97073013072283 GNB-027056000AA PA- RISC ncg v3.2.31 XFHLABEL 800 10Apr95 XFHNAME 97073013070439 GNB-027056000AA PA- RISC ncg v3.2.31 XFHNAME80602Mar95 XFHTRACE 97073013080020 GNB-027056000AA PA- RISC ncg v3.2.31 XFHTRACE 8006 03May95 mfini 97073013204572 GNB-027056000AA PA- RISC ncg v3.2.31 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 97073012560295 GNB-059056000AA PA- RISC ncg v3.2.31 ADISDYNA 97073012562771 GNB-059056000AA PA- RISC ncg v3.2.31 ADISINIT 97073012565201 GNB-059056000AA PA- RISC ncg v3.2.31 ADISKEY 97073012570060 GNB-027056000AA PA- RISC ncg v3.2.31 ADISKEY2 97073012571311 GNB-059056000AA PA- RISC ncg v3.2.31 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 97073012581279 GNB-027056000AA PA- RISC ncg v3.2.31 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 97073013202541 GNB-027056000AA PA- RISC ncg v3.2.31 VrnMCF 002003016nrV xedyncbl.c 1.4 xedynstr.c 1.11 direct2 97073013171120 GNB-027056000AA PA- RISC ncg v3.2.31 VrnCCL TestnrV cx91.c 1.14 xedirscn.c 1.2 xegetarg.c 1.5 xegF80F.c 1.2 xegF805.c 1.10 xecommsb.c 1.1 gposinfo.c 1.5 xeascvt.c 1.1 mmblock.c 1.1 ldcancel.c 1.24 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 mmkey.c 1.6 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 ouerr.c 1.3 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.12 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 outty.c 1.2 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.25/ech1 rtnlsmsg.c 1.7 xainit.c 1.8 Native Code Support ldfindp.c 1.5 xeiE4ch.c 1.9 gpconv.c 1.1 shpalet.c 1.6 xerevec.c 1.11 xexrun.c 1.2 CBLDC001 97073013063540 GNB-027056000AA PA- RISC ncg v3.2.31 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.6 fhretry.c 1.1 fhstat.c 1.4 fhcbl.c 1.13+ ldlbr.c 1.4 fhddmap.c 1.19 fhlbr.c 1.5 ldlocate.c 1.14 gpidblok.c 1.1 rtspesh.c 1.4 gpstring.c 1.1 HP COBOL No-Threads Mode Support /opt/cobol/cobdir/coblib/libcobol.sl: xanim.c 1.5 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.5 ldcancel.c 1.24 mmkey.c 1.6 ouerr.c 1.3 rtdeinit.c 1.12 outty.c 1.2 cxtty.c 1.2 Session Support ossystem.c 1.3 cxa7.c 1.9 ldentry.c 1.3 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.3 shcbl.c 1.12 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.4 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.5 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.2 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.6 xegF801.c 1.1 xegF804.c 1.4 xegF80B.c 1.2 xegF80D.c 1.1 xegF80F.c 1.2 xegntF9.c 1.1 xegntFA.c 1.1 xegntFB.c 1.1 xegntFC.c 1.1 xegstar.c 1.23 cx8b.c 1.1 cxb0.c 1.3 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.4 gposinfo.c 1.5 gppcstub.c 1.1 xeextsm.c 1.1 xerecurs.c 1.1 xeresref.c 1.3 fhretry.c 1.1 fhrl.c 1.11 fhrlv.c 1.2 rtsavmc.c 1.4 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.2 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.5 xedsrtn.c 1.2 fhstat.c 1.4 xecwr.c 1.1 xeinishr.c 1.3 cxadis.c 1.2 xeadis.c 1.1 Adis Support cxaf.c 1.1 cxba.c 1.1 xeising.c 1.2 shmode.c 1.4 xanim2p.c 1.18 xcpunix.c 1.4 xfpunix.c 1.4 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.4 dbankey.c 1.1 dbanim.c 1.26 Animator Support gpanimi.c 1.1 xanim2c.c 1.17 xfcunix.c 1.2 xccunix.c 1.3 xfcapi.c 1.2 xccapi.c 1.4 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 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 ldfindp.c 1.5 xeinterp.c 1.17 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 oscknam.c 1.3 xecmds.c 1.15 rtconfig.c 1.17 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.3 xeddexp.c 1.5 rterror.c 1.21 rtindir.c 1.5 ldinit.c 1.7 rtinit.c 1.45 xelinkge.c 1.9 Essential Support rtmisc.c 1.2 rtmsg.c 1.5 gpnames.c 1.2 rtossp.c 1.9 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 shrouter.c 1.7 rttables.c 1.3 ossignal.c 1.15 rtswitch.c 1.10 gpcksum.c 1.1 Phase7 RTS (core) : 1.704 Built 10:14:14 8/31/95 vcs_ver.c 1.704 gpgetput.c 1.1 mmshared.c 1.20 mmossp.c 1.4 rtplist.c 1.11 Phase7 RTS (unix) : 1.174 Built 09:55:34 8/24/95 vcs_unx.c 1.174 rttune.c 1.25/ech1 rtnlsmsg.c 1.7 xainit.c 1.8 Profiler Support rtprofil.c 1.3 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.14 cxb7.c 1.9 cxb8.c 1.4 shcalls.c 1.8 shentex.c 1.4 shinit.c 1.7 shscroll.c 1.3 shswap.c 1.7 shsysat.c 1.7 shtinit.c 1.3 dbanimsc.c 1.1 shrawtty.c 1.5 gpsessi.c 1.2 Screen Recorder V1.1.C Screen Recorder V1.1.C shrecord.c 1.3 Session V1.1 Session V1.1 shsess.c 1.7 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.9 shattr.c 1.18 shparse.c 1.4 fhcbl.c 1.13+ gpcblsj.c 1.6 cx91.c 1.14 xeifun.c 1.1 xedecode.c 1.2 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.11 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.19 ldlocate.c 1.14 gpconv.c 1.1 xegetarg.c 1.5 gpcommsi.c 1.1 gpdynldi.c 1.1 gpfilei.c 1.1 gpintrpi.c 1.1 gpprofi.c 1.1 gprtcali.c 1.1 gpucalli.c 1.2 fhlbr.c 1.5 fhlprdsp.c 1.3 fhls.c 1.59/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.6 shpalet.c 1.6 xerevec.c 1.11 xerun.c 1.15 xes32exe.c 1.3 fhseq.c 1.23 fhsort.c 1.35/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 97073012544001 GNB-059056000AA PA- RISC ncg v3.2.31 ADISDYNA 97073012550492 GNB-059056000AA PA- RISC ncg v3.2.31 ADISINIT 97073012551590 GNB-059056000AA PA- RISC ncg v3.2.31 ADISKEY 97073012552810 GNB-027056000AA PA- RISC ncg v3.2.31 ADISKEY2 97073012553931 GNB-059056000AA PA- RISC ncg v3.2.31 mFFH 97073013030251 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC001 97073013041452 GNB-027056000AA PA- RISC ncg v3.2.31 BTR2XFH 97073012592526 GNB-027056000AA PA- RISC ncg v3.2.31 PANELS 97073012575076 GNB-027056000AA PA- RISC ncg v3.2.31 direct2 97073013161813 GNB-027056000AA PA- RISC ncg v3.2.31 mfconfig 97073013195649 GNB-027056000AA PA- RISC ncg v3.2.31 cobintfn 97073013181629 GNB-027056000AA PA- RISC ncg v3.2.31 cobidbcs 97073013183253 GNB-027056000AA PA- RISC ncg v3.2.31 _CLASS 97073013141764 GNB-027056000AA PA- RISC ncg v3.2.31 _CODESET 97073013142710 GNB-046056000AA PA- RISC ncg v3.2.31 fcossec 97073013122885 GNB-030056000AA PA- RISC ncg v3.2.31 CHECKFIL 97073013144737 GNB-027056000AA PA- RISC ncg v3.2.31 COBWIN2 97073013211991 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC003 97073013042744 GNB-027056000AA PA- RISC ncg v3.2.31 XFHNAME 97073013043811 GNB-027056000AA PA- RISC ncg v3.2.31 XFHLABEL 97073013045208 GNB-027056000AA PA- RISC ncg v3.2.31 XFHTRACE 97073013050766 GNB-027056000AA PA- RISC ncg v3.2.31 ESDSFH 97073013052112 GNB-027056000AA PA- RISC ncg v3.2.31 mfini 97073013201162 GNB-027056000AA PA- RISC ncg v3.2.31 FHREDIR 97073013120154 GNB-030056000AA PA- RISC ncg v3.2.31 Vrn ADISDYNA 3.5.39(U7) nrV Vrn ADISINIT 3.5.39(U7) nrV Base version Vrn ADISKEY 3.5.39(U7) nrV Base version Vrn ADIS 3.5.39(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 8001 04Jan95 BTR2XFH VRN=0302 PAN 4.1.03 16Mar95 VrnCCL TestnrV VrnMCF 002003016nrV COBINTFN 2.8.009 COBIDBCS 2.8.004 CHK056 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.9 CBLDC003 8001 04Jan94 XFHNAME80602Mar95 XFHLABEL 800 10Apr95 XFHTRACE 8006 03May95 ESDSFH 8008 30Mar95 VrnMFI 1.1.03nrV FHREDIR Vrn 8089 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 copyright.c 1.2 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.4 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.4 mapresname.c 1.3 mapsubr.c 1.9 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libfhutil.a: getcomp5.c 1.3 mapbuild.c 1.3 mapclose.c 1.2 mapcoll.c 1.3 mapconfig.c 1.10 mapdelete.c 1.4 maperror.c 1.4 mapindex.c 1.3 maplock.c 1.3 mapopen.c 1.4 mapread.c 1.2 maprename.c 1.4 mapresname.c 1.3 mapstart.c 1.2 mapsubr.c 1.9 mapunique.c 1.3 mapwrite.c 1.2 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 copyright.c 1.2 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 fhutilws.c 1.1 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 linecalc.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libfhutil.sl: getcomp5.c 1.3 mapclose.c 1.2 mapcoll.c 1.3 mapindex.c 1.3 maplock.c 1.3 mapread.c 1.2 mapstart.c 1.2 mapunique.c 1.3 mapwrite.c 1.2 copyright.c 1.2 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.4 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.4 mapresname.c 1.3 mapsubr.c 1.9 callutil.c 1.2 concreat.c 1.4 convert.c 1.6 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libisstubs.1: None /opt/cobol/cobdir/coblib/libisstubs.sl: None /opt/cobol/cobdir/coblib/liblist: liblist 4.6 /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/coblib/libhpcobol.sl: None /opt/cobol/cobdir/coblib/libhpcobol.1: None /opt/cobol/cobdir/cobsql.gnt: COBSQL 97073013443318 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/cobver: None /opt/cobol/cobdir/commi.gnt: commi 97073013272033 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 97073013273418 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 97073014124454 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 97073015210839 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSCRUN.gnt: DSCRUN 97073015230582 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/dialog/DSCVALRN.gnt: DSCVALRN 97073015240525 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 97073015221258 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 97073015222295 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 97073015234345 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt: DSNLSRTN 97073015220217 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 97073015224701 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 97073015223961 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 97073015235193 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 97073015242184 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 97073015282187 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn SSTRAN (DSCHAR) rev 4 /opt/cobol/cobdir/docs/hp_README: None /opt/cobol/cobdir/docs/hp_relnotes_cbl: None /opt/cobol/cobdir/docs/osx.1: Vrn/osx.1/4.0.00/06Sep95/nrV /opt/cobol/cobdir/docs/readme.1: Vrn/main.1/4.0.00/06Sep95/nrV /opt/cobol/cobdir/docs/rebuild.1: Vrn/rebuild.1/4.0.00/06Sep95/nrV /opt/cobol/cobdir/dsrtever: None /opt/cobol/cobdir/fcossec.gnt: fcossec 97073016212703 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 97073014424371 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 97073014425463 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fs: fs 97073014440381 GNB-030056000AA PA- RISC ncg v3.2.31 fsinst 97073014445572 GNB-030056000AA PA- RISC ncg v3.2.31 fsinstpw 97073014451091 GNB-030056000AA PA- RISC ncg v3.2.31 fspthnam 97073014452168 GNB-030056000AA PA- RISC ncg v3.2.31 fsrcvr 97073014453854 GNB-030056000AA PA- RISC ncg v3.2.31 fsseclog 97073014455624 GNB-030056000AA PA- RISC ncg v3.2.31 fssecopn 97073014460745 GNB-030056000AA PA- RISC ncg v3.2.31 fsserver 97073014463790 GNB-030056000AA PA- RISC ncg v3.2.31 fsossec 97073014472038 GNB-030056000AA PA- RISC ncg v3.2.31 fhrdrpwd 97073014472752 GNB-030056000AA PA- RISC ncg v3.2.31 fhxscomp 97073014473463 GNB-030056000AA PA- RISC ncg v3.2.31 fs Vrn 8089 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 97073014432956 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 97073014442067 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/fsviewmot: fsview 97073016035432 GNB-027056000AA PA- RISC ncg v3.2.31 on-line 97073014512707 GNB-027056000AA PA- RISC ncg v3.2.31 onlgui 97073014515785 GNB-027056000AA PA- RISC ncg v3.2.31 onlutils 97073014525203 GNB-027056000AA PA- RISC ncg v3.2.31 onlutil2 97073014533474 GNB-027056000AA PA- RISC ncg v3.2.31 onlevmgr 97073014534577 GNB-027056000AA PA- RISC ncg v3.2.31 onldb 97073014540376 GNB-027056000AA PA- RISC ncg v3.2.31 hf2eng 97073013302951 GNB-027056000AA PA- RISC ncg v3.2.31 onleng 97073013315730 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC002 97073013342461 GNB-027056000AA PA- RISC ncg v3.2.31 fhrdrpwd 97073014472752 GNB-030056000AA PA- RISC ncg v3.2.31 fhxscomp 97073014473463 GNB-030056000AA PA- RISC ncg v3.2.31 dserrhan 97073015343467 GNB-022053004A9 PA- RISC ncg v3.2.31 DSFNTMAP 97073015373436 GNB-022053004A9 PA- RISC ncg v3.2.31 DSR0VALP 97073015340251 GNB-022053004A9 PA- RISC ncg v3.2.31 dsrun 97073015345970 GNB-030056000AA PA- RISC ncg v3.2.31 dsvalrun 97073015353072 GNB-022053004A9 PA- RISC ncg v3.2.31 pic4mat 97073015355779 GNB-022053004A9 PA- RISC ncg v3.2.31 fsview Vrn 1.8.03 nrV ONLGUI 5.2.1831Jul95 HF2ENG 5.2.1831Jul95 ONLENG 5.2.1831Jul95 CBLDC002 5.2.1831Jul95 /opt/cobol/cobdir/help.gnt: help 97073013294073 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn 5.29 nrV /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 97073013313089 GNB-027056000AA PA- RISC ncg v3.2.31 ONLENG 5.2.1831Jul95 hyhelp 97073013310328 GNB-027056000AA PA- RISC ncg v3.2.31 HYHELP 5.2.1831Jul95 hf2eng 97073013300446 GNB-027056000AA PA- RISC ncg v3.2.31 HF2ENG 5.2.1831Jul95 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 97073013304930 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/lang/C/fs.lng: None /opt/cobol/cobdir/lang/C/fsclose.lng: None /opt/cobol/cobdir/lang/C/idxcheck.lng: None /opt/cobol/cobdir/lang/default/fs.lng: None /opt/cobol/cobdir/lang/default/fsclose.lng: None /opt/cobol/cobdir/lang/default/idxcheck.lng: None /opt/cobol/cobdir/lang/en/fs.lng: None /opt/cobol/cobdir/lang/en/fsclose.lng: None /opt/cobol/cobdir/lang/en/idxcheck.lng: None /opt/cobol/cobdir/lang/en_US/fs.lng: None /opt/cobol/cobdir/lang/en_US/fsclose.lng: None /opt/cobol/cobdir/lang/en_US/idxcheck.lng: None /opt/cobol/cobdir/mFFH.gnt: mFFH 97073016180505 GNB-027056000AA PA- RISC ncg v3.2.31 XFH 8184 B 06Jul95 /opt/cobol/cobdir/mfsort: mfsort 97073014300740 GNB-027056000AA PA- RISC ncg v3.2.31 xeextsm.c 1.1 MFS 3.0.12 /opt/cobol/cobdir/name.lbr: name 97073013331751 GNB-027056000AA PA- RISC ncg v3.2.31 fndcat 97073013333658 GNB-027056000AA PA- RISC ncg v3.2.31 fmtch 97073013334049 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ohbld.lbr: ohbld 97073014545727 GNB-034053004A9 PA- RISC ncg v3.2.31 Vrn 4.1.05 nrV ohbldcmd 97073014552071 GNB-034053004A9 PA- RISC ncg v3.2.31 /opt/cobol/cobdir/on-line.lbr: on-line 97073014484445 GNB-027056000AA PA- RISC ncg v3.2.31 onlgui 97073014490336 GNB-027056000AA PA- RISC ncg v3.2.31 ONLGUI 5.2.1831Jul95 onlutils 97073014495378 GNB-027056000AA PA- RISC ncg v3.2.31 onlutil2 97073014501778 GNB-027056000AA PA- RISC ncg v3.2.31 onlevmgr 97073014502461 GNB-027056000AA PA- RISC ncg v3.2.31 onldb 97073014504307 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/on-line/fsview.hnf: None /opt/cobol/cobdir/osxver: None /opt/cobol/cobdir/pan2mot: attr.c 1.4 band.c 1.4 bell.c 1.4 button.c 1.6 clipboard.c 1.4 cursor.c 1.4 dialog.c 1.6 entryfield.c 1.6 event.c 1.6 font.c 1.5 gadget.c 1.5 gif.c 1.4 groupbox.c 1.4 handle.c 1.4 icon.c 1.6 initialise.c 1.4 key.c 1.6 label.c 1.4 list.c 1.4 listbox.c 1.4 log.c 1.4 loop.c 1.4 main.c 1.5 menu.c 1.4 object.c 1.4 pointer.c 1.7 resource.c 1.6 scrollbar.c 1.4 sys_init.c 1.12 text.c 1.4 translations.c 1.4 pan2mot: 1.331 Built 11:24:07 95/07/18 vcs_ver.c 1.331 window.c 1.5 debugger.c 1.4 /opt/cobol/cobdir/rebuild: rebuild 97073014574838 GNB-030056000AA PA- RISC ncg v3.2.31 rbldmain 97073014554919 GNB-030056000AA PA- RISC ncg v3.2.31 rbldsub 97073014560039 GNB-030056000AA PA- RISC ncg v3.2.31 mscvsub 97073014561204 GNB-030056000AA PA- RISC ncg v3.2.31 cdfh 97073014562400 GNB-030056000AA PA- RISC ncg v3.2.31 idxcheck 97073014564123 GNB-030056000AA PA- RISC ncg v3.2.31 RBD 8028 02Oct95 /opt/cobol/cobdir/reporter.lbr: reporter 97073014101394 GNB-027056000AA PA- RISC ncg v3.2.31 cwmtxtrd 97073014102192 GNB-027056000AA PA- RISC ncg v3.2.31 cwpfiler 97073014103790 GNB-027056000AA PA- RISC ncg v3.2.31 cwrdates 97073014104906 GNB-027056000AA PA- RISC ncg v3.2.31 cwrdescr 97073014105444 GNB-027056000AA PA- RISC ncg v3.2.31 cwrgetsl 97073014110119 GNB-027056000AA PA- RISC ncg v3.2.31 cwrinit 97073014111090 GNB-027056000AA PA- RISC ncg v3.2.31 cwrload 97073014112293 GNB-027056000AA PA- RISC ncg v3.2.31 cwrmain 97073014113555 GNB-027056000AA PA- RISC ncg v3.2.31 cwrmstrm 97073014115556 GNB-027056000AA PA- RISC ncg v3.2.31 cwrprint 97073014120054 GNB-027056000AA PA- RISC ncg v3.2.31 cwrslct 97073014121154 GNB-027056000AA PA- RISC ncg v3.2.31 cwrslink 97073014121611 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 97073013450695 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 97073015262763 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCOMP (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSCRUN.o: DSCRUN 97073015253061 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCRUN (DSCHAR) rev 65 /opt/cobol/cobdir/src/dialog/DSCVALRN.o: DSCVALRN 97073015261760 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSCVALRN (DSCHAR) rev 14 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 97073015243270 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSERRHAN (DSCHAR) rev 5 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 97073015244482 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSFLD (DSCHAR) rev 37 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 97073015260243 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSLCONV (DSCHAR) rev 4 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o: DSNLSRTN 97073015265223 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSNLSRTN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 97073015251009 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSRUN (DSCHAR) rev 01 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 97073015250277 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSTERM (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 97073015260972 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 97073015263900 GNB-066054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.5.57 Bld01 Vrn DSUXSYSP (DSCHAR) rev 4 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o: opcode7.c 1.3 fhix.c 1.46 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o: opcode7.c 1.2 fhix.c 1.34a /opt/cobol/cobdir/src/rebuild/callrb.o: callrb 97073014554006 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 97073014562400 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/idxcheck.o: idxcheck 97073014564123 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 97073014561204 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 97073014554919 GNB-030056000AA PA- RISC ncg v3.2.31 RBD 8028 02Oct95 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 97073014560039 GNB-030056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 97073013453318 GNB-027056000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/usercall.c: usercall.c 1.6 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 97073014395979 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 97073014400641 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 97073014403607 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 97073014404681 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 97073014405903 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 97073014412760 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 97073014413440 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 97073014414049 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 97073014414704 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 97073014415620 GNB-027056000AA PA- RISC ncg v3.2.31 sysvalrn 97073014420065 GNB-027056000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/tools.lbr:  Vrn Library V8.0.4nrV VrnMCF 002003016nrV /opt/cobol/cobdir/utils.lbr: linein 97073013344270 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC002 97073013341694 GNB-027056000AA PA- RISC ncg v3.2.31 CBLDC002 5.2.1831Jul95 mfini 97073013345529 GNB-027056000AA PA- RISC ncg v3.2.31 VrnMFI 1.1.03nrV cobidbcs 97073013351098 GNB-027056000AA PA- RISC ncg v3.2.31 COBIDBCS 2.8.004 cksum(1) Output: 2363013227 108752 /opt/cobol/cobdir/ADIS.gnt 3630006887 110048 /opt/cobol/cobdir/ADISCF.gnt 530056140 11552 /opt/cobol/cobdir/ADISDYNA.gnt 3300952979 8996 /opt/cobol/cobdir/ADISINIT.gnt 1478584734 10680 /opt/cobol/cobdir/ADISKEY.gnt 1439979632 19864 /opt/cobol/cobdir/ADISKEY2.gnt 2016188698 31752 /opt/cobol/cobdir/BTR2XFH.gnt 95599417 8068 /opt/cobol/cobdir/CBLDC001.gnt 392647752 6688 /opt/cobol/cobdir/CBLDC003.gnt 2338483178 5012 /opt/cobol/cobdir/CHECKFIL.gnt 3995118544 62988 /opt/cobol/cobdir/COBWIN2.gnt 744213155 4136 /opt/cobol/cobdir/DISPCONV.gnt 2407515607 12808 /opt/cobol/cobdir/ESDSFH.gnt 1652197116 131280 /opt/cobol/cobdir/FHREDIR.gnt 453859213 32300 /opt/cobol/cobdir/KEYBCF.gnt 4288970921 44532 /opt/cobol/cobdir/PANELS.gnt 3644166810 7640 /opt/cobol/cobdir/XFHLABEL.gnt 1051361124 8484 /opt/cobol/cobdir/XFHNAME.gnt 3036763021 12212 /opt/cobol/cobdir/XFHTRACE.gnt 4122941888 3552 /opt/cobol/cobdir/_CLASS.gnt 1502489774 3844 /opt/cobol/cobdir/_CODESET.gnt 2394028504 9104 /opt/cobol/cobdir/_sqlprld.gnt 2639332319 11228 /opt/cobol/cobdir/banner.gnt 3891160706 32852 /opt/cobol/cobdir/bin/adiscf 1321786842 82184 /opt/cobol/cobdir/bin/cob 1404899967 20530 /opt/cobol/cobdir/bin/cobprog 3891160706 32852 /opt/cobol/cobdir/bin/cobrun 785575127 28751 /opt/cobol/cobdir/bin/cobwhat 831517233 36979 /opt/cobol/cobdir/bin/fed 3891160706 32852 /opt/cobol/cobdir/bin/fhconvert 3891160706 32852 /opt/cobol/cobdir/bin/fhcreate 3891160706 32852 /opt/cobol/cobdir/bin/fhedit 3891160706 32852 /opt/cobol/cobdir/bin/fhinfo 3891160706 32852 /opt/cobol/cobdir/bin/fhrebuild 3891160706 32852 /opt/cobol/cobdir/bin/fhreorg 3891160706 32852 /opt/cobol/cobdir/bin/fhvalidate 3891160706 32852 /opt/cobol/cobdir/bin/forms2 3891160706 32852 /opt/cobol/cobdir/bin/fs 3891160706 32852 /opt/cobol/cobdir/bin/fsviewmot 3891160706 32852 /opt/cobol/cobdir/bin/keybcf 1504627514 20533 /opt/cobol/cobdir/bin/lbrinfo 3891160706 32852 /opt/cobol/cobdir/bin/mfsort 3891160706 32852 /opt/cobol/cobdir/bin/rebuild 615306815 138880 /opt/cobol/cobdir/callrb.lbr 972350190 41111 /opt/cobol/cobdir/ccitcp2 1818558037 171264 /opt/cobol/cobdir/cmenu.lbr 3870951466 7460 /opt/cobol/cobdir/cobidbcs.gnt 133251797 101208 /opt/cobol/cobdir/cobintfn.gnt 1488832374 74100 /opt/cobol/cobdir/coblib/cobcsym 12011269 3486 /opt/cobol/cobdir/coblib/cobfsym 3453416028 1044 /opt/cobol/cobdir/coblib/hp_allraise.o 942220920 21424 /opt/cobol/cobdir/coblib/hp_cblthread.o 3342030198 740 /opt/cobol/cobdir/coblib/hp_noasysigs.o 1001495949 1036 /opt/cobol/cobdir/coblib/hp_nosignals.o 3744562045 740 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 1332548356 748 /opt/cobol/cobdir/coblib/hp_raisetidy.o 1512027413 740 /opt/cobol/cobdir/coblib/hp_rtsraise.o 2836215533 740 /opt/cobol/cobdir/coblib/hp_synraise.o 3991022129 2005457 /opt/cobol/cobdir/coblib/libcobol.1 1213717760 2028828 /opt/cobol/cobdir/coblib/libcobol.a 3991022129 2005457 /opt/cobol/cobdir/coblib/libcobol.sl 3468285485 251830 /opt/cobol/cobdir/coblib/libcrtn.1 2286341737 288860 /opt/cobol/cobdir/coblib/libcrtn.a 3468285485 251830 /opt/cobol/cobdir/coblib/libcrtn.sl 437318388 205384 /opt/cobol/cobdir/coblib/libfhutil.1 4058598649 158680 /opt/cobol/cobdir/coblib/libfhutil.a 437318388 205384 /opt/cobol/cobdir/coblib/libfhutil.sl 3418916498 12339 /opt/cobol/cobdir/coblib/libisstubs.1 3418916498 12339 /opt/cobol/cobdir/coblib/libisstubs.sl 1423026770 1227 /opt/cobol/cobdir/coblib/liblist 834776144 168522 /opt/cobol/cobdir/coblib/libosx.1 1385051066 159804 /opt/cobol/cobdir/coblib/libosx.a 834776144 168522 /opt/cobol/cobdir/coblib/libosx.sl 1212946868 69874 /opt/cobol/cobdir/coblib/libscreen.1 2303946701 64968 /opt/cobol/cobdir/coblib/libscreen.a 1212946868 69874 /opt/cobol/cobdir/coblib/libscreen.sl 3934295626 49338 /opt/cobol/cobdir/coblib/libsupp.1 2466758231 33516 /opt/cobol/cobdir/coblib/libsupp.a 3934295626 49338 /opt/cobol/cobdir/coblib/libsupp.sl 2810674804 12303 /opt/cobol/cobdir/coblib/libhpcobol.sl 2810674804 12303 /opt/cobol/cobdir/coblib/libhpcobol.1 321796973 134596 /opt/cobol/cobdir/cobsql.gnt 2593100082 51 /opt/cobol/cobdir/cobver 3023793354 18068 /opt/cobol/cobdir/commi.gnt 3911827652 27320 /opt/cobol/cobdir/comms.gnt 2381433631 6700 /opt/cobol/cobdir/cwrcli.gnt 3304436736 27376 /opt/cobol/cobdir/dialog/DSCOMP.gnt 3220350520 136412 /opt/cobol/cobdir/dialog/DSCRUN.gnt 3438268939 14812 /opt/cobol/cobdir/dialog/DSCVALRN.gnt 180279628 6248 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 751535462 47624 /opt/cobol/cobdir/dialog/DSFLD.gnt 996759486 8564 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2436279345 4344 /opt/cobol/cobdir/dialog/DSNLSRTN.gnt 676344274 3492 /opt/cobol/cobdir/dialog/DSRUN.gnt 1116995454 6552 /opt/cobol/cobdir/dialog/DSTERM.gnt 1808409118 3324 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 4289601999 6532 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 3062019243 18656 /opt/cobol/cobdir/dialog/SSTRAN.gnt 453005041 281 /opt/cobol/cobdir/docs/hp_README 361760630 60310 /opt/cobol/cobdir/docs/hp_relnotes_cbl 2477284602 6833 /opt/cobol/cobdir/docs/osx.1 394446638 8959 /opt/cobol/cobdir/docs/readme.1 2044898840 46857 /opt/cobol/cobdir/docs/rebuild.1 3915873388 75 /opt/cobol/cobdir/dsrtever 3820392335 2816 /opt/cobol/cobdir/fcossec.gnt 1415902764 3020 /opt/cobol/cobdir/fhrdrpwd.gnt 2615160248 4352 /opt/cobol/cobdir/fhxscomp.gnt 1925111436 370139 /opt/cobol/cobdir/fs 3095079992 5760 /opt/cobol/cobdir/fsclose.gnt 2525652690 11904 /opt/cobol/cobdir/fsmgr.lbr 3947194017 26112 /opt/cobol/cobdir/fsview.gs 1543703115 1061606 /opt/cobol/cobdir/fsviewmot 3485685082 20896 /opt/cobol/cobdir/help.gnt 2822568391 15232 /opt/cobol/cobdir/helpname.lbr 1748835085 271360 /opt/cobol/cobdir/hyhelp.lbr 2387654510 5396 /opt/cobol/cobdir/hyhintf.gnt 2317502608 18364 /opt/cobol/cobdir/lang/C/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/C/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/C/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/default/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/default/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/default/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/en/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/en/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/en/idxcheck.lng 2317502608 18364 /opt/cobol/cobdir/lang/en_US/fs.lng 3441079039 675 /opt/cobol/cobdir/lang/en_US/fsclose.lng 3573017687 5457 /opt/cobol/cobdir/lang/en_US/idxcheck.lng 631402474 210704 /opt/cobol/cobdir/mFFH.gnt 516900524 110733 /opt/cobol/cobdir/mfsort 2124477399 119168 /opt/cobol/cobdir/name.lbr 2850708335 168832 /opt/cobol/cobdir/ohbld.lbr 3452959746 638848 /opt/cobol/cobdir/on-line.lbr 2915641555 4047 /opt/cobol/cobdir/on-line/fsview.hnf 2490773075 47 /opt/cobol/cobdir/osxver 1522592251 451720 /opt/cobol/cobdir/pan2mot 1477598411 205247 /opt/cobol/cobdir/rebuild 3843387293 317696 /opt/cobol/cobdir/reporter.lbr 1373853462 69679 /opt/cobol/cobdir/rts32 3022208022 10952 /opt/cobol/cobdir/sqlinit.gnt 1880094350 22724 /opt/cobol/cobdir/src/dialog/DSCOMP.o 1870905821 126896 /opt/cobol/cobdir/src/dialog/DSCRUN.o 2280659370 13860 /opt/cobol/cobdir/src/dialog/DSCVALRN.o 2324344687 5908 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 511039899 45504 /opt/cobol/cobdir/src/dialog/DSFLD.o 968273137 8052 /opt/cobol/cobdir/src/dialog/DSLCONV.o 3047283735 4180 /opt/cobol/cobdir/src/dialog/DSNLSRTN.o 1776598763 3152 /opt/cobol/cobdir/src/dialog/DSRUN.o 1795256806 6116 /opt/cobol/cobdir/src/dialog/DSTERM.o 1119479627 3148 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 396805597 6108 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 3095792776 139824 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 88752157 131096 /opt/cobol/cobdir/src/mfisamv5/mfisamv5.o 21339422 2964 /opt/cobol/cobdir/src/rebuild/callrb.o 2604482212 11316 /opt/cobol/cobdir/src/rebuild/cdfh.o 1460914898 47308 /opt/cobol/cobdir/src/rebuild/idxcheck.o 2693522640 17020 /opt/cobol/cobdir/src/rebuild/mscvsub.o 303032486 35336 /opt/cobol/cobdir/src/rebuild/rbldmain.o 829794584 16380 /opt/cobol/cobdir/src/rebuild/rbldsub.o 4000462243 1400 /opt/cobol/cobdir/src/rts/ufhtab.o 2253219140 9516 /opt/cobol/cobdir/src/sql/sqlinit.o 3458654112 6538 /opt/cobol/cobdir/src/usercall.c 374931161 235520 /opt/cobol/cobdir/sysrun.lbr 3838246910 66432 /opt/cobol/cobdir/tools.lbr 3620751519 63744 /opt/cobol/cobdir/utils.lbr Patch Conflicts: None Patch Dependencies: s700: 10.20: PHSS_10926 s800: 10.20: PHSS_10926 Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_9042 PHSS_10179 Equivalent Patches: None Patch Package Size: 12670 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_11383 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_11383.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_11383.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_11383. 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_11383.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_11383.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: After patch installation, note: 1) If you receive file not found messages during update: These can be ignored as these are files that have been moved between filesets. 2) If you are going to use the SQL interface to DB2, you must add the following options when you run mkcheck and mkrts, and when you build an executable that includes SQL calls: -m sqlginpt=sqlgintp