Chapter Contents |
Previous |
Next |
Using the SAS/C CICS Command Preprocessor |
This section provides a description of each of the options
recognized by the
ccp
command.
Note:
To negate most of these options, precede the option
with
!
instead of
-
. For example, to disable
-c
, use
!c
.
-a N,M
0
, then the output file is not sequenced. The
default for both M and N is
0
. The
-a
N,M option is equivalent to the mainframe CICS preprocessor
OUTSEQ
option.
Note:
Since the cross-platform compiler does
not support sequence numbers, you cannot use the
-a
option if you intend
to compile the preprocessor output on UNIX.
-b
-b
option is equivalent to the mainframe CICS
preprocessor
DEBUG
option.
-c
-c
option is equivalent
to the mainframe CICS preprocessor
CICS
option.
-d
-d
option is equivalent to the mainframe
CICS preprocessor
DLI
option.
-e
-e
option is equivalent to the mainframe CICS preprocessor
EDF
option.
-f x
I
(notes),
W
(warnings),
E
(errors) or
S
(severe errors). The
default is
-f I
. The
-f x
option is equivalent to the mainframe CICS preprocessor
FLAG
option.
-g
-g
option is equivalent to the mainframe
CICS preprocessor
EXPAND
option.
-i
-i
option is equivalent to the mainframe
CICS preprocessor
OPTIONS
option.
-j
VOID
,
INT
, and so on) in the command translation. This
is intended for use with the compiler's
japan
option. The
-j
option is equivalent to the mainframe CICS preprocessor
JAPAN
option.
-l filename
-l
filename option is
equivalent to the mainframe CICS preprocessor
PRINT
option.
-m
-m
option is equivalent to the mainframe CICS preprocessor
CBMSMAPS
option.
-n
-n
option is equivalent to the mainframe CICS preprocessor COMNEST option.
-o filename
-p
ccp_exec_cics
for each call to the EXEC command
interface function. This is enabled by default. The
-p
option is equivalent to the mainframe CICS preprocessor PROTO option.
-r N
-r N
option is equivalent to the mainframe CICS preprocessor
OUTLRECL
option.
-x
sascc370 -WP,-x -WP,-m -Krent -Aclet myfile.cppSince the object shipped from UNIX is prelinked, you should specify the mainframe
COOL
option
NOCOOL
to run only the linkage-editor.
The
-x
option is equivalent to the mainframe
CICS preprocessor
EXCI
option. For details on the CICS external call
interface, see the SAS/C CICS User's Guide, Second Edition.
Note:
When using the CICS external call interface, the program
must be linked with the standard resident library,
STDOBJ
, and not the CICS
library.
-z
-z
option is equivalent
to the mainframe CICS preprocessor
PAGESIZE
option.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.