OBJDUMP(1) — USER COMMANDS
NAME
objdump − SAS/C 370 object file dump utility, version 1.0
USAGE
objdump [ options ] object-file
DESCRIPTION
objdump is a utility which prints out a 370 (MVS or CMS) object file for viewing on a Cross Platform host. The file is printed in 80-column lines, with EBCDIC characters translated to ASCII.
The resulting output is similar to what would be seen if the file were browsed in the ISPF editor on MVS.
The ASCII/EBCDIC translation employed is identical to that used by the other SAS/C Cross Platform tools.
OPTIONS
−h HEX ON, each line of file output is followed by two lines representing the hexadecimal values of the bytes; as if the HEX ON command had been give to the ISPF editor.
−n Numbered output, Each 80-column line of output begins with by a line number.
EXAMPLE
objdump -h -n foo.o
Assuming foo.o is the output of the sascc370 C compiler, this command will produce a dump of that object file to stdout.
FILES
objdump Object dumping utility
RELATED INFORMATION
sascc370(1), SAS/C Compiler and Library User’s Guide.
COMMENT
The ASCII/EBCDIC translation table employed by objdump is the same as the other SAS/C Cross Platform programs.
5.50 — Last change: SAS/C