EasyManua.ls Logo

HP XP P9500 - Example of JCL for CSV File for Copy Group Definition

HP XP P9500
608 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Figure 99 Example of CSV file generation
To generate CSV files:
1. Prepare a copy group definition file and disk configuration definition file.
2. Execute the YKEXPORT command.
A pair information CSV file and EXCTG information CSV file are generated.
3. Download the pair information CSV file and EXCTG information CSV file to the PC.
4. Check the contents of the CSV files.
Example of JCL for CSV file for copy group definition
The following code shows an example of JCL for executing the YKEXPORT command as a batch
job:
//BCMEXPOT JOB//YKEXPORT EXEC PGM=IKJEFT01,REGION=4096K
//STEPLIB DD DSN=BCM.VXXXXXX.HDSYLNKT,DISP=SHR
//SYSTSPRT DD SYSOUT=S
//SYSABEND DD SYSOUT=*
//OUTPAIR DD DSN=BCM.PCSV,UNIT=3390,VOL=SER=BCMCSV,DISP=(NEW,CATLG),
// SPACE=(CYL,(1,1)),
// DCB=(RECFM=VB,LRECL=256,BLKSIZE=4096,DSORG=PS)
//OUTEXCTG DD DSN=BCM.ECSV,UNIT=3390,VOL=SER=BCMCSV,DISP=(NEW,CATLG),
// SPACE=(CYL,(1,1)),
// DCB=(RECFM=VB,LRECL=256,BLKSIZE=4096,DSORG=PS)
//SYSTSIN DD *
YKEXPORT PREFIX(BCM) GROUP(CG.UR)
/*
The amount of memory required to execute the command depends on the number of volumes used
by the copy group. For details about how to set an appropriate value, see the HP StorageWorks
P9000 for Business Continuity Manager Software Installation Guide.
246 Importing copy groups

Table of Contents

Other manuals for HP XP P9500

Related product manuals