Patch Name: PHSS_10127 Patch Description: s700_800 10.0X-10 Cobol/UX Runtime B.10.29 to B.10.42 Creation Date: 97/02/22 Post Date: 97/03/05 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_10127 Symptoms: 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_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/utils.lbr /opt/cobol/cobdir/tools.lbr what(1) Output: /opt/cobol/cobdir/ADIS.gnt: ADIS 97020713045897 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADIS 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISCF.gnt: ADISCF 97020712130425 GNB-019054000AA PA- RISC ncg B.10.35 Vrn ADISCF 1.3.22 nrV /opt/cobol/cobdir/ADISDYNA.gnt: ADISDYNA 97020713051235 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISDYNA 3.5.33(U7) nrV /opt/cobol/cobdir/ADISINIT.gnt: ADISINIT 97020713051704 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISINIT 3.5.33(U7) nrV Base version /opt/cobol/cobdir/ADISKEY.gnt: ADISKEY 97020713052118 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ADISKEY2.gnt: ADISKEY2 97020713052606 GNB-048056000AA PA- RISC ncg B.10.35 Vrn ADISKEY 3.5.33(U7) nrV Base version /opt/cobol/cobdir/BTR2XFH.gnt: BTR2XFH 97020713054360 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0200 /opt/cobol/cobdir/CBLDC001.gnt: CBLDC001 97020713062593 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC001 7001 03Nov93 /opt/cobol/cobdir/CBLDC003.gnt: CBLDC003 97020713062998 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 7002 31Jan94 /opt/cobol/cobdir/CHECKFIL.gnt: CHECKFIL 97020713074424 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/COBWIN2.gnt: COBWIN2 97011618302223 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 97020712280772 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ESDSFH.gnt: ESDSFH 97020713064794 GNB-019054000AA PA- RISC ncg B.10.35 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/FHREDIR.gnt: FHREDIR 97020713070534 GNB-019054000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV /opt/cobol/cobdir/KEYBCF.gnt: KEYBCF 97020712145768 GNB-019054000AA PA- RISC ncg B.10.35 Vrn KEYBCF V1.1.15 nrV Base version /opt/cobol/cobdir/PANELS.gnt: PANELS 97011618205889 GNB-019054000AA PA- RISC ncg B.10.35 PAN 4.0.18 13dec93 /opt/cobol/cobdir/XFHLABEL.gnt: XFHLABEL 97020713063902 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 700 19Feb94 /opt/cobol/cobdir/XFHNAME.gnt: XFHNAME 97020713063492 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME71013Jul94 /opt/cobol/cobdir/XFHTRACE.gnt: XFHTRACE 97020713064322 GNB-019054000AA PA- RISC ncg B.10.35 XFHTRACE 8007 14Aug95 /opt/cobol/cobdir/_CLASS.gnt: _CLASS 97020713073128 GNB-019054000AA PA- RISC ncg B.10.35 CHK054 /opt/cobol/cobdir/_CODESET.gnt: _CODESET 97020713074042 GNB-062053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/_sqlprld.gnt: _sqlprld 97020712184082 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/banner.gnt: banner 97011619010399 GNB-019054000AA PA- RISC ncg B.10.35 /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/fhrebuild: 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/rebuild: cobrun.c 1.17 /opt/cobol/cobdir/bin/mfsort: cobrun.c 1.17 /opt/cobol/cobdir/callrb.lbr: callrb 97011619135595 GNB-019054000AA PA- RISC ncg B.10.35 rbldmain 97011619135949 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 rbldsub 97011619140511 GNB-019054000AA PA- RISC ncg B.10.35 mscvsub 97011619140938 GNB-019054000AA PA- RISC ncg B.10.35 cdfh 97011619141305 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/mfsort: mfsort 97020712301862 GNB-019054000AA PA- RISC ncg B.10.35 fhsort.c 1.35/ech2 /opt/cobol/cobdir/cmenu.lbr: cmenu 97011619073559 GNB-019054000AA PA- RISC ncg B.10.35 chkmenu 97011619072165 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cobintfn.gnt: cobintfn 97020713075881 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_cblthread.o: HP COBOL One-Thread Mode Support /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 97020712104156 GNB-019054000AA PA- RISC ncg B.10.35 Vrn COBW 3.2.05 Bld01 Vrn COBWIN2 V3.2 Rev 1.10 mfini 97020712101909 GNB-019054000AA PA- RISC ncg B.10.35 VrnMFI 1.0.07nrV ESDSFH 97020712060114 GNB-019054000AA PA- RISC ncg B.10.35 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 97020712022404 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH VRN=0200 cobintfn 97020712094778 GNB-019054000AA PA- RISC ncg B.10.35 COBINTFN 2.7.018 xeifun.c 1.1 _CLASS 97020712082644 GNB-019054000AA PA- RISC ncg B.10.35 CHK054 FHREDIR 97020712073818 GNB-019054000AA PA- RISC ncg B.10.35 FHREDIR Vrn 8083 nrV CHECKFIL 97020712083307 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 97020712054580 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 7002 31Jan94 XFHNAME 97020712054992 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME71013Jul94 XFHLABEL 97020712055345 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 700 19Feb94 fcossec 97020712075040 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/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 97020712005699 GNB-048056000AA PA- RISC ncg B.10.35 ADISDYNA 97020712010928 GNB-048056000AA PA- RISC ncg B.10.35 ADISINIT 97020712011547 GNB-048056000AA PA- RISC ncg B.10.35 ADISKEY 97020712012052 GNB-019054000AA PA- RISC ncg B.10.35 ADISKEY2 97020712012959 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 97020712015134 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 97020712101334 GNB-019054000AA PA- RISC ncg B.10.35 VrnMCF 002003013nrV direct2 97020712091437 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.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 97020712051935 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 97020712082988 GNB-062053004A9 PA- RISC ncg B.10.35 XFHTRACE 97020712055714 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 97020712054221 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 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 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 97020712002209 GNB-048056000AA PA- RISC ncg B.10.35 ADISDYNA 97020712003404 GNB-048056000AA PA- RISC ncg B.10.35 ADISINIT 97020712003799 GNB-048056000AA PA- RISC ncg B.10.35 ADISKEY 97020712004155 GNB-019054000AA PA- RISC ncg B.10.35 ADISKEY2 97020712004628 GNB-048056000AA PA- RISC ncg B.10.35 mFFH 97020712041369 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC001 97020712044715 GNB-019054000AA PA- RISC ncg B.10.35 BTR2XFH 97020712021757 GNB-019054000AA PA- RISC ncg B.10.35 PANELS 97020712014338 GNB-019054000AA PA- RISC ncg B.10.35 direct2 97020712085691 GNB-019054000AA PA- RISC ncg B.10.35 mfconfig 97020712100102 GNB-019054000AA PA- RISC ncg B.10.35 cobintfn 97020712093869 GNB-019054000AA PA- RISC ncg B.10.35 _CLASS 97020712081670 GNB-019054000AA PA- RISC ncg B.10.35 _CODESET 97020712081991 GNB-062053004A9 PA- RISC ncg B.10.35 FHREDIR 97020712071776 GNB-019054000AA PA- RISC ncg B.10.35 CHECKFIL 97020712082325 GNB-019054000AA PA- RISC ncg B.10.35 COBWIN2 97020712103254 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC003 97020712045155 GNB-019054000AA PA- RISC ncg B.10.35 XFHNAME 97020712045604 GNB-019054000AA PA- RISC ncg B.10.35 XFHLABEL 97020712045992 GNB-019054000AA PA- RISC ncg B.10.35 XFHTRACE 97020712050351 GNB-019054000AA PA- RISC ncg B.10.35 fcossec 97020712073060 GNB-019054000AA PA- RISC ncg B.10.35 mfini 97020712100708 GNB-019054000AA PA- RISC ncg B.10.35 ESDSFH 97020712050776 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 ESDSFH 8008 30Mar95 /opt/cobol/cobdir/coblib/libhpcobol.sl: None /opt/cobol/cobdir/cobver: None /opt/cobol/cobdir/commi.gnt: commi 97020712132609 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/comms.gnt: COBOL0COMMS 97020712133185 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/cwrcli.gnt: cwrcli 97020712284767 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/dialog/DSCOMP.gnt: DSCOMP 97020712421697 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 97020712424128 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 97020712424676 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 97020712431820 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 97020712430346 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 97020712425418 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 97020712432286 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 97020712433270 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 97020712432772 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 97020712423720 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/dialog/SSTRAN.gnt: SSTRAN 97020712451545 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 Vrn SSTRAN (DSCHAR) rev 3 /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 97020713071909 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhrdrpwd.gnt: fhrdrpwd 97020712320323 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fhxscomp.gnt: fhxscomp 97020712320751 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fs: fs 97020712322901 GNB-019054000AA PA- RISC ncg B.10.35 fsinst 97020712323710 GNB-019054000AA PA- RISC ncg B.10.35 fsinstpw 97020712324356 GNB-019054000AA PA- RISC ncg B.10.35 fspthnam 97020712324788 GNB-019054000AA PA- RISC ncg B.10.35 fsrcvr 97020712325363 GNB-019054000AA PA- RISC ncg B.10.35 fsseclog 97020712325963 GNB-019054000AA PA- RISC ncg B.10.35 fssecopn 97020712330312 GNB-019054000AA PA- RISC ncg B.10.35 fsserver 97020712331410 GNB-019054000AA PA- RISC ncg B.10.35 fhrdrpwd 97020712333072 GNB-019054000AA PA- RISC ncg B.10.35 fhxscomp 97020712333424 GNB-019054000AA PA- RISC ncg B.10.35 fs Vrn 7091 nrV /opt/cobol/cobdir/fsclose.gnt: fsclose 97020712321905 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsmgr.lbr: fsmgr 97011619102619 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/fsview.gs: None /opt/cobol/cobdir/help.gnt: help 97020712140992 GNB-019054000AA PA- RISC ncg B.10.35 Vrn 5.28 nrV /opt/cobol/cobdir/helpname.lbr: None /opt/cobol/cobdir/hyhelp.lbr: onleng 97011618355498 GNB-012054000AA PA- RISC ncg B.10.35 Vrn 4.1.19 nrV hyhelp 97011618353826 GNB-012054000AA PA- RISC ncg B.10.35 Vrn 4.1.19 nrV hnfeng 97011618350130 GNB-019054000AA PA- RISC ncg B.10.35 HF2ENG 5.0.2016Mar94 /opt/cobol/cobdir/hyhintf.gnt: hyhintf 97020712143208 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 97020713060077 GNB-019054000AA PA- RISC ncg B.10.35 XFH 8184 B 06Jul95 /opt/cobol/cobdir/name.lbr: name 97011618364424 GNB-019054000AA PA- RISC ncg B.10.35 fndcat 97011618365530 GNB-019054000AA PA- RISC ncg B.10.35 fmtch 97011618365888 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/ohbld.lbr: ohbld 97011619125953 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.1.05 nrV ohbldcmd 97011619131477 GNB-034053004A9 PA- RISC ncg B.10.35 /opt/cobol/cobdir/on-line.lbr: on-line 97011619121805 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 97020712343360 GNB-019054000AA PA- RISC ncg B.10.35 rbldmain 97020712341495 GNB-019054000AA PA- RISC ncg B.10.35 rbldsub 97020712342045 GNB-019054000AA PA- RISC ncg B.10.35 mscvsub 97020712342523 GNB-019054000AA PA- RISC ncg B.10.35 cdfh 97020712342965 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 /opt/cobol/cobdir/reporter.lbr: reporter 97011618534237 GNB-019054000AA PA- RISC ncg B.10.35 cwmtxtrd 97011618534761 GNB-019054000AA PA- RISC ncg B.10.35 cwpfiler 97011618535604 GNB-019054000AA PA- RISC ncg B.10.35 cwrdates 97011618540326 GNB-019054000AA PA- RISC ncg B.10.35 cwrdescr 97011618540690 GNB-019054000AA PA- RISC ncg B.10.35 cwrgetsl 97011618541110 GNB-019054000AA PA- RISC ncg B.10.35 cwrinit 97011618541738 GNB-019054000AA PA- RISC ncg B.10.35 cwrload 97011618542441 GNB-019054000AA PA- RISC ncg B.10.35 cwrmain 97011618543296 GNB-019054000AA PA- RISC ncg B.10.35 cwrmstrm 97011618544135 GNB-019054000AA PA- RISC ncg B.10.35 cwrprint 97011618544635 GNB-019054000AA PA- RISC ncg B.10.35 cwrslct 97011618545067 GNB-019054000AA PA- RISC ncg B.10.35 cwrslink 97011618545413 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/rts32: None /opt/cobol/cobdir/sqlinit.gnt: sqlinit 97020712183637 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/dialog/DSCOMP.o: DSCOMP 97020712442405 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 97020712433658 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 97020712434169 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 97020712441076 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 97020712435693 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 97020712434840 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 97020712441458 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 97020712442923 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 97020712441861 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 97020712443321 GNB-027054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.3.36 Bld01 /opt/cobol/cobdir/src/rebuild/callrb.o: callrb 97020712341019 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/cdfh.o: cdfh 97020712342965 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/mscvsub.o: mscvsub 97020712342523 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/rebuild/rbldmain.o: rbldmain 97020712341495 GNB-019054000AA PA- RISC ncg B.10.35 RBD 7002 17Aug94 /opt/cobol/cobdir/src/rebuild/rbldsub.o: rbldsub 97020712342045 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/src/sql/sqlinit.o: sqlinit 97020712184500 GNB-019054000AA PA- RISC ncg B.10.35 /opt/cobol/cobdir/sysrun.lbr: sysdlgin 97011619084706 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSDLGINI (DSCHAR) rev 1 DSERRHAN 97011619085165 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSERRHAN (DSCHAR) rev 1 DSFLD 97011619085638 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSFLD (DSCHAR) rev 12 syslconv 97011619090320 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSLCONV (DSCHAR) rev 2 sysrun 97011619091080 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSRUN (DSCHAR) rev 17 syssyfmt 97011619092196 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSSYSFMT (DSCHAR) rev 1 systerm 97011619092521 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTERM (DSCHAR) rev 1 systracr 97011619092929 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSTRACER (DSCHAR) rev 2 sysuscal 97011619093404 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSUSRCAL (DSCHAR) rev 1 sysusfmt 97011619093755 GNB-019054000AA PA- RISC ncg B.10.35 sysvalrn 97011619094115 GNB-019054000AA PA- RISC ncg B.10.35 Vrn DIALOG 2.2.42 Bld01 Vrn DSVALRUN (DSCHAR) rev 5 /opt/cobol/cobdir/utils.lbr: linein 97011618372724 GNB-019054000AA PA- RISC ncg B.10.35 CBLDC002 97011618371599 GNB-034053004A9 PA- RISC ncg B.10.35 Vrn 4.0.00 nrV mfini 97020712151846 GNB-019054000AA PA- RISC ncg B.10.35 VrnMFI 1.0.07nrV /opt/cobol/cobdir/bin/adiscf: cobrun.c 1.17 /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/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/keybcf: cobrun.c 1.17 /opt/cobol/cobdir/bin/lbrinfo: None /opt/cobol/cobdir/ccitcp2: main.c 1.18 tcpnet.c 1.43 loop.c 1.24 name.c 1.18 /opt/cobol/cobdir/cob.msg: cob.msg 3.7 90/03/06 14:06:01 /opt/cobol/cobdir/coblib/cobxsym: None /opt/cobol/cobdir/coblib/hp_allraise.o: None /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/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/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/coblib/xldyn.s: None /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/signals.1: Vrn/signals.1/3.2.02ech/26May94/nrV /opt/cobol/cobdir/help.lbr: None /opt/cobol/cobdir/helpadcf.lbr: None /opt/cobol/cobdir/man/man1/cob.1: None /opt/cobol/cobdir/src/cobrun.c: cobrun.c 1.17 /opt/cobol/cobdir/src/cobrun.h: None /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o: opcode7.c 1.2 fhix.c 1.27 /opt/cobol/cobdir/src/rts/ufhtab.o: fhtable.c 1.6 /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/tools.lbr: Vrn Library V7.0.5nrV VrnMCF 002003013nrV cksum(1) Output: 2192810963 104452 /opt/cobol/cobdir/ADIS.gnt 1209327581 112116 /opt/cobol/cobdir/ADISCF.gnt 3251223443 11604 /opt/cobol/cobdir/ADISDYNA.gnt 3774936426 9108 /opt/cobol/cobdir/ADISINIT.gnt 1894708621 11404 /opt/cobol/cobdir/ADISKEY.gnt 3054942413 20212 /opt/cobol/cobdir/ADISKEY2.gnt 2097752748 34848 /opt/cobol/cobdir/BTR2XFH.gnt 907042745 8064 /opt/cobol/cobdir/CBLDC001.gnt 2884288331 6744 /opt/cobol/cobdir/CBLDC003.gnt 531435644 4820 /opt/cobol/cobdir/CHECKFIL.gnt 2956930306 58188 /opt/cobol/cobdir/COBWIN2.gnt 3490712991 4172 /opt/cobol/cobdir/DISPCONV.gnt 1060052653 12824 /opt/cobol/cobdir/ESDSFH.gnt 1757817996 134188 /opt/cobol/cobdir/FHREDIR.gnt 4160687737 31152 /opt/cobol/cobdir/KEYBCF.gnt 1501955174 41444 /opt/cobol/cobdir/PANELS.gnt 2548697849 7384 /opt/cobol/cobdir/XFHLABEL.gnt 2782957687 8324 /opt/cobol/cobdir/XFHNAME.gnt 2007128340 12216 /opt/cobol/cobdir/XFHTRACE.gnt 2017035772 3592 /opt/cobol/cobdir/_CLASS.gnt 1192445220 3888 /opt/cobol/cobdir/_CODESET.gnt 1509510983 5620 /opt/cobol/cobdir/_sqlprld.gnt 1413234262 11840 /opt/cobol/cobdir/banner.gnt 3162832508 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 4179182382 32768 /opt/cobol/cobdir/bin/fhrebuild 4179182382 32768 /opt/cobol/cobdir/bin/fs 4179182382 32768 /opt/cobol/cobdir/bin/fsviewmot 4179182382 32768 /opt/cobol/cobdir/bin/rebuild 4179182382 32768 /opt/cobol/cobdir/bin/mfsort 121792922 82176 /opt/cobol/cobdir/callrb.lbr 2206161352 139264 /opt/cobol/cobdir/mfsort 1603013338 174976 /opt/cobol/cobdir/cmenu.lbr 1127528666 89880 /opt/cobol/cobdir/cobintfn.gnt 4291901652 27990 /opt/cobol/cobdir/coblib/cobcsym 244744558 3461 /opt/cobol/cobdir/coblib/cobfsym 3084767407 21988 /opt/cobol/cobdir/coblib/hp_cblthread.o 3248346527 1938092 /opt/cobol/cobdir/coblib/libcobol.a 1698700448 1880064 /opt/cobol/cobdir/coblib/libcobol.sl 3841242873 12288 /opt/cobol/cobdir/coblib/libhpcobol.sl 1111178605 52 /opt/cobol/cobdir/cobver 2193972785 17492 /opt/cobol/cobdir/commi.gnt 793211923 28136 /opt/cobol/cobdir/comms.gnt 167203061 7404 /opt/cobol/cobdir/cwrcli.gnt 1382034187 27888 /opt/cobol/cobdir/dialog/DSCOMP.gnt 2634079246 6268 /opt/cobol/cobdir/dialog/DSERRHAN.gnt 239974097 40256 /opt/cobol/cobdir/dialog/DSFLD.gnt 2649470013 8608 /opt/cobol/cobdir/dialog/DSLCONV.gnt 2662518274 128052 /opt/cobol/cobdir/dialog/DSRUN.gnt 2456719652 6560 /opt/cobol/cobdir/dialog/DSTERM.gnt 2376649081 3352 /opt/cobol/cobdir/dialog/DSUSRCAL.gnt 3969692923 6548 /opt/cobol/cobdir/dialog/DSUXSYSP.gnt 2542751205 13976 /opt/cobol/cobdir/dialog/DSVALRUN.gnt 1541447723 3480 /opt/cobol/cobdir/dialog/DSVRSCRN.gnt 2934010547 15880 /opt/cobol/cobdir/dialog/SSTRAN.gnt 1470438079 46853 /opt/cobol/cobdir/docs/rebuild.1 980135582 81 /opt/cobol/cobdir/dsrtever 1875889976 2852 /opt/cobol/cobdir/fcossec.gnt 3426872106 3056 /opt/cobol/cobdir/fhrdrpwd.gnt 2104052874 4368 /opt/cobol/cobdir/fhxscomp.gnt 3972080270 393216 /opt/cobol/cobdir/fs 355084914 5164 /opt/cobol/cobdir/fsclose.gnt 1844587420 11776 /opt/cobol/cobdir/fsmgr.lbr 1543337001 26240 /opt/cobol/cobdir/fsview.gs 591379380 21860 /opt/cobol/cobdir/help.gnt 2822568391 15232 /opt/cobol/cobdir/helpname.lbr 2089887765 274816 /opt/cobol/cobdir/hyhelp.lbr 2535051323 5376 /opt/cobol/cobdir/hyhintf.gnt 3441079039 675 /opt/cobol/cobdir/lang/C/fsclose.lng 3441079039 675 /opt/cobol/cobdir/lang/default/fsclose.lng 3882143869 209164 /opt/cobol/cobdir/mFFH.gnt 4061163650 121600 /opt/cobol/cobdir/name.lbr 1485400622 168576 /opt/cobol/cobdir/ohbld.lbr 4015318848 94208 /opt/cobol/cobdir/on-line.lbr 4193279569 4091 /opt/cobol/cobdir/on-line/fsview.hnf 1607131645 47 /opt/cobol/cobdir/osxver 3082987322 409600 /opt/cobol/cobdir/pan2mot 3985608653 151552 /opt/cobol/cobdir/rebuild 1131129835 317312 /opt/cobol/cobdir/reporter.lbr 2796475158 69632 /opt/cobol/cobdir/rts32 3376699141 11408 /opt/cobol/cobdir/sqlinit.gnt 3021415845 23188 /opt/cobol/cobdir/src/dialog/DSCOMP.o 3763555437 5944 /opt/cobol/cobdir/src/dialog/DSERRHAN.o 3835260627 38472 /opt/cobol/cobdir/src/dialog/DSFLD.o 589647474 8084 /opt/cobol/cobdir/src/dialog/DSLCONV.o 4157996060 118888 /opt/cobol/cobdir/src/dialog/DSRUN.o 3133794362 6136 /opt/cobol/cobdir/src/dialog/DSTERM.o 3925338625 3184 /opt/cobol/cobdir/src/dialog/DSUSRCAL.o 3444769370 6124 /opt/cobol/cobdir/src/dialog/DSUXSYSP.o 1313932521 13080 /opt/cobol/cobdir/src/dialog/DSVALRUN.o 3243466274 3320 /opt/cobol/cobdir/src/dialog/DSVRSCRN.o 1267862860 2996 /opt/cobol/cobdir/src/rebuild/callrb.o 4209448855 11016 /opt/cobol/cobdir/src/rebuild/cdfh.o 2910194616 14564 /opt/cobol/cobdir/src/rebuild/mscvsub.o 1827601979 32768 /opt/cobol/cobdir/src/rebuild/rbldmain.o 3858924615 14304 /opt/cobol/cobdir/src/rebuild/rbldsub.o 1802073005 9928 /opt/cobol/cobdir/src/sql/sqlinit.o 1472268848 239232 /opt/cobol/cobdir/sysrun.lbr 910244927 44800 /opt/cobol/cobdir/utils.lbr 4179182382 32768 /opt/cobol/cobdir/bin/adiscf 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/fhreorg 4179182382 32768 /opt/cobol/cobdir/bin/fhvalidate 4179182382 32768 /opt/cobol/cobdir/bin/forms2 4179182382 32768 /opt/cobol/cobdir/bin/keybcf 1163325293 20480 /opt/cobol/cobdir/bin/lbrinfo 2867252186 36864 /opt/cobol/cobdir/ccitcp2 3597978697 3008 /opt/cobol/cobdir/cob.msg 4073153937 3374 /opt/cobol/cobdir/coblib/cobxsym 3288629370 804 /opt/cobol/cobdir/coblib/hp_allraise.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 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 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 836353706 3726 /opt/cobol/cobdir/coblib/xldyn.s 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 3309980364 10239 /opt/cobol/cobdir/docs/signals.1 855686572 45696 /opt/cobol/cobdir/help.lbr 616371707 28544 /opt/cobol/cobdir/helpadcf.lbr 2025007749 7983 /opt/cobol/cobdir/man/man1/cob.1 2187892785 23528 /opt/cobol/cobdir/src/cobrun.c 1206054306 114 /opt/cobol/cobdir/src/cobrun.h 4069797615 138956 /opt/cobol/cobdir/src/mfisamv4/mfisamv4.o 3463364571 1280 /opt/cobol/cobdir/src/rts/ufhtab.o 2693208353 11115 /opt/cobol/cobdir/src/ugetput.h 2647090517 3906 /opt/cobol/cobdir/src/usercall.c 363438141 56960 /opt/cobol/cobdir/tools.lbr Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: PHSS_7098 PHSS_7712 PHSS_8857 Equivalent Patches: None Patch Package Size: 10780 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_10127 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHSS_10127.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_10127.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_10127. 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_10127.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_10127.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