Patch Name: PHSS_11739 Patch Description: s700_800 10.0X-10 Cobol/UX Runtime B.10.29 to B.10.43 Creation Date: 97/08/18 Post Date: 97/08/25 Hardware Platforms - OS Releases: s700: 10.00 10.01 10.10 s800: 10.00 10.01 10.10 Products: Cobol/HP-UX B.10.29 Filesets: COBOLDEV.COBDEV,B.10.03.10 COBOLCRT.COBCRT,B.10.03.10 COBOLRT.COBRT,B.10.03.10 COBOLTBOX.COBTBOX,B.10.03.10 COBOLDIAG.COBDIAG,B.10.03.10 Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_11739 Symptoms: PHSS_11739: 1. rts 153 after PERFORM VARYING ... UNTIL, array size 2. rts 114 on MOVE S9(9) COMP to S9(6) COMP in linkage 3. index procedure pointers do not work in 'LITLINK'd 4. fileshare server aborts with return code 141 5. slow fileshare PERFORMANCE when calling not calling fsync 6. dsmot fails with PANELS2 Init failure 7. MFCOBOL v4.0 fsviewmot fails with ds-error-code=00010 8. animator fails with rts 173 9. animator fails with rts 173 on msgbox 10. animator hangs with rts 114 11. move function MAX fails with section header 12. additional compiler errors occur on HP build 13. IL520 produces 114 error 14. second invokation of SORT aborts 15. OPEN INPUT of var len file on WORM_drive returns 9/030 PHSS_10127: 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. PHSS_8857: 1. rts 114 (signal 10) on MOVE of PIC S999 table element 2. Rounding of COMP-2 to PIC 9(9) is ignored in COMPUTE 3. cannot OPEN INPUT on read-only filesystems: FS code 9/030 4. rts 114 when MOVE of array element PIC XX to data item PIC XX; gnt or .o 5. rts 114 when accessing multi-dimensional array in native code 6. rts 200 on READ of redirected file 7. Enhance MF COBOL/UX performance of sequential READs (why lseek called?) PHSS_7712: 1. compilation of large MFCOBOL program takes a long time or yields ncg error 6311 or 5707 2. Using IF ... NUMERIC with COMP-6 yields NCG ERROR Ustack underflow (5705) 3. NCG error when compiling program when using charset "ebcdic" 4. MULTIPLY of S9(12) COMP yields rts error 114 or 115 5. REWRITE of line sequential file incorrectly sets record offset 6. command line args are not correctly passed to Animator 7. program fails to open a symbolic link if linked to non-existant file 8. Error "shl_findsym failed finding _hp_libcobwin1_init with 0 (Error 0)" received 9. cannot OPEN INPUT on a read-only filesystem returns error 9/030 10. set long_filenames=FALSE builds wrong name for .idx file 11. READ WITH KEPT LOCK returns 9/035 instead of 9/068 12. memory leak in OPEN and CLOSE PHSS_7098: 1. SORT on multidimentional arrays in ASCENDING seq may not sort correctly 2. Sort on 1-dimensional array in w-s gives wrong result as gnt/exe 3. SEARCH ALL fails to find match if ASC key and native code 4. NCG aborts with 038-F Internal error with COMPUTE and COMP-1/2 5. cob aborts with cob: too many args if number of args > 200 6. cob aborts with "155-U Illegal command line" if many options 7. Intrinsic funcs fail if var alpha-num ref mod in arg. 8. REWRITE of line sequential file incorrectly sets record offset 9. after DISPLAY WINDOW, no attrib w DISPLAY WITH REVERSE-VIDEO 10. DD on 1-dimensional array with -O or -C IBMCOMP gives wrong result 11. NUMVAL returns wrong result if num digits > 14 12. wrong result if SET ADDRESS, multiple targets and ref mod 13. docs/hp_README and docs/hp_relnotes files are 0 length Defect Description: PHSS_11739: 1. rts 153 after PERFORM VARYING ... UNTIL, array size (10186) With array bound checking turned on, the runtime generates rts 153. 2. 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. 3. index procedure pointers do not work (02763) Index procedure pointers do not work in 'LITLINK'd objects 4. fileshare server aborts with return code 141 (02695) Fileshare server aborts with return code 141 when using libosx.* 5. 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. 6. dsmot fails with PANELS2 Init failure (02555) dsmot fails with PANELS Init failure; error:00009 in $COBDIR/dsmot/dsmot 7. MFCOBOL v4.0 fsviewmot fails with ds-error-code=00010 (2744) 8. animator fails with rts 173 (NWB42460) 9. animator fails with rts 173 on msgbox (NWB43656) 10. animator hangs with rts 114 (NWB46381) 11. move function MAX fails with section header (CLLel02613) 12. additional compiler errors occur on HP build (CLLel02669) 13. IL520 produces 114 error (CLLel02664) 14. second invokation of SORT aborts (CLLel02765) 15. OPEN INPUT of var len file on WORM_drive returns 9/030 (CLLel02739) PHSS_10127: 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_8857: 1. User gets following error: Execution error : file 'sics.gnt' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory 2. The behavior of rounding of COMP-2 data types changed for numbers midway between integers (2.5, 3.5 etc). Earlier these would be rounded up to the next integer. However now they are rounded to the neared even number. So that 2.5 is rounded to 2 while 3.5 is rounded to 4. 3. After a data file is created on a 'Write-Once-Read-Many' drive, it can not be opened in INPUT mode. 4. Correct native code is not generated for array bounds checking. 5. Cobol NCG code is unable to address a very large array. 6. When the input file is redirected to a pipe using dd_ env wrong error message is generated, with or without status code. 7. Enhance the product to improve the performance of READs on LINE SEQUENTIAL files. PHSS_7712: 1. The compilation of a large Cobol program takes an unnecessarily long time. 2. If you test a COMP-6 field to be NUMERIC, when you generate the code you get the following error: ** NCG ERROR ** in program ** Ustack underflow (5705) ** Contact Hewlett-Packard Support ** 3. Compiling with -C "charset(ebcdic)" yields: ** NCG ERROR ** in program ** UNK number illegal or unimplemented (5153) ** Contact Hewlett-Packard Support ** 4. COBOL programs that use MULTIPLY abort with rts error 114 when run as .gnt. 5. REWRITE of line sequential file if another file is open in the program causes the record offset to be updated incorrectly. 6. Command line arguments not correctly passed to the animator if run through 'cobrun +A'. 7. Cob won't create a file when given the name of a symbolic link pointing to a non-existing file in a COBOL program. 8. When explicitly unloading libhpcobol.sl with shl_unload, the following error is returned: shl_findsym failed finding _hp_libcobwin1_init with 0 (Error 0) 9. An access with OPEN INPUT fails with file status code 9/030, which states that filesystem is readonly 10. When long filenames are not used, the cisam index file name has '.idx.idx' instead of just '.idx'. 11. READ WITH KEPT LOCK returns 9/035 instead of 9/068. 12. Memory leak detected if files are opened repeatedly in a COBOL program. PHSS_7098: 1. Sorting single or multi dimensional arrays using pic 9(..) (usage display) as the only key gives the incorrect result with native code in some cases. Intermediate code works correctly. 2. Sorting 1-dimensional array using pic 99 (usage display) as only key gives incorrect result with native code. Intermediate code works correctly. Also fails for all unsigned pic 9(X) where X is a legal number larger than 1. 3. COBOL program with a sorted table in ascending order, and only one search key. The program fails to find matches in a table when the matches are clearly present. 4. When geneating native code for a COMPUTE statement that uses floating point data items (COMP-1 or COMP-2), the ncg aborts with the following error: * 038-F Internal error. Contact Technical Support 5. If cob is given a long list of object files to link, it fails if the number is close to 200. 6. if the num of args to ld approach 200, cob starts to give strange errors. 7. REVERSE doesn't work if reference modification doesn't have only constants. It works as int code but not as executable. 8. REWRITE of line sequential file if another file is open in the program causes the record offset to be updated incorrectly. 9. When using windowing syntax($SET PREPROCESS "WINDOW1" / DISPLAY WINDOW), DISPLAY WITH REVERSE-VIDEO does not always work. 10. When a USAGE DISPLAY index is converted to binary, for accessing 1-DIM array, the calculation for 10, 100, 1000, ... does not account for the '1'. Hence the index is always zero. 11. Numval documentation states 18 digits of accuracy only 13 is received. 12. The COBOL statement SET ADDRESS OF identifier TO ADDRESS of identifier, fails if there are multiple assignments or if there is a reference modification. 13. The HP supplied documentation files hp_README, hp_relnotes_cbl, hp_relnotes_ds and hp_relnotes_tbox are missing from the B.10.30 release. Files with those names are 0 length SR: 1653128306 1653174771 1653175448 4701252338 5003286492 5003334748 1653113266 1653084939 5003214460 5003286419 5003285346 4701310482 4701310524 4701311142 5003296160 5003300236 1653157461 5003304899 5003293829 5003302471 4701317347 1653126664 1653139428 4701302612 1653142729 5003296160 5003302471 1653166462 4701321471 4701326314 5003309393 5003308957 5003287789 4701287045 5003338335 1653198226 5003352724 5003355834 4701343228 4701325431 4701326314 1653193516 Patch Files: /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/fhconvert /opt/cobol/cobdir/bin/fhcreate /opt/cobol/cobdir/bin/fhedit /opt/cobol/cobdir/bin/fhinfo /opt/cobol/cobdir/bin/fhrebuild /opt/cobol/cobdir/bin/fhreorg /opt/cobol/cobdir/bin/fhvalidate /opt/cobol/cobdir/bin/forms2 /opt/cobol/cobdir/bin/fs /opt/cobol/cobdir/bin/fsviewmot /opt/cobol/cobdir/bin/keybcf /opt/cobol/cobdir/bin/rebuild /opt/cobol/cobdir/bin/mfsort /opt/cobol/cobdir/lang/default/fsclose.lng /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/cob.msg /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.a /opt/cobol/cobdir/coblib/libcobol.sl /opt/cobol/cobdir/coblib/libcrtn.a /opt/cobol/cobdir/coblib/libcrtn.sl /opt/cobol/cobdir/coblib/libfhutil.a /opt/cobol/cobdir/coblib/libfhutil.sl /opt/cobol/cobdir/coblib/libhpcobol.sl /opt/cobol/cobdir/coblib/libisstubs.sl /opt/cobol/cobdir/coblib/libosx.a /opt/cobol/cobdir/coblib/libosx.sl /opt/cobol/cobdir/coblib/libscreen.a /opt/cobol/cobdir/coblib/libscreen.sl /opt/cobol/cobdir/coblib/libsupp.a /opt/cobol/cobdir/coblib/libsupp.sl /opt/cobol/cobdir/coblib/map.s /opt/cobol/cobdir/coblib/xldyn.s /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/DSERRHAN.gnt /opt/cobol/cobdir/dialog/DSFLD.gnt /opt/cobol/cobdir/dialog/DSLCONV.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/DSVALRUN.gnt /opt/cobol/cobdir/dialog/DSVRSCRN.gnt /opt/cobol/cobdir/dialog/SSTRAN.gnt /opt/cobol/cobdir/docs/cbl_main.1 /opt/cobol/cobdir/docs/hp_README /opt/cobol/cobdir/docs/hp_relnotes_cbl /opt/cobol/cobdir/docs/rebuild.1 /opt/cobol/cobdir/docs/signals.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/help.gnt /opt/cobol/cobdir/help.lbr /opt/cobol/cobdir/helpadcf.lbr /opt/cobol/cobdir/helpname.lbr /opt/cobol/cobdir/hyhelp.lbr /opt/cobol/cobdir/hyhintf.gnt /opt/cobol/cobdir/lang/C/fsclose.lng /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/man/man1/cob.1 /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/cobrun.c /opt/cobol/cobdir/src/cobrun.h /opt/cobol/cobdir/src/dialog/DSCOMP.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/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/dialog/DSVALRUN.o /opt/cobol/cobdir/src/dialog/DSVRSCRN.o /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o /opt/cobol/cobdir/src/rebuild/callrb.o /opt/cobol/cobdir/src/rebuild/cdfh.o /opt/cobol/cobdir/src/rebuild/mscvsub.o /opt/cobol/cobdir/src/rebuild/rbldmain.o /opt/cobol/cobdir/src/rebuild/rbldsub.o /opt/cobol/cobdir/src/rts/ufhtab.o /opt/cobol/cobdir/src/sql/sqlinit.o /opt/cobol/cobdir/src/ugetput.h /opt/cobol/cobdir/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 97080512144791 GNB-048056000AA PA- RISC ncg v3.2.31 Vrn ADIS 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 97080511051507 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 97080512150345 GNB-048056000AA PA- RISC ncg v3.2.31 Vrn ADISDYNA 3.5.33(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 97080512151000 GNB-048056000AA PA- RISC ncg v3.2.31 Vrn ADISINIT 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 97080512151647 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 97080512152328 GNB-048056000AA PA- RISC ncg v3.2.31 Vrn ADISKEY 3.5.33(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 97080512155537 GNB-019054000AA PA- RISC ncg v3.2.31 BTR2XFH VRN=0200 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 97080512164835 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC001 7001 03Nov93 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 97080512165412 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC003 7002 31Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 97080512183312 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 97072515082809 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 /opt/cobol/cobdir/DISPCONV.gnt: DISPCONV 97080511225806 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 97080512172421 GNB-019054000AA PA- RISC ncg v3.2.31 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 97080512175142 GNB-019054000AA PA- RISC ncg v3.2.31 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 97080511074815 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn KEYBCF V1.1.15 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 97072514553391 GNB-019054000AA PA- RISC ncg v3.2.31 PAN 4.0.18 13dec93 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 97080512170591 GNB-019054000AA PA- RISC ncg v3.2.31 XFHLABEL 700 19Feb94 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 97080512170007 GNB-019054000AA PA- RISC ncg v3.2.31 XFHNAME71013Jul94 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 97080512171802 GNB-019054000AA PA- RISC ncg v3.2.31 XFHTRACE 8007 14Aug95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 97080512182114 GNB-019054000AA PA- RISC ncg v3.2.31 CHK054 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 97080512182715 GNB-062053004A9 PA- RISC ncg v3.2.31 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 97080511123828 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/banner.gnt: banner 97072515472924 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/bin/adiscf: cobrun.c 1.17 /opt/cobol/cobdir/bin/cob: cob.c 1.37 cob.c 1.37 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 1.17 /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 1.17 /opt/cobol/cobdir/bin/fhcreate: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhedit: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhinfo: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhrebuild: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhreorg: cobrun.c 1.17 /opt/cobol/cobdir/bin/fhvalidate: cobrun.c 1.17 /opt/cobol/cobdir/bin/forms2: cobrun.c 1.17 /opt/cobol/cobdir/bin/fs: cobrun.c 1.17 /opt/cobol/cobdir/bin/fsviewmot: cobrun.c 1.17 /opt/cobol/cobdir/bin/keybcf: cobrun.c 1.17 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/bin/mfsort: cobrun.c 1.17 /opt/cobol/cobdir/bin/rebuild: cobrun.c 1.17 /opt/cobol/cobdir/callrb.lbr: callrb 97072516045224 GNB-019054000AA PA- RISC ncg v3.2.31 rbldmain 97072516045704 GNB-019054000AA PA- RISC ncg v3.2.31 RBD 7002 17Aug94 rbldsub 97072516050312 GNB-019054000AA PA- RISC ncg v3.2.31 mscvsub 97072516050779 GNB-019054000AA PA- RISC ncg v3.2.31 cdfh 97072516051342 GNB-019054000AA 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 97072515564922 GNB-019054000AA PA- RISC ncg v3.2.31 chkmenu 97072515563217 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/cob.msg: cob.msg 3.7 90/03/06 14:06:01 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 97080512185348 GNB-019054000AA PA- RISC ncg v3.2.31 COBINTFN 2.7.018 /opt/cobol/cobdir/coblib/cobcsym: None /opt/cobol/cobdir/coblib/cobxsym: 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.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.4 Setjmp Support xesetjp.c 1.1 gpcics.c 1.3 gppcstub.c 1.1 xesrctgt.c 1.1 xedsrtn.c 1.2 rtmain.c 1.3 P rtsconf.c 3g.5a.7.1 v1 rtsconf.c 1.1 fhix.c 1.27 xeinishr.c 1.2 COBWIN2 97080511024771 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 mfini 97080511021670 GNB-019054000AA PA- RISC ncg v3.2.31 VrnMFI 1.0.07nrV ESDSFH 97080510554334 GNB-019054000AA PA- RISC ncg v3.2.31 ESDSFH 8008 30Mar95 Dynamic Loading Support ldprog.c 1.6 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.6 ldcoff.c 1.6 ldfind.c 1.8 ldovl.c 1.3 oscache.c 1.5 xechain.c 1.10 xerunit.c 1.22 Dictionary Support cxdynstr.c 1.3 ossystem.c 1.2 ldentry.c 1.2 gprtcali.c 1.1 gpucalli.c 1.2 gpenvir.c 1.1 xegntF9.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.3 xecwr.c 1.1 BTR2XFH 97080510514184 GNB-019054000AA PA- RISC ncg v3.2.31 BTR2XFH VRN=0200 cobintfn 97080511012965 GNB-019054000AA PA- RISC ncg v3.2.31 COBINTFN 2.7.018 xeifun.c 1.1 _CLASS 97080510592597 GNB-019054000AA PA- RISC ncg v3.2.31 CHK054 FHREDIR 97080510580508 GNB-019054000AA PA- RISC ncg v3.2.31 FHREDIR Vrn 8083 nrV CHECKFIL 97080510593600 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC003 97080510551887 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC003 7002 31Jan94 XFHNAME 97080510552467 GNB-019054000AA PA- RISC ncg v3.2.31 XFHNAME71013Jul94 XFHLABEL 97080510553133 GNB-019054000AA PA- RISC ncg v3.2.31 XFHLABEL 700 19Feb94 fcossec 97080510581902 GNB-019054000AA PA- RISC ncg v3.2.31 Interpreter Support xeinterp.c 1.10 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.5 xegF804.c 1.3 xegF80B.c 1.2 xegF80D.c 1.1 fhlprdsp.c 1.3 xeintE4.c 1.3/ech1/gvs1 shattr.c 1.13 xanim2p.c 1.10 xcpunix.c 1.3 xfpunix.c 1.3 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.3 dbankey.c 1.1 dbanim.c 1.15 Animator Support gpanimi.c 1.1 xanim2c.c 1.10 xfcunix.c 1.1 xccunix.c 1.2 xfcapi.c 1.2 xccapi.c 1.2 xanim.c 1.1 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.3 xedecode.c 1.1 xenumctl.c 1.1 ADIS 97080510494805 GNB-048056000AA PA- RISC ncg v3.2.31 ADISDYNA 97080510500246 GNB-048056000AA PA- RISC ncg v3.2.31 ADISINIT 97080510500934 GNB-048056000AA PA- RISC ncg v3.2.31 ADISKEY 97080510501558 GNB-019054000AA PA- RISC ncg v3.2.31 ADISKEY2 97080510502272 GNB-048056000AA PA- RISC ncg v3.2.31 Vrn ADIS 3.5.33(U7) nrV Base version Vrn ADISDYNA 3.5.33(U7) nrV Vrn ADISINIT 3.5.33(U7) nrV Base version Vrn ADISKEY 3.5.33(U7) nrV Base version shcbl.c 1.8 shcob.c 1.4 xegntCE.c 1.1 cxb0.c 1.2 cxb4.c 1.1 xes32exe.c 1.1 PANELS 97080510505542 GNB-019054000AA PA- RISC ncg v3.2.31 PAN 4.0.18 13dec93 MFDB Support xekanjst.c 1.3 cxa7.c 1.7 Screen Support shdflkey.c 1.1 shkboard.c 1.2 shldkeys.c 1.1 fhprint.c 1.2 shcurses.c 1.11 cxb7.c 1.4 cxb8.c 1.4 shcalls.c 1.5 shentex.c 1.2 shinit.c 1.5 shscroll.c 1.3 shswap.c 1.3 shsysat.c 1.5 shtinit.c 1.2 cxtty.c 1.1 dbanimsc.c 1.1 shrawtty.c 1.4 shparse.c 1.4 shpalet.c 1.4 shsysats.c 1.9 cxd0.c 1.2 mfconfig 97080511020861 GNB-019054000AA PA- RISC ncg v3.2.31 VrnMCF 002003013nrV direct2 97080511004341 GNB-019054000AA PA- RISC ncg v3.2.31 VrnCCL 2.0.34nrV xegetarg.c 1.5 xegntFA.c 1.1 gposinfo.c 1.2 fhtable.c 1.6 fhcsortv.c 1.1 fhlsv.c 1.1 fhrl.c 1.4 fhrlv.c 1.2 fhseqv.c 1.2 fhsort.c 1.35/ech2 fhext.c 1.5 opcode7.c 1.3 fhix.c 1.27 vcs_mfisam.c 1.19 fhixv.c 1.2 fhsort.c 1.35/ech2 mFFH 97080510544620 GNB-019054000AA PA- RISC ncg v3.2.31 XFH 8184 B 06Jul95 cx91.c 1.7 xedirscn.c 1.2 xeextern.c 1.4 xedyncbl.c 1.3 xedynstr.c 1.7 _CODESET 97080510593124 GNB-062053004A9 PA- RISC ncg v3.2.31 XFHTRACE 97080510553718 GNB-019054000AA PA- RISC ncg v3.2.31 XFHTRACE 8007 14Aug95 xegF801.c 1.1 xegF80F.c 1.2 xegF805.c 1.4 xecommsb.c 1.1 xesubsys.c 1.3 xeascvt.c 1.1 mmblock.c 1.1 LOGIC CANCEL for gnt and snt files ldcancel.c 1.14 oscknam.c 1.3 xecmds.c 1.5 rtconfig.c 1.14 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.2 xeddexp.c 1.3 rterror.c 1.15 rtindir.c 1.3 ldinit.c 1.5 rtinit.c 1.21 mmkey.c 1.6 Essential Support rtmisc.c 1.2 rtmsg.c 1.3 gpnames.c 1.2 ouerr.c 1.2 rtossp.c 1.8 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.4 shrouter.c 1.6 rttables.c 1.2 ossignal.c 1.15 rtswitch.c 1.8 gpcksum.c 1.1 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 gpgetput.c 1.1 mmshared.c 1.16 outty.c 1.2 mmossp.c 1.4 rtplist.c 1.8 Phase7 RTS (unix) : 1.116 Built 16:50:20 8/10/94 vcs_unx.c 1.116 rttune.c 1.25/ech1 rtnlsmsg.c 1.5 xainit.c 1.7 Native Code Support ldfindp.c 1.5 xeiE4ch.c 1.6 gpconv.c 1.1 revecall.c 1.6 xexrun.c 1.2 CBLDC001 97080510551133 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC001 7001 03Nov93 xegntAE.c 1.1 xegstar.c 1.13 Profiler Support rtprofil.c 1.3 gpprofi.c 1.1 xerun.c 1.5 gpdynldi.c 1.1 gpintrpi.c 1.1 xerecurs.c 1.1 xedrtini.c 1.2 rtsavmc.c 1.2 REV: HP SESD Timebomb Code ldeloc.c 1.11 fhrounew.c 1.9 gpfilei.c 1.1 oufhossp.c 1.17 (+ delta 19) fhlcktst.c 1.3 fhtp.c 1.3 xenls.c 1.3 fhcall.c 1.2 fhls.c 1.27 xeresref.c 1.1 fhseq.c 1.10 fhbuffer.c 1.4 fhmr.c 1.3 gpcblsj.c 1.4 cxcheck.c 1.2 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.2 fhretry.c 1.1 fhstat.c 1.2 fhcbl.c 1.9 ldlbr.c 1.2 fhddmap.c 1.14 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.1 Dynamic Loading Support ldovl.c 1.3 Native Code Support Interpreter Support MFDB Support xekanjst.c 1.3 mmkey.c 1.6 ouerr.c 1.2 outty.c 1.2 cxtty.c 1.1 Session Support ossystem.c 1.2 cxa7.c 1.7 ldentry.c 1.2 xeaccdis.c 1.1 xecommsb.c 1.1 cxcheck.c 1.2 shcbl.c 1.8 gpcics.c 1.3 shcob.c 1.4 rtcpyrht.c 1.1 fhcsortv.c 1.1 ldlbr.c 1.2 ldexit.c 1.1 xeextern.c 1.4 fhbuffer.c 1.4 fherror.c 1.11 fhsupp.c 1.1 gpidblok.c 1.1 fhixv.c 1.2 fhlsv.c 1.1 gpenvir.c 1.1 xegntAE.c 1.1 xegntCE.c 1.1 xegF800.c 1.5 xegF801.c 1.1 xegF804.c 1.3 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.13 cx8b.c 1.1 cxb0.c 1.2 cxb4.c 1.1 mmcheck.c 1.1 fhmopen.c 1.3 shmouse.c 1.2 fhlcktst.c 1.3 gposinfo.c 1.2 gppcstub.c 1.1 xerecurs.c 1.1 xeresref.c 1.1 fhretry.c 1.1 fhrl.c 1.4 fhrlv.c 1.2 xes32exe.c 1.1 rtsavmc.c 1.2 cxe1.c 1.2 rtspesh.c 1.4 fhseqv.c 1.2 xesrctgt.c 1.1 gpstring.c 1.1 fhtp.c 1.3 cxd0.c 1.2 xenls.c 1.3 xedsrtn.c 1.2 fhstat.c 1.2 usercall.c 1.3 xecwr.c 1.1 xeinishr.c 1.2 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.3 xanim2p.c 1.10 xcpunix.c 1.3 xfpunix.c 1.3 xfdata.c 1.1 xflow.c 1.3 xfpapi.c 1.2 xfutil.c 1.1 xcpapi.c 1.2 cxanim.c 1.3 dbankey.c 1.1 dbanim.c 1.15 Animator Support gpanimi.c 1.1 xanim2c.c 1.10 xfcunix.c 1.1 xccunix.c 1.2 xfcapi.c 1.2 xccapi.c 1.2 Comms Support xecomms.c 1.1 shcomms.c 1.1 Dictionary Support cxdynstr.c 1.3 ldprog.c 1.6 xeintD7.c 1.4 cxcall.c 1.1 xecall.c 1.6 ldcoff.c 1.6 ldfind.c 1.8 oscache.c 1.5 xechain.c 1.10 xerunit.c 1.22 ldfindp.c 1.5 xeinterp.c 1.10 ldintexp.c 1.1 xeascvt.c 1.1 mmblock.c 1.1 LOGIC CANCEL for gnt and snt files ldcancel.c 1.14 oscknam.c 1.3 xecmds.c 1.5 rtconfig.c 1.14 xecbses.c 1.4 shckdtty.c 1.7 rtctype.c 1.2 xeddexp.c 1.3 rterror.c 1.15 rtindir.c 1.3 ldinit.c 1.5 rtinit.c 1.21 Essential Support rtmisc.c 1.2 rtmsg.c 1.3 gpnames.c 1.2 rtossp.c 1.8 ldossp.c 1.1 xeintovf.c 1.1 xeipstak.c 1.1 rtdeinit.c 1.4 shrouter.c 1.6 rttables.c 1.2 ossignal.c 1.15 rtswitch.c 1.8 gpcksum.c 1.1 Phase7 RTS (core) : 1.274 Built 13:51:45 3/1/94 vcs_ver.c 1.274 gpgetput.c 1.1 mmshared.c 1.16 mmossp.c 1.4 rtplist.c 1.8 Phase7 RTS (unix) : 1.116 Built 16:50:20 8/10/94 vcs_unx.c 1.116 rttune.c 1.25/ech1 rtnlsmsg.c 1.5 xainit.c 1.7 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.11 cxb7.c 1.4 cxb8.c 1.4 shcalls.c 1.5 shentex.c 1.2 shinit.c 1.5 shscroll.c 1.3 shswap.c 1.3 shsysat.c 1.5 shtinit.c 1.2 dbanimsc.c 1.1 shrawtty.c 1.4 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.4 Setjmp Support xesetjp.c 1.1 xeintD4.c 1.1 xeiE4ch.c 1.6 shattr.c 1.13 shparse.c 1.4 fhcbl.c 1.9 gpcblsj.c 1.4 cx91.c 1.7 xeifun.c 1.1 xedecode.c 1.1 xedirscn.c 1.2 xedrtini.c 1.2 xedynstr.c 1.7 fhrounew.c 1.9 fhcall.c 1.2 fhddmap.c 1.14 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.27 xegF805.c 1.4 xeintE4.c 1.3/ech1/gvs1 gptmpnam.c 1.1 fhmr.c 1.3 xenumctl.c 1.1 oufh.c 1.4/ech2 oufhlock.c 1.6/ech1 oufhossp.c 1.17 (+ delta 19) ostime.c 1.2 shpalet.c 1.4 revecall.c 1.6 xerun.c 1.5 fhseq.c 1.10 fhsort.c 1.35/ech2 xesubsys.c 1.3 shsysats.c 1.9 rtsupp.c 1.1 xexrun.c 1.2 rtmain.c 1.3 fhext.c 1.5 fhtable.c 1.6 opcode7.c 1.3 fhix.c 1.27 vcs_mfisam.c 1.19 fhsort.c 1.35/ech2 xedyncbl.c 1.3 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.27 ldeloc.c 1.11 ADIS 97080510490150 GNB-048056000AA PA- RISC ncg v3.2.31 ADISDYNA 97080510491405 GNB-048056000AA PA- RISC ncg v3.2.31 ADISINIT 97080510492021 GNB-048056000AA PA- RISC ncg v3.2.31 ADISKEY 97080510492541 GNB-019054000AA PA- RISC ncg v3.2.31 ADISKEY2 97080510493201 GNB-048056000AA PA- RISC ncg v3.2.31 mFFH 97080510533072 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC001 97080510540095 GNB-019054000AA PA- RISC ncg v3.2.31 BTR2XFH 97080510513312 GNB-019054000AA PA- RISC ncg v3.2.31 PANELS 97080510504477 GNB-019054000AA PA- RISC ncg v3.2.31 direct2 97080511001842 GNB-019054000AA PA- RISC ncg v3.2.31 mfconfig 97080511014769 GNB-019054000AA PA- RISC ncg v3.2.31 cobintfn 97080511011874 GNB-019054000AA PA- RISC ncg v3.2.31 _CLASS 97080510591016 GNB-019054000AA PA- RISC ncg v3.2.31 _CODESET 97080510591559 GNB-062053004A9 PA- RISC ncg v3.2.31 FHREDIR 97080510573901 GNB-019054000AA PA- RISC ncg v3.2.31 CHECKFIL 97080510592039 GNB-019054000AA PA- RISC ncg v3.2.31 COBWIN2 97080511023614 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC003 97080510540615 GNB-019054000AA PA- RISC ncg v3.2.31 XFHNAME 97080510541253 GNB-019054000AA PA- RISC ncg v3.2.31 XFHLABEL 97080510542039 GNB-019054000AA PA- RISC ncg v3.2.31 XFHTRACE 97080510542564 GNB-019054000AA PA- RISC ncg v3.2.31 fcossec 97080510575467 GNB-019054000AA PA- RISC ncg v3.2.31 mfini 97080511020052 GNB-019054000AA PA- RISC ncg v3.2.31 ESDSFH 97080510543119 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn ADISDYNA 3.5.33(U7) nrV Vrn ADIS 3.5.33(U7) nrV Base version Vrn ADISINIT 3.5.33(U7) nrV Base version Vrn ADISKEY 3.5.33(U7) nrV Base version XFH 8184 B 06Jul95 CBLDC001 7001 03Nov93 BTR2XFH VRN=0200 PAN 4.0.18 13dec93 VrnCCL 2.0.34nrV VrnMCF 002003013nrV COBINTFN 2.7.018 CHK054 FHREDIR Vrn 8083 nrV Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 CBLDC003 7002 31Jan94 XFHNAME71013Jul94 XFHLABEL 700 19Feb94 XFHTRACE 8007 14Aug95 VrnMFI 1.0.07nrV ESDSFH 8008 30Mar95 /opt/cobol/cobdir/coblib/libcrtn.a: crtn01.c 1.3 crtn02.c 1.3 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.1 crtn01.c 1.3 crtn02.c 1.3 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.a: getcomp5.c 1.3 mapbuild.c 1.3 mapclose.c 1.2 mapcoll.c 1.3 mapconfig.c 1.10 mapdelete.c 1.3 maperror.c 1.4 mapindex.c 1.3 maplock.c 1.3 mapopen.c 1.4 mapread.c 1.2 maprename.c 1.3 mapresname.c 1.3 mapstart.c 1.2 mapsubr.c 1.7 mapunique.c 1.2 mapwrite.c 1.2 callutil.c 1.2 concreat.c 1.4 convert.c 1.5 copyright.c 1.1 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.2 mapwrite.c 1.2 copyright.c 1.1 fhutilws.c 1.1 linecalc.c 1.1 mapbuild.c 1.3 mapconfig.c 1.10 mapdelete.c 1.3 maperror.c 1.4 mapopen.c 1.4 maprename.c 1.3 mapresname.c 1.3 mapsubr.c 1.7 callutil.c 1.2 concreat.c 1.4 convert.c 1.5 create.c 1.4 ddparse.c 1.3 error.c 1.4 fedit.c 1.1 fhutil.c 1.4 filedel.c 1.1 fileopen.c 1.4 funcp.c 1.1 info.c 1.1 lineparse.c 1.2 readparam.c 1.3 rebuild.c 1.6 reorg.c 1.9 ut_sigs.c 1.2 validate.c 1.3 validparam.c 1.1 writeparam.c 1.5 /opt/cobol/cobdir/coblib/libhpcobol.sl: None /opt/cobol/cobdir/coblib/libisstubs.sl: None /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 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.76 /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 ccinampu.c 1.17 ccifrnt.c 1.36 panels2.c 1.76 /opt/cobol/cobdir/coblib/libscreen.a: addch.c 1.1 beep.c 1.1 debug.c 1.1 endwin.c 1.1 erase.c 1.1 getmap.c 1.1 modes.c 1.3 keyinp.c 1.2 keyinp.c: select move.c 1.1 newterm.c 1.2 printer.c 1.2 scroll.c 1.3 spkeys.c 1.1 terminfo.c 1.5 memhand.c 1.3 clr_screen.c 1.2 refresh.c 1.9 putp.c 1.1 tparm.c 1.3 /opt/cobol/cobdir/coblib/libscreen.sl: addch.c 1.1 beep.c 1.1 clr_screen.c 1.2 debug.c 1.1 endwin.c 1.1 erase.c 1.1 getmap.c 1.1 memhand.c 1.3 move.c 1.1 newterm.c 1.2 printer.c 1.2 putp.c 1.1 refresh.c 1.9 scroll.c 1.3 spkeys.c 1.1 tparm.c 1.3 MF curses library: 1.19 Built 16:43:02 8/24/94 keyinp.c 1.2 keyinp.c: select modes.c 1.3 terminfo.c 1.5 /opt/cobol/cobdir/coblib/libsupp.a: usercall.c 1.3 shcalls.c 1.5 nl_cobcmp() $Revision: 6.1 $ rterror.c 1.15 mmkey.c 1.6 /opt/cobol/cobdir/coblib/libsupp.sl: mmkey.c 1.6 usercall.c 1.3 rterror.c 1.15 shcalls.c 1.5 nl_cobcmp() $Revision: 6.1 $ /opt/cobol/cobdir/coblib/map.s: None /opt/cobol/cobdir/coblib/xldyn.s: None /opt/cobol/cobdir/cobver: None /opt/cobol/cobdir/commi.gnt: commi 97080511054328 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 97080511055158 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 97080511240405 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 97080511431139 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 97080511434119 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 97080511434848 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 97080511442897 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 97080511441327 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 97080511440195 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 97080511443474 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 97080511444759 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSVALRUN.gnt: DSVALRUN 97080511444130 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt: DSVRSCRN 97080511433576 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 97080511473003 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn SSTRAN (DSCHAR) rev 3 /opt/cobol/cobdir/docs/cbl_main.1: Vrn/main.1/3.2.04/17Aug94/nrV /opt/cobol/cobdir/docs/hp_README: cob.c 3.245 cob.c 3.245 cob.c 3.245 /opt/cobol/cobdir/docs/hp_relnotes_cbl: None /opt/cobol/cobdir/docs/rebuild.1: Vrn/rebuild.1/3.2.04/17Aug94/nrV /opt/cobol/cobdir/docs/signals.1: Vrn/signals.1/3.2.02ech/26May94/nrV /opt/cobol/cobdir/dsrtever: None /opt/cobol/cobdir/fcossec.gnt: fcossec 97080512180682 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 97080511292507 GNB-080056011AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 97080511293203 GNB-080056011AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fs: fs 97080511300554 GNB-019054000AA PA- RISC ncg v3.2.31 fsinst 97080511301660 GNB-080056011AA PA- RISC ncg v3.2.31 fsinstpw 97080511302523 GNB-080056011AA PA- RISC ncg v3.2.31 fspthnam 97080511303174 GNB-080056011AA PA- RISC ncg v3.2.31 fsrcvr 97080511303905 GNB-080056011AA PA- RISC ncg v3.2.31 fsseclog 97080511304803 GNB-080056011AA PA- RISC ncg v3.2.31 fssecopn 97080511305916 GNB-080056011AA PA- RISC ncg v3.2.31 fsserver 97080511311552 GNB-080056011AA PA- RISC ncg v3.2.31 fhrdrpwd 97080511313574 GNB-080056011AA PA- RISC ncg v3.2.31 fhxscomp 97080511314092 GNB-080056011AA PA- RISC ncg v3.2.31 fs Vrn 7129 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 97080511294925 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/fsmgr.lbr: fsmgr 97072516003036 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/help.gnt: help 97080511064359 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn 5.28 nrV /opt/cobol/cobdir/help.lbr: None /opt/cobol/cobdir/helpadcf.lbr: None /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 97072515141672 GNB-012054000AA PA- RISC ncg v3.2.31 Vrn 4.1.19 nrV hyhelp 97072515135113 GNB-012054000AA PA- RISC ncg v3.2.31 Vrn 4.1.19 nrV hnfeng 97072515130530 GNB-019054000AA PA- RISC ncg v3.2.31 HF2ENG 5.0.2016Mar94 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 97080511071641 GNB-012054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/lang/C/fsclose.lng: None /opt/cobol/cobdir/lang/default/fsclose.lng: None /opt/cobol/cobdir/mFFH.gnt: mFFH 97080512161655 GNB-019054000AA PA- RISC ncg v3.2.31 XFH 8184 B 06Jul95 /opt/cobol/cobdir/man/man1/cob.1: None /opt/cobol/cobdir/mfsort: mfsort 97080511264228 GNB-019054000AA PA- RISC ncg v3.2.31 fhsort.c 1.35/ech2 /opt/cobol/cobdir/name.lbr: name 97072515151633 GNB-019054000AA PA- RISC ncg v3.2.31 fndcat 97072515152884 GNB-019054000AA PA- RISC ncg v3.2.31 fmtch 97072515153387 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/ohbld.lbr: ohbld 97072516034719 GNB-034053004A9 PA- RISC ncg v3.2.31 Vrn 4.1.05 nrV ohbldcmd 97072516040211 GNB-034053004A9 PA- RISC ncg v3.2.31 /opt/cobol/cobdir/on-line.lbr: on-line 97072516030312 GNB-012054000AA PA- RISC ncg v3.2.31 Vrn 4.1.19 nrV /opt/cobol/cobdir/on-line/fsview.hnf: None /opt/cobol/cobdir/osxver: None /opt/cobol/cobdir/pan2mot: attr.c 1.57 band.c 1.52 bell.c 1.46 button.c 1.57 clipboard.c 1.48 cursor.c 1.48 dialog.c 1.53 entryfield.c 1.84 event.c 1.56 font.c 1.78 gadget.c 1.66 gif.c 1.48 groupbox.c 1.56 handle.c 1.47 icon.c 1.54 initialise.c 1.49 key.c 1.49 label.c 1.54 list.c 1.46 listbox.c 1.62 log.c 1.47 loop.c 1.75 main.c 1.60 menu.c 1.61 object.c 1.41 pointer.c 1.55 resource.c 1.54 scrollbar.c 1.55 sys_init.c 1.61 text.c 1.52 translations.c 1.53 pan2mot: 1.289 Built 11:50:33 94/10/07 vcs_ver.c 1.289 window.c 1.86 debugger.c 1.23 /opt/cobol/cobdir/rebuild: rebuild 97080511330610 GNB-019054000AA PA- RISC ncg v3.2.31 rbldmain 97080511324039 GNB-019054000AA PA- RISC ncg v3.2.31 rbldsub 97080511324853 GNB-019054000AA PA- RISC ncg v3.2.31 mscvsub 97080511325445 GNB-019054000AA PA- RISC ncg v3.2.31 cdfh 97080511330048 GNB-019054000AA PA- RISC ncg v3.2.31 RBD 7002 17Aug94 /opt/cobol/cobdir/reporter.lbr: reporter 97072515370608 GNB-019054000AA PA- RISC ncg v3.2.31 cwmtxtrd 97072515371229 GNB-019054000AA PA- RISC ncg v3.2.31 cwpfiler 97072515372053 GNB-019054000AA PA- RISC ncg v3.2.31 cwrdates 97072515372908 GNB-019054000AA PA- RISC ncg v3.2.31 cwrdescr 97072515373523 GNB-019054000AA PA- RISC ncg v3.2.31 cwrgetsl 97072515374161 GNB-019054000AA PA- RISC ncg v3.2.31 cwrinit 97072515375085 GNB-019054000AA PA- RISC ncg v3.2.31 cwrload 97072515380151 GNB-019054000AA PA- RISC ncg v3.2.31 cwrmain 97072515381464 GNB-019054000AA PA- RISC ncg v3.2.31 cwrmstrm 97072515382874 GNB-019054000AA PA- RISC ncg v3.2.31 cwrprint 97072515384357 GNB-019054000AA PA- RISC ncg v3.2.31 cwrslct 97072515385424 GNB-019054000AA PA- RISC ncg v3.2.31 cwrslink 97072515385949 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 97080511123190 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/cobrun.c: cobrun.c 1.17 /opt/cobol/cobdir/src/cobrun.h: None /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 97080511460676 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 97080511450133 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 97080511450915 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 97080511454563 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 97080511452929 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 97080511451758 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 97080511455353 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 97080511462764 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSVALRUN.o: DSVALRUN 97080511455956 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o: DSVRSCRN 97080511463313 GNB-027054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o: opcode7.c 1.2 fhix.c 1.27 /opt/cobol/cobdir/src/rebuild/callrb.o: callrb 97080511323184 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 97080511330048 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 97080511325445 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 97080511324039 GNB-019054000AA PA- RISC ncg v3.2.31 RBD 7002 17Aug94 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 97080511324853 GNB-019054000AA 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 97080511124447 GNB-019054000AA PA- RISC ncg v3.2.31 /opt/cobol/cobdir/src/ugetput.h: gpgetput.h 1.2 ugetput.sed 1.1 */ /opt/cobol/cobdir/src/usercall.c: usercall.c 1.3 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 97072515581779 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 97072515582494 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 97072515583143 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 97072515583867 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 97072515584833 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 97072515590060 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 97072515590541 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 97072515591153 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 97072515591802 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 97072515592262 GNB-019054000AA PA- RISC ncg v3.2.31 sysvalrn 97072515592850 GNB-019054000AA PA- RISC ncg v3.2.31 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/tools.lbr: Vrn Library V7.0.5nrV VrnMCF 002003013nrV /opt/cobol/cobdir/utils.lbr: linein 97072515163318 GNB-019054000AA PA- RISC ncg v3.2.31 CBLDC002 97072515160433 GNB-034053004A9 PA- RISC ncg v3.2.31 Vrn 4.0.00 nrV mfini 97080511082096 GNB-019054000AA PA- RISC ncg v3.2.31 VrnMFI 1.0.07nrV cksum(1) Output: 1683348724 108752 /opt/cobol/cobdir/ADIS.gnt 3289284282 112304 /opt/cobol/cobdir/ADISCF.gnt 676526299 11556 /opt/cobol/cobdir/ADISDYNA.gnt 2288123112 9084 /opt/cobol/cobdir/ADISINIT.gnt 3530680769 11372 /opt/cobol/cobdir/ADISKEY.gnt 670081518 20260 /opt/cobol/cobdir/ADISKEY2.gnt 1517874286 33920 /opt/cobol/cobdir/BTR2XFH.gnt 4137220965 8084 /opt/cobol/cobdir/CBLDC001.gnt 3534575317 6756 /opt/cobol/cobdir/CBLDC003.gnt 1796717342 4584 /opt/cobol/cobdir/CHECKFIL.gnt 2435494591 56800 /opt/cobol/cobdir/COBWIN2.gnt 973601426 4136 /opt/cobol/cobdir/DISPCONV.gnt 610887092 12804 /opt/cobol/cobdir/ESDSFH.gnt 20459927 131460 /opt/cobol/cobdir/FHREDIR.gnt 469527471 31136 /opt/cobol/cobdir/KEYBCF.gnt 2590134787 42416 /opt/cobol/cobdir/PANELS.gnt 1300878197 7340 /opt/cobol/cobdir/XFHLABEL.gnt 689219759 8248 /opt/cobol/cobdir/XFHNAME.gnt 3199790259 12216 /opt/cobol/cobdir/XFHTRACE.gnt 691784487 3556 /opt/cobol/cobdir/_CLASS.gnt 2224092745 3844 /opt/cobol/cobdir/_CODESET.gnt 4158740141 5512 /opt/cobol/cobdir/_sqlprld.gnt 3349373724 11824 /opt/cobol/cobdir/banner.gnt 3372918037 32852 /opt/cobol/cobdir/bin/adiscf 1874556839 78079 /opt/cobol/cobdir/bin/cob 3549679446 20530 /opt/cobol/cobdir/bin/cobprog 3372918037 32852 /opt/cobol/cobdir/bin/cobrun 1329402681 28751 /opt/cobol/cobdir/bin/cobwhat 2206399285 41075 /opt/cobol/cobdir/bin/fed 3372918037 32852 /opt/cobol/cobdir/bin/fhconvert 3372918037 32852 /opt/cobol/cobdir/bin/fhcreate 3372918037 32852 /opt/cobol/cobdir/bin/fhedit 3372918037 32852 /opt/cobol/cobdir/bin/fhinfo 3372918037 32852 /opt/cobol/cobdir/bin/fhrebuild 3372918037 32852 /opt/cobol/cobdir/bin/fhreorg 3372918037 32852 /opt/cobol/cobdir/bin/fhvalidate 3372918037 32852 /opt/cobol/cobdir/bin/forms2 3372918037 32852 /opt/cobol/cobdir/bin/fs 3372918037 32852 /opt/cobol/cobdir/bin/fsviewmot 3372918037 32852 /opt/cobol/cobdir/bin/keybcf 3231605251 20533 /opt/cobol/cobdir/bin/lbrinfo 3372918037 32852 /opt/cobol/cobdir/bin/mfsort 3372918037 32852 /opt/cobol/cobdir/bin/rebuild 3972366925 80768 /opt/cobol/cobdir/callrb.lbr 3372182710 41111 /opt/cobol/cobdir/ccitcp2 2472209622 174976 /opt/cobol/cobdir/cmenu.lbr 3597978697 3008 /opt/cobol/cobdir/cob.msg 3401836961 89752 /opt/cobol/cobdir/cobintfn.gnt 3073933493 22392 /opt/cobol/cobdir/coblib/cobcsym 4073153937 3374 /opt/cobol/cobdir/coblib/cobxsym 244744558 3461 /opt/cobol/cobdir/coblib/cobfsym 3620938408 1044 /opt/cobol/cobdir/coblib/hp_allraise.o 3819450590 21424 /opt/cobol/cobdir/coblib/hp_cblthread.o 1775720643 740 /opt/cobol/cobdir/coblib/hp_noasysigs.o 912908675 1036 /opt/cobol/cobdir/coblib/hp_nosignals.o 3950485353 740 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 368769794 748 /opt/cobol/cobdir/coblib/hp_raisetidy.o 3045655752 740 /opt/cobol/cobdir/coblib/hp_rtsraise.o 884168127 740 /opt/cobol/cobdir/coblib/hp_synraise.o 882982965 1971852 /opt/cobol/cobdir/coblib/libcobol.a 322973395 1947545 /opt/cobol/cobdir/coblib/libcobol.sl 1677766796 287592 /opt/cobol/cobdir/coblib/libcrtn.a 1157848122 251825 /opt/cobol/cobdir/coblib/libcrtn.sl 1457968166 159756 /opt/cobol/cobdir/coblib/libfhutil.a 3075351127 209480 /opt/cobol/cobdir/coblib/libfhutil.sl 3341398320 12303 /opt/cobol/cobdir/coblib/libhpcobol.sl 2591050028 12339 /opt/cobol/cobdir/coblib/libisstubs.sl 1838153915 159600 /opt/cobol/cobdir/coblib/libosx.a 2566985727 164426 /opt/cobol/cobdir/coblib/libosx.sl 231086879 64676 /opt/cobol/cobdir/coblib/libscreen.a 1632360940 65775 /opt/cobol/cobdir/coblib/libscreen.sl 651309070 34176 /opt/cobol/cobdir/coblib/libsupp.a 2740151696 49340 /opt/cobol/cobdir/coblib/libsupp.sl 691649257 2332 /opt/cobol/cobdir/coblib/map.s 836353706 3726 /opt/cobol/cobdir/coblib/xldyn.s 1111178605 52 /opt/cobol/cobdir/cobver 1490341037 17460 /opt/cobol/cobdir/commi.gnt 130306147 28228 /opt/cobol/cobdir/comms.gnt 1388015835 7384 /opt/cobol/cobdir/cwrcli.gnt 3303096180 27388 /opt/cobol/cobdir/dialog/DSCOMP.gnt 2414935909 6236 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 3611826120 40436 /opt/cobol/cobdir/dialog/DSFLD.gnt 3697785467 8568 /opt/cobol/cobdir/dialog/DSLCONV.gnt 4061913828 129628 /opt/cobol/cobdir/dialog/DSRUN.gnt 189589379 6548 /opt/cobol/cobdir/dialog/DSTERM.gnt 2941561789 3320 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 3527550612 6528 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 3608952576 13940 /opt/cobol/cobdir/dialog/DSVALRUN.gnt 4176052967 3448 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt 356488660 15924 /opt/cobol/cobdir/dialog/SSTRAN.gnt 269923947 66311 /opt/cobol/cobdir/docs/cbl_main.1 1190276033 68772 /opt/cobol/cobdir/docs/hp_README 3302490332 46671 /opt/cobol/cobdir/docs/hp_relnotes_cbl 1470438079 46853 /opt/cobol/cobdir/docs/rebuild.1 3309980364 10239 /opt/cobol/cobdir/docs/signals.1 980135582 81 /opt/cobol/cobdir/dsrtever 608171210 2816 /opt/cobol/cobdir/fcossec.gnt 1351720598 3020 /opt/cobol/cobdir/fhrdrpwd.gnt 1579504321 4320 /opt/cobol/cobdir/fhxscomp.gnt 3371075811 402794 /opt/cobol/cobdir/fs 38479101 5136 /opt/cobol/cobdir/fsclose.gnt 1543337001 26240 /opt/cobol/cobdir/fsview.gs 722986136 11136 /opt/cobol/cobdir/fsmgr.lbr 422742375 21876 /opt/cobol/cobdir/help.gnt 855686572 45696 /opt/cobol/cobdir/help.lbr 616371707 28544 /opt/cobol/cobdir/helpadcf.lbr 2822568391 15232 /opt/cobol/cobdir/helpname.lbr 3003920709 267648 /opt/cobol/cobdir/hyhelp.lbr 3602796427 5380 /opt/cobol/cobdir/hyhintf.gnt 3441079039 675 /opt/cobol/cobdir/lang/C/fsclose.lng 3441079039 675 /opt/cobol/cobdir/lang/default/fsclose.lng 3882259285 209984 /opt/cobol/cobdir/mFFH.gnt 2025007749 7983 /opt/cobol/cobdir/man/man1/cob.1 2510975582 139462 /opt/cobol/cobdir/mfsort 3103183171 121728 /opt/cobol/cobdir/name.lbr 3506479896 168960 /opt/cobol/cobdir/ohbld.lbr 999778998 94464 /opt/cobol/cobdir/on-line.lbr 4193279569 4091 /opt/cobol/cobdir/on-line/fsview.hnf 1607131645 47 /opt/cobol/cobdir/osxver 1166306279 406595 /opt/cobol/cobdir/pan2mot 520791589 151751 /opt/cobol/cobdir/rebuild 3945145445 316800 /opt/cobol/cobdir/reporter.lbr 2065344719 69679 /opt/cobol/cobdir/rts32 3201277045 11404 /opt/cobol/cobdir/sqlinit.gnt 2187892785 23528 /opt/cobol/cobdir/src/cobrun.c 1206054306 114 /opt/cobol/cobdir/src/cobrun.h 2865703221 22684 /opt/cobol/cobdir/src/dialog/DSCOMP.o 609023010 5900 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 3179657289 38640 /opt/cobol/cobdir/src/dialog/DSFLD.o 1052849664 8044 /opt/cobol/cobdir/src/dialog/DSLCONV.o 298907973 120416 /opt/cobol/cobdir/src/dialog/DSRUN.o 1741807633 6112 /opt/cobol/cobdir/src/dialog/DSTERM.o 2032657931 3148 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 3748874304 6096 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 1132417022 13048 /opt/cobol/cobdir/src/dialog/DSVALRUN.o 766660200 3288 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o 2559991331 139012 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 3999852831 2964 /opt/cobol/cobdir/src/rebuild/callrb.o 4129275884 10820 /opt/cobol/cobdir/src/rebuild/cdfh.o 4016909903 13980 /opt/cobol/cobdir/src/rebuild/mscvsub.o 1757491144 32756 /opt/cobol/cobdir/src/rebuild/rbldmain.o 2804994460 13600 /opt/cobol/cobdir/src/rebuild/rbldsub.o 1806489281 1400 /opt/cobol/cobdir/src/rts/ufhtab.o 2685260535 9900 /opt/cobol/cobdir/src/sql/sqlinit.o 2693208353 11115 /opt/cobol/cobdir/src/ugetput.h 2647090517 3906 /opt/cobol/cobdir/src/usercall.c 1706711069 240512 /opt/cobol/cobdir/sysrun.lbr 363438141 56960 /opt/cobol/cobdir/tools.lbr 2720471565 45696 /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_7098 PHSS_7712 PHSS_8857 PHSS_10127 Equivalent Patches: None Patch Package Size: 10620 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_11739 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_11739.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_11739.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_11739. 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_11739.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_11739.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