Chapter Contents |
Previous |
Next |
Using OBJZAP on OS/390 |
Control Statements |
NAME member csect VER offset expected-content REP offset replacement-data CHECKSUM value ALIAS alias1,alias2, . . . IDRDATA xxxxxxxxxx DUMP member csect
NAME member csect
VER offset expected-content
expected-content
4741D175 (or, with commas: 4741,D175).
REP offset replacement-data
CHECKSUM <value>
If the value argument is not present, the accumulated CHECKSUM is printed in hexadecimal.
ALIAS alias1<,alias2, . . .>
IDRDATA xxxxxxxxxx
Note that when a REP operation is performed, the following occurs:
DUMP <member> <csect>
GO
* Comments
Comment statements: You can use comments
in the OBJZAP command stream. Comment statements must be in the form *comment. (The number of comments is not limited.) OBJZAP writes the
comment statements to the standard output data set (
stdout
).
JCL Execution |
The following DD statements are required to execute OBJZAP:
The following statement is optional:
SYSTERM | the data set to be used for diagnostic messages. |
Example B.1 shows a sample OS/390 JCL routine to run OBJZAP.
Sample JCL for OBJZAP
//jobname JOB jobcard information //OBJZAP EXEC PGM=OBJZAP //STEPLIB DD DSN=sasc.LOAD,DISP=SHR // DD DSN=sasc.LINKLIB,DISP=SHR //SYSIN DD * NAME XXX BUILD@$ VER 002 C5E2C3 REP 002 C6E3C4 IDRDATA ABCDEF1237 * A NEW CSECT IN A DIFFERENT PDS MEMBER. NAME ZZZ MAIN@$ VER 35 969540F1 VER 6D A3009096 IDRDATA XXXXEF1237 //SYSLIB DD DSN=sasc.object.library,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSTERM DD SYSOUT=* //
In batch mode, OBJZAP reads all control statements before processing them.
Interactive Execution |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.