03.03.2015 Views

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Using <strong>CA</strong> <strong>Dynam</strong>/T<br />

Examples:<br />

DTNODE and DTPATH Option Records<br />

The following is an example defining DTNODE and DTPATH option records <strong>for</strong><br />

communicating across three systems, the first running <strong>CA</strong> <strong>Dynam</strong>/T <strong>VSE</strong>, the<br />

second also running <strong>CA</strong> <strong>Dynam</strong>/T <strong>VSE</strong>, and the third running <strong>CA</strong> 1. The two<br />

<strong>CA</strong> <strong>Dynam</strong>/T systems share a catalog, and as such only one receiver is active.<br />

Two Multi:ACCESS queue files (DYN2<strong>CA</strong>1 and <strong>CA</strong>12DYN) are used to describe<br />

the two physical links, with a separate PATH description <strong>for</strong> communication in<br />

each direction active on each link.<br />

// JOB DBU0<br />

// EXEC <strong>CA</strong>CCDBU0<br />

DEF DTNODE CPU(*) DUPREC(DELETE) -<br />

NODEID(<strong>VSE</strong>.SYSA) -<br />

NCPUID(A)<br />

DEF DTNODE CPU(*) DUPREC(APPEND) -<br />

NODEID(<strong>VSE</strong>.SYSB) -<br />

NCPUID(B)<br />

DEF DTNODE CPU(*) DUPREC(APPEND) -<br />

NODEID(<strong>CA</strong>1MVS) -<br />

NCPUID(Z)<br />

DEF DTPATH CPU(*) DUPREC(DELETE) -<br />

PATHID(DYN2<strong>CA</strong>1) -<br />

FROM(A) -<br />

TO(Z) -<br />

RWAIT(0020) -<br />

VERIFY(0040)<br />

DEF DTPATH CPU(*) DUPREC(APPEND) -<br />

PATHID(DYN2<strong>CA</strong>1) -<br />

FROM(B) -<br />

TO(Z) -<br />

RWAIT(0030) -<br />

VERIFY(0050)<br />

DEF DTPATH CPU(*) DUPREC(APPEND) -<br />

PATHID(<strong>CA</strong>12DYN) -<br />

FROM(Z) -<br />

TO(A) -<br />

RWAIT(0010) -<br />

VERIFY(0020)<br />

/*<br />

/&<br />

Chapter 2: Maintaining Tape Files 2–27

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!