CLK370(1) — USER COMMANDS
NAME
clk370 − SAS/C CLINK shell script.
USAGE
clk370 filenames libraries [ options ]
DESCRIPTION
clk370 is a shell script similar to the CMS and MVS CLINK EXEC and CLIST.
It translates the CLINK options into the format used by the Cross-Platform clink program. If there is not an equivalent, a message is printed and the option is ignored.
After this translation occurs, clk370 invokes clink to perform the requested actions.
EXAMPLE
clk370 foo.o foo2.o lib.a nowarn output enxref linkid
This will invoke clink with the equivalent options in the following manner:
clink -w -o ’enxref’ ’foo.o’ ’foo2.o’ ’lib.a’
FILES
clk370 clk370 shell script clink SAS/C Cross-Platform pre-linker
RELATED INFORMATION
sascc370(1), clink(1), lc370(1), SAS/C Compiler and Library User’s Guide.
5.50 — Last change: SAS/C