Patch Name: PHSS_8857 Patch Description: s700_800 10.0X-10 Cobol/UX Runtime B.10.29 to B.10.41 patch Creation Date: 96/10/17 Post Date: 96/10/31 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: COBOLRT.COBRT,B.10.03.10 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_8857 Symptoms: 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_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 Patch Files: /opt/cobol/cobdir/ADIS.gnt /opt/cobol/cobdir/ADISCF.gnt /opt/cobol/cobdir/ADISDYNA.gnt /opt/cobol/cobdir/ADISINIT.gnt /opt/cobol/cobdir/ADISKEY.gnt /opt/cobol/cobdir/ADISKEY2.gnt /opt/cobol/cobdir/BTR2XFH.gnt /opt/cobol/cobdir/CBLDC001.gnt /opt/cobol/cobdir/CBLDC003.gnt /opt/cobol/cobdir/CHECKFIL.gnt /opt/cobol/cobdir/COBWIN2.gnt /opt/cobol/cobdir/DISPCONV.gnt /opt/cobol/cobdir/ESDSFH.gnt /opt/cobol/cobdir/FHREDIR.gnt /opt/cobol/cobdir/KEYBCF.gnt /opt/cobol/cobdir/PANELS.gnt /opt/cobol/cobdir/XFHLABEL.gnt /opt/cobol/cobdir/XFHNAME.gnt /opt/cobol/cobdir/XFHTRACE.gnt /opt/cobol/cobdir/_CLASS.gnt /opt/cobol/cobdir/_CODESET.gnt /opt/cobol/cobdir/_sqlprld.gnt /opt/cobol/cobdir/banner.gnt /opt/cobol/cobdir/bin/adiscf /opt/cobol/cobdir/bin/cob /opt/cobol/cobdir/bin/cobprog /opt/cobol/cobdir/bin/cobrun /opt/cobol/cobdir/bin/cobwhat /opt/cobol/cobdir/bin/fed /opt/cobol/cobdir/bin/fhconvert /opt/cobol/cobdir/bin/fhcreate /opt/cobol/cobdir/bin/fhedit /opt/cobol/cobdir/bin/fhinfo /opt/cobol/cobdir/bin/fhrebuild /opt/cobol/cobdir/bin/fhreorg /opt/cobol/cobdir/bin/fhvalidate /opt/cobol/cobdir/bin/forms2 /opt/cobol/cobdir/bin/fs /opt/cobol/cobdir/bin/fsviewmot /opt/cobol/cobdir/bin/keybcf /opt/cobol/cobdir/bin/lbrinfo /opt/cobol/cobdir/bin/rebuild /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/lang/default/fsclose.lng /opt/cobol/cobdir/mFFH.gnt /opt/cobol/cobdir/man/man1/cob.1 /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 96100921071800 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADIS 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 96100919451299 GNB-019054000AA PA- RISC ncg B.10.35 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 96100921074175 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.33(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 96100921074776 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISINIT 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 96100921075331 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 96100921080042 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISKEY 3.5.33(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 96100921082346 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0200 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 96100921093657 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC001 7001 03Nov93 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 96100921094108 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 7002 31Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 96100921111359 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 96100419193505 GNB-019054000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 /opt/cobol/cobdir/DISPCONV.gnt: DISPCONV 96100920110874 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 96100921100049 GNB-019054000AA PA- RISC ncg B.10.35 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 96100921103267 GNB-019054000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 96100919483366 GNB-019054000AA PA- RISC ncg B.10.35 Vrn KEYBCF V1.1.15 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 96100419120508 GNB-019054000AA PA- RISC ncg B.10.35 PAN 4.0.18 13dec93 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 96100921095373 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 700 19Feb94 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 96100921094826 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME71013Jul94 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 96100921100549 GNB-019054000AA PA- RISC ncg B.10.35 XFHTRACE 8007 14Aug95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 96100921110483 GNB-019054000AA PA- RISC ncg B.10.35 CHK054 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 96100921110954 GNB-062053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 96100919533098 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/banner.gnt: banner 96100419433583 GNB-019054000AA PA- RISC ncg B.10.35 /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/rebuild: cobrun.c 1.17 /opt/cobol/cobdir/callrb.lbr: callrb 96100419595925 GNB-019054000AA PA- RISC ncg B.10.35 rbldmain 96100420000273 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 rbldsub 96100420000717 GNB-019054000AA PA- RISC ncg B.10.35 mscvsub 96100420001065 GNB-019054000AA PA- RISC ncg B.10.35 cdfh 96100420001392 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cmenu.lbr: cmenu 96100419483831 GNB-019054000AA PA- RISC ncg B.10.35 chkmenu 96100419482539 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cob.msg: cob.msg 3.7 90/03/06 14:06:01 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 96100921113063 GNB-019054000AA PA- RISC ncg B.10.35 COBINTFN 2.7.018 /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.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 COBWIN2 96100919423876 GNB-019054000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 mfini 96100919420128 GNB-019054000AA PA- RISC ncg B.10.35 VrnMFI 1.0.07nrV 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 96100919300864 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0200 cobintfn 96100919410670 GNB-019054000AA PA- RISC ncg B.10.35 COBINTFN 2.7.018 xeifun.c 1.1 _CLASS 96100919385314 GNB-019054000AA PA- RISC ncg B.10.35 CHK054 FHREDIR 96100919373096 GNB-019054000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV CHECKFIL 96100919390298 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 96100919342419 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 7002 31Jan94 XFHNAME 96100919342863 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME71013Jul94 XFHLABEL 96100919343296 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 700 19Feb94 fcossec 96100919375149 GNB-019054000AA PA- RISC ncg B.10.35 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 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 96100919275480 GNB-048056000AA PA- RISC ncg B.10.35 ADISDYNA 96100919281563 GNB-048056000AA PA- RISC ncg B.10.35 ADISINIT 96100919283019 GNB-048056000AA PA- RISC ncg B.10.35 ADISKEY 96100919283499 GNB-019054000AA PA- RISC ncg B.10.35 ADISKEY2 96100919284074 GNB-048056000AA PA- RISC ncg B.10.35 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 96100919291628 GNB-019054000AA PA- RISC ncg B.10.35 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 96100919415073 GNB-019054000AA PA- RISC ncg B.10.35 VrnMCF 002003013nrV direct2 96100919401917 GNB-019054000AA PA- RISC ncg B.10.35 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.15 fhext.c 1.5 opcode7.c 1.3 fhix.c 1.27 vcs_mfisam.c 1.19 fhixv.c 1.2 fhsort.c 1.15 mFFH 96100919334614 GNB-019054000AA PA- RISC ncg B.10.35 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 96100919385755 GNB-062053004A9 PA- RISC ncg B.10.35 XFHTRACE 96100919350292 GNB-019054000AA PA- RISC ncg B.10.35 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 96100919341970 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC001 7001 03Nov93 xegntAE.c 1.1 xegstar.c 1.13 Profiler Support rtprofil.c 1.3 gpprofi.c 1.1 REV: HP SESD Timebomb Code ldeloc.c 1.11 xerun.c 1.5 gpdynldi.c 1.1 gpintrpi.c 1.1 xerecurs.c 1.1 xedrtini.c 1.2 rtsavmc.c 1.2 fhrounew.c 1.9 gpfilei.c 1.1 oufhossp.c 1.17 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 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 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 ostime.c 1.2 shpalet.c 1.4 revecall.c 1.6 xerun.c 1.5 fhseq.c 1.10 fhsort.c 1.15 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.15 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 96100919265669 GNB-048056000AA PA- RISC ncg B.10.35 ADISDYNA 96100919271646 GNB-048056000AA PA- RISC ncg B.10.35 ADISINIT 96100919272209 GNB-048056000AA PA- RISC ncg B.10.35 ADISKEY 96100919272670 GNB-019054000AA PA- RISC ncg B.10.35 ADISKEY2 96100919273516 GNB-048056000AA PA- RISC ncg B.10.35 mFFH 96100919321341 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC001 96100919325513 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH 96100919295801 GNB-019054000AA PA- RISC ncg B.10.35 PANELS 96100919290346 GNB-019054000AA PA- RISC ncg B.10.35 direct2 96100919394074 GNB-019054000AA PA- RISC ncg B.10.35 mfconfig 96100919412902 GNB-019054000AA PA- RISC ncg B.10.35 cobintfn 96100919405301 GNB-019054000AA PA- RISC ncg B.10.35 _CLASS 96100919383986 GNB-019054000AA PA- RISC ncg B.10.35 _CODESET 96100919384416 GNB-062053004A9 PA- RISC ncg B.10.35 FHREDIR 96100919365739 GNB-019054000AA PA- RISC ncg B.10.35 CHECKFIL 96100919384823 GNB-019054000AA PA- RISC ncg B.10.35 COBWIN2 96100919422491 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 96100919325909 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME 96100919330393 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 96100919331074 GNB-019054000AA PA- RISC ncg B.10.35 XFHTRACE 96100919332709 GNB-019054000AA PA- RISC ncg B.10.35 fcossec 96100919371864 GNB-019054000AA PA- RISC ncg B.10.35 mfini 96100919413916 GNB-019054000AA PA- RISC ncg B.10.35 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 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 /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 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 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 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 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/cobver: None /opt/cobol/cobdir/commi.gnt: commi 96100919455495 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 96100919460183 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 96100920122793 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 96100920332492 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSERRHAN.gnt: DSERRHAN 96100920340150 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSFLD.gnt: DSFLD 96100920341212 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/dialog/DSLCONV.gnt: DSLCONV 96100920350021 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSRUN.gnt: DSRUN 96100920343741 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/dialog/DSTERM.gnt: DSTERM 96100920342205 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt: DSUSRCAL 96100920350525 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt: DSUXSYSP 96100920351639 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/dialog/DSVALRUN.gnt: DSVALRUN 96100920351030 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt: DSVRSCRN 96100920335520 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 96100920375991 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn SSTRAN (DSCHAR) rev 3 /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/dsrtever: None /opt/cobol/cobdir/fcossec.gnt: fcossec 96100921105477 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 96100920175113 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 96100920175597 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fs: fs 96100920182631 GNB-019054000AA PA- RISC ncg B.10.35 fsinst 96100920184342 GNB-019054000AA PA- RISC ncg B.10.35 fsinstpw 96100920185325 GNB-019054000AA PA- RISC ncg B.10.35 fspthnam 96100920185856 GNB-019054000AA PA- RISC ncg B.10.35 fsrcvr 96100920190462 GNB-019054000AA PA- RISC ncg B.10.35 fsseclog 96100920191439 GNB-019054000AA PA- RISC ncg B.10.35 fssecopn 96100920191892 GNB-019054000AA PA- RISC ncg B.10.35 fsserver 96100920193552 GNB-019054000AA PA- RISC ncg B.10.35 fhrdrpwd 96100920201933 GNB-019054000AA PA- RISC ncg B.10.35 fhxscomp 96100920202369 GNB-019054000AA PA- RISC ncg B.10.35 fs Vrn 7091 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 96100920181242 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 96100419572190 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/help.gnt: help 96100919470796 GNB-019054000AA PA- RISC ncg B.10.35 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 96100419231343 GNB-012054000AA PA- RISC ncg B.10.35 Vrn 4.1.19 nrV hyhelp 96100419230008 GNB-012054000AA PA- RISC ncg B.10.35 Vrn 4.1.19 nrV hnfeng 96100419223134 GNB-019054000AA PA- RISC ncg B.10.35 HF2ENG 5.0.2016Mar94 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 96100919474365 GNB-012054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/lang/C/fsclose.lng: None /opt/cobol/cobdir/lang/default/fsclose.lng: None /opt/cobol/cobdir/mFFH.gnt: mFFH 96100921085054 GNB-019054000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 /opt/cobol/cobdir/man/man1/cob.1: None /opt/cobol/cobdir/name.lbr: name 96100419235225 GNB-019054000AA PA- RISC ncg B.10.35 fndcat 96100419240215 GNB-019054000AA PA- RISC ncg B.10.35 fmtch 96100419240497 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ohbld.lbr: ohbld 96100419591800 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.1.05 nrV ohbldcmd 96100419593082 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/on-line.lbr: on-line 96100419584574 GNB-012054000AA PA- RISC ncg B.10.35 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 96100920215642 GNB-019054000AA PA- RISC ncg B.10.35 rbldmain 96100920213279 GNB-019054000AA PA- RISC ncg B.10.35 rbldsub 96100920214075 GNB-019054000AA PA- RISC ncg B.10.35 mscvsub 96100920214587 GNB-019054000AA PA- RISC ncg B.10.35 cdfh 96100920215109 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 /opt/cobol/cobdir/reporter.lbr: reporter 96100419373389 GNB-019054000AA PA- RISC ncg B.10.35 cwmtxtrd 96100419373900 GNB-019054000AA PA- RISC ncg B.10.35 cwpfiler 96100419374435 GNB-019054000AA PA- RISC ncg B.10.35 cwrdates 96100419375080 GNB-019054000AA PA- RISC ncg B.10.35 cwrdescr 96100419375428 GNB-019054000AA PA- RISC ncg B.10.35 cwrgetsl 96100419375805 GNB-019054000AA PA- RISC ncg B.10.35 cwrinit 96100419380417 GNB-019054000AA PA- RISC ncg B.10.35 cwrload 96100419381039 GNB-019054000AA PA- RISC ncg B.10.35 cwrmain 96100419381759 GNB-019054000AA PA- RISC ncg B.10.35 cwrmstrm 96100419382542 GNB-019054000AA PA- RISC ncg B.10.35 cwrprint 96100419382948 GNB-019054000AA PA- RISC ncg B.10.35 cwrslct 96100419383347 GNB-019054000AA PA- RISC ncg B.10.35 cwrslink 96100419383655 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 96100919532575 GNB-019054000AA PA- RISC ncg B.10.35 /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 96100920363237 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSCOMP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSERRHAN.o: DSERRHAN 96100920352149 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSERRHAN (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSFLD.o: DSFLD 96100920352850 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSFLD (DSCHAR) rev 21 /opt/cobol/cobdir/src/dialog/DSLCONV.o: DSLCONV 96100920361615 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSLCONV (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSRUN.o: DSRUN 96100920355247 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSRUN (DSCHAR) rev 41 /opt/cobol/cobdir/src/dialog/DSTERM.o: DSTERM 96100920353822 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSTERM (DSCHAR) rev 1 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o: DSUSRCAL 96100920362057 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSUSRCAL (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o: DSUXSYSP 96100920364814 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSUXSYSP (DSCHAR) rev 2 /opt/cobol/cobdir/src/dialog/DSVALRUN.o: DSVALRUN 96100920362551 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn DSVALRUN (DSCHAR) rev 6 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o: DSVRSCRN 96100920365308 GNB-027054000AA PA- RISC ncg B.10.35 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 96100920212754 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 96100920215109 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 96100920214587 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 96100920213279 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 96100920214075 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 96100919533556 GNB-019054000AA PA- RISC ncg B.10.35 /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 96100419555192 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 96100419555619 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 96100419560071 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 96100419560628 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 96100419561335 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 96100419562305 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 96100419562613 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 96100419562994 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 96100419563617 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 96100419563916 GNB-019054000AA PA- RISC ncg B.10.35 sysvalrn 96100419564257 GNB-019054000AA PA- RISC ncg B.10.35 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 96100419242338 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC002 96100419241526 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.0.00 nrV mfini 96100919490893 GNB-019054000AA PA- RISC ncg B.10.35 VrnMFI 1.0.07nrV /opt/cobol/cobdir/coblib/cobxsym: None /opt/cobol/cobdir/coblib/xldyn.s: None /opt/cobol/cobdir/docs/cbl_main.1: Vrn/main.1/3.2.04/17Aug94/nrV /opt/cobol/cobdir/docs/signals.1: Vrn/signals.1/3.2.02ech/26May94/nrV cksum(1) Output: 940301055 104484 /opt/cobol/cobdir/ADIS.gnt 68745442 112124 /opt/cobol/cobdir/ADISCF.gnt 1681472521 11612 /opt/cobol/cobdir/ADISDYNA.gnt 3669941870 9108 /opt/cobol/cobdir/ADISINIT.gnt 2641415699 11404 /opt/cobol/cobdir/ADISKEY.gnt 4208109552 20200 /opt/cobol/cobdir/ADISKEY2.gnt 78128902 34856 /opt/cobol/cobdir/BTR2XFH.gnt 3367106136 8064 /opt/cobol/cobdir/CBLDC001.gnt 691315082 6744 /opt/cobol/cobdir/CBLDC003.gnt 1274065336 4820 /opt/cobol/cobdir/CHECKFIL.gnt 603660040 58196 /opt/cobol/cobdir/COBWIN2.gnt 565321369 4180 /opt/cobol/cobdir/DISPCONV.gnt 1506173280 12832 /opt/cobol/cobdir/ESDSFH.gnt 746130601 134196 /opt/cobol/cobdir/FHREDIR.gnt 392225297 31152 /opt/cobol/cobdir/KEYBCF.gnt 1846778210 41452 /opt/cobol/cobdir/PANELS.gnt 3965018969 7384 /opt/cobol/cobdir/XFHLABEL.gnt 2151838788 8324 /opt/cobol/cobdir/XFHNAME.gnt 3891513343 12216 /opt/cobol/cobdir/XFHTRACE.gnt 2696075022 3592 /opt/cobol/cobdir/_CLASS.gnt 4272152058 3896 /opt/cobol/cobdir/_CODESET.gnt 4132797345 5612 /opt/cobol/cobdir/_sqlprld.gnt 2298059988 11840 /opt/cobol/cobdir/banner.gnt 4179182382 32768 /opt/cobol/cobdir/bin/adiscf 558293461 77824 /opt/cobol/cobdir/bin/cob 49149637 20480 /opt/cobol/cobdir/bin/cobprog 4179182382 32768 /opt/cobol/cobdir/bin/cobrun 1214644636 28672 /opt/cobol/cobdir/bin/cobwhat 1905573235 36864 /opt/cobol/cobdir/bin/fed 4179182382 32768 /opt/cobol/cobdir/bin/fhconvert 4179182382 32768 /opt/cobol/cobdir/bin/fhcreate 4179182382 32768 /opt/cobol/cobdir/bin/fhedit 4179182382 32768 /opt/cobol/cobdir/bin/fhinfo 4179182382 32768 /opt/cobol/cobdir/bin/fhrebuild 4179182382 32768 /opt/cobol/cobdir/bin/fhreorg 4179182382 32768 /opt/cobol/cobdir/bin/fhvalidate 4179182382 32768 /opt/cobol/cobdir/bin/forms2 4179182382 32768 /opt/cobol/cobdir/bin/fs 4179182382 32768 /opt/cobol/cobdir/bin/fsviewmot 4179182382 32768 /opt/cobol/cobdir/bin/keybcf 1163325293 20480 /opt/cobol/cobdir/bin/lbrinfo 4179182382 32768 /opt/cobol/cobdir/bin/rebuild 1815773703 82176 /opt/cobol/cobdir/callrb.lbr 2867252186 36864 /opt/cobol/cobdir/ccitcp2 3667781406 174976 /opt/cobol/cobdir/cmenu.lbr 3597978697 3008 /opt/cobol/cobdir/cob.msg 3944492491 89656 /opt/cobol/cobdir/cobintfn.gnt 291118273 11196 /opt/cobol/cobdir/coblib/cobcsym 244744558 3461 /opt/cobol/cobdir/coblib/cobfsym 3288629370 804 /opt/cobol/cobdir/coblib/hp_allraise.o 2482864809 21864 /opt/cobol/cobdir/coblib/hp_cblthread.o 106480162 620 /opt/cobol/cobdir/coblib/hp_noasysigs.o 2586682403 804 /opt/cobol/cobdir/coblib/hp_nosignals.o 1413915082 620 /opt/cobol/cobdir/coblib/hp_nosynsigs.o 1267127706 628 /opt/cobol/cobdir/coblib/hp_raisetidy.o 2949377675 620 /opt/cobol/cobdir/coblib/hp_rtsraise.o 686498816 620 /opt/cobol/cobdir/coblib/hp_synraise.o 1770246172 1920904 /opt/cobol/cobdir/coblib/libcobol.a 3337402844 1859584 /opt/cobol/cobdir/coblib/libcobol.sl 1753328323 275256 /opt/cobol/cobdir/coblib/libcrtn.a 351910781 233472 /opt/cobol/cobdir/coblib/libcrtn.sl 322779330 155128 /opt/cobol/cobdir/coblib/libfhutil.a 1597075317 196608 /opt/cobol/cobdir/coblib/libfhutil.sl 2963200357 12288 /opt/cobol/cobdir/coblib/libhpcobol.sl 3753570077 12288 /opt/cobol/cobdir/coblib/libisstubs.sl 1921715188 157984 /opt/cobol/cobdir/coblib/libosx.a 4164978649 155648 /opt/cobol/cobdir/coblib/libosx.sl 3881780771 62348 /opt/cobol/cobdir/coblib/libscreen.a 3004140684 65536 /opt/cobol/cobdir/coblib/libscreen.sl 1028757455 33608 /opt/cobol/cobdir/coblib/libsupp.a 4167097079 49152 /opt/cobol/cobdir/coblib/libsupp.sl 691649257 2332 /opt/cobol/cobdir/coblib/map.s 780213304 52 /opt/cobol/cobdir/cobver 498896933 17492 /opt/cobol/cobdir/commi.gnt 1235861085 28144 /opt/cobol/cobdir/comms.gnt 3526861786 7404 /opt/cobol/cobdir/cwrcli.gnt 115307685 27896 /opt/cobol/cobdir/dialog/DSCOMP.gnt 1227417041 6276 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 778841739 40264 /opt/cobol/cobdir/dialog/DSFLD.gnt 4169638073 8608 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2486448066 127984 /opt/cobol/cobdir/dialog/DSRUN.gnt 2471939527 6560 /opt/cobol/cobdir/dialog/DSTERM.gnt 2873548567 3360 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 1195821174 6556 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 1320671358 14104 /opt/cobol/cobdir/dialog/DSVALRUN.gnt 4165959293 3480 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt 3877923350 15888 /opt/cobol/cobdir/dialog/SSTRAN.gnt 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 939678487 81 /opt/cobol/cobdir/dsrtever 3503406850 2860 /opt/cobol/cobdir/fcossec.gnt 2128416819 3056 /opt/cobol/cobdir/fhrdrpwd.gnt 95755270 4368 /opt/cobol/cobdir/fhxscomp.gnt 3067206480 393216 /opt/cobol/cobdir/fs 2081910933 5164 /opt/cobol/cobdir/fsclose.gnt 2414502978 11776 /opt/cobol/cobdir/fsmgr.lbr 1543337001 26240 /opt/cobol/cobdir/fsview.gs 4127998523 21860 /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 4017771711 275072 /opt/cobol/cobdir/hyhelp.lbr 2812016926 5376 /opt/cobol/cobdir/hyhintf.gnt 3441079039 675 /opt/cobol/cobdir/lang/C/fsclose.lng 3441079039 675 /opt/cobol/cobdir/lang/default/fsclose.lng 3999155170 209164 /opt/cobol/cobdir/mFFH.gnt 2025007749 7983 /opt/cobol/cobdir/man/man1/cob.1 418160442 121600 /opt/cobol/cobdir/name.lbr 3067812072 168576 /opt/cobol/cobdir/ohbld.lbr 3016936180 94208 /opt/cobol/cobdir/on-line.lbr 4193279569 4091 /opt/cobol/cobdir/on-line/fsview.hnf 1570968692 47 /opt/cobol/cobdir/osxver 1439808722 409600 /opt/cobol/cobdir/pan2mot 1408319082 151552 /opt/cobol/cobdir/rebuild 4229391832 317312 /opt/cobol/cobdir/reporter.lbr 3790835039 69632 /opt/cobol/cobdir/rts32 1023358673 11416 /opt/cobol/cobdir/sqlinit.gnt 2187892785 23528 /opt/cobol/cobdir/src/cobrun.c 1206054306 114 /opt/cobol/cobdir/src/cobrun.h 1201347177 23196 /opt/cobol/cobdir/src/dialog/DSCOMP.o 596853068 5952 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 2488611572 38472 /opt/cobol/cobdir/src/dialog/DSFLD.o 234773960 8084 /opt/cobol/cobdir/src/dialog/DSLCONV.o 277060502 118828 /opt/cobol/cobdir/src/dialog/DSRUN.o 2118957593 6144 /opt/cobol/cobdir/src/dialog/DSTERM.o 2795372018 3192 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 109546154 6124 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 1102559650 13196 /opt/cobol/cobdir/src/dialog/DSVALRUN.o 2173003886 3320 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o 4069797615 138956 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 918558214 2996 /opt/cobol/cobdir/src/rebuild/callrb.o 1619080389 11016 /opt/cobol/cobdir/src/rebuild/cdfh.o 99734062 14572 /opt/cobol/cobdir/src/rebuild/mscvsub.o 4095091379 32768 /opt/cobol/cobdir/src/rebuild/rbldmain.o 1521488203 14312 /opt/cobol/cobdir/src/rebuild/rbldsub.o 3463364571 1280 /opt/cobol/cobdir/src/rts/ufhtab.o 2010031572 9928 /opt/cobol/cobdir/src/sql/sqlinit.o 2693208353 11115 /opt/cobol/cobdir/src/ugetput.h 2647090517 3906 /opt/cobol/cobdir/src/usercall.c 3487059943 239616 /opt/cobol/cobdir/sysrun.lbr 363438141 56960 /opt/cobol/cobdir/tools.lbr 254161369 44800 /opt/cobol/cobdir/utils.lbr 4073153937 3374 /opt/cobol/cobdir/coblib/cobxsym 836353706 3726 /opt/cobol/cobdir/coblib/xldyn.s 269923947 66311 /opt/cobol/cobdir/docs/cbl_main.1 3309980364 10239 /opt/cobol/cobdir/docs/signals.1 Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7098 PHSS_7712 Equivalent Patches: None Patch Package Size: 10270 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_8857 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_8857.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_8857.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_8857. 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_8857.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_8857.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