LC370(1) — USER COMMANDS
NAME
lc370 − SAS/C LC370 shell script.
USAGE
lc370 filenames [ options ]
DESCRIPTION
lc370 is a shell script similar to the CMS and MVS LC370 EXEC and CLIST.
It translates the LC370 options into the format used by the Cross-Platform sascc370 compiler driver. If there is not an equivalent, a message is printed and the option is ignored.
After this translation occurs, lc370 invokes sascc370 to perform the requested compilation.
EXAMPLE
lc370 foo.c indep bitfield 30 sname foo2
This will invoke sascc370 with the equivalent options in the following manner:
sascc370 -W1,-i -W1,-bf30 -W1,-s’foo2.c’ ’foo.c’
FILES
lc370 lc370 shell script sascc370 SAS/C Cross-Platform compiler
RELATED INFORMATION
sascc370(1), clk370(1), SAS/C Compiler and Library User’s Guide.
5.50 — Last change: SAS/C