Example Of Jcl For Csv File For Copy Group Definition - HP XP P9500 Software User's Manual

Hp p9000 business continuity manager user guide
Hide thumbs Also See for XP P9500:
Table of Contents

Advertisement

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
//STEPLIB
//SYSTSPRT
//SYSABEND
//OUTPAIR
//
//
//OUTEXCTG
//
//
//SYSTSIN
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
JOB//YKEXPORT
EXEC PGM=IKJEFT01,REGION=4096K
DD DSN=BCM.VXXXXXX.HDSYLNKT,DISP=SHR
DD SYSOUT=S
DD SYSOUT=*
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)
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)
DD *

Advertisement

Table of Contents
loading

This manual is also suitable for:

P9000 for business continuity manager 6.6.1

Table of Contents