Problem:
Executing LIBUTIL with no arguments on the HP 3000 results in the following error:
**** EXEC FUNCTION FAILED; subsys =517; info = 48
ABORT: /OBJ800/bin/libutil
NM SYS a.01003770 dbg_abort_trace $28
NM UNKN 2bb.00ad28e8
NM UNKN f3.0004dfb4
[1] Done(134) /OBJ800/bin/libutil
43450599
Abort
/OBJ800/bin/libutil
Resolution:
Verify that the binary mode of FTP was used instead of ASCII.
Modify the capabilities of the account and/or user to include BA, IA, and PH. If this does not fix it, then try adding the PM capability or try running libutil from an account that has BA, IA, PH, and PM capabilities.
The output of executing LIBUTIL with no arguments should resemble the following example.
shell/iX> /OBJ800/bin/libutil
Usage:
MPE: libutil "-x
[copylib [group]]"
POSIX: libutil -x
[copylib [group]]
Creates individual copy files from 'copylib'
If 'b' is specified bytestream files are created
The default file type is fixed ASCII
'copylib' can be a KSAM or text file
'copylib' defaults to COPYLIB
'group' (or directory) must exist and defaults to
the current group or directory
MPE example: libutil "-x COPYLIB PUB.ACUCOBOL"
MPE: libutil "-c
[KSAM-copylib [ASCII-copylib]]"
POSIX: libutil -c
[KSAM-copylib [ASCII-copylib]]
Creates a text file version of KSAM-copylib
If 'b' is specified a bytestream file is created
The default file type is fixed ASCII
'KSAM-copylib' defaults to COPYLIB
'ASCII-copylib' defaults to COPYLIBA
MPE example: libutil "-c COPYLIB COPYLIBA"
