Creating default parameters

Business Continuity Manager Web API Reference Guide

Version
9.9.1
Audience
anonymous
Part Number
MK-96HC137-03

The following is an example of creating the default parameters used in operation examples.

Allocate a default parameter dataset. In this example, the dataset name is USERID.BCMAPI.CLIDFTLS.

  1. Allocate a default parameter dataset. In this example, the dataset name is USERID.BCMAPI.CLIDFTLS.

    ALLOC DA('USERID.BCMAPI.CLIDFLTS') DSORG(PS) SPACE(1,0) TRACKS LRECL(80) BLKSI(3120) RECFM(F,B) NEW
  2. Enter the default parameters for the default parameter dataset.
    PREFIX       USERID.PREFIX
    DAD          LOCAL
    ROUTEID      ROUTE01
    REQBUFSIZE   65536
    RESPBUFSIZE  2097152