Appendix D. Merge in place: Migrating the data 235
//*
//BLUQURY DD DSN=SAPRES1.REXX.BLUQURY,
// UNIT=SYSDA,DISP=(,CATLG),
// SPACE=(TRK,(50,10,10)),
// DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=6160
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//*
//BLUQURS DD DSN=SAPRES1.REXX.BLUQURS,
// UNIT=SYSDA,DISP=(,CATLG),
// SPACE=(CYL,(100,10,10)),
// DSORG=PO,RECFM=FB,LRECL=1540,BLKSIZE=6160
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//*
//BLUSKEL DD DSN=SAPRES1.REXX.BLUSKEL,
// UNIT=SYSDA,DISP=(,CATLG),
// SPACE=(TRK,(50,10,10)),
// DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=6160
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//*
//BLUSTIN DD DSN=SAPRES1.REXX.BLUSTIN,
// UNIT=SYSDA,DISP=(,CATLG),
// SPACE=(CYL,(20,10,10)),
// DSORG=PO,RECFM=FB,LRECL=80,BLKSIZE=6160
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//*
Input parameters for all migration procedures
The migration procedures use a list of input parameters specified by keywords
during the invocation or in the following:
򐂰 A PDS member specifically named during the invocation LOCAL=
򐂰 A PDS member containing parameters globally valid for all procedures
GLOBAL=
The precedence of parameters is as follows:
1. Provided during invocation.
2. If not provided, some default values are used.
3. Provided by LOCAL=<local>.
4. Provided by GLOBAL=<global>.

Get SAP on DB2 Universal Database for OS/390 and z/OS: Multiple Components in One Database (MCOD) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.