What is the primary function of zDataConnect?
zDataConnect enables applications on one z/OS system to access sequential datasets residing on another z/OS system without requiring modifications to the application code. It intercepts I/O requests and redirects them to the target system.
What communication protocols does zDataConnect use?
zDataConnect uses standard z/OS communication protocols, such as TCP/IP, to establish connections between systems. It leverages existing network infrastructure for data transfer.
Do applications need to be modified to use zDataConnect?
No, zDataConnect is designed to be transparent to applications. It intercepts dataset access requests at the system level, eliminating the need for application code changes.
What types of datasets does zDataConnect support?
zDataConnect supports various sequential dataset organizations, including physical sequential (PS), partitioned datasets (PDS), and extended sequential datasets (ESDS).