Previous Topic: Using the SKIPLOAD MacroNext Topic: Sample Assembly JCL for DBCVTPR with SKIPLOAD Macros (z/OS)


SKIPLOAD Parameters

SKIP_LOAD_FROM

The first URT number in the range to be skipped .

Valid values

1 to 9998

Default

No default.

SKIP_LOAD_TO

The last URT number in the range to be skipped.

Valid values

2 to 9999

Default

No default.

Warning: Leave some empty slots (entries) for CA Dataquery Online DQL mode to generate dynamic URTs.

Example of the SKIPLOAD Macro:

    DBCVTPR   AUTO=1-19,MAXURT=3000,...             
    DBCSID       SIDNAME=DBSIDPR,USER=10,CTYPE=PLT     
    SKIPLOAD  SKIP_LOAD_FROM=100,SKIP_LOAD_TO=900   
    SKIPLOAD  SKIP_LOAD_FROM=2100,SKIP_LOAD_TO=2900 
    END