Certain libraries need to be transferred to integrate OneSpan Authentication Suite Server SDK with z/OS environments. These files are located in the /bin folder of the PC-side installer.
Transferring libraries
On the host, pre-allocate a temporary host SEQUENTIAL dataset with the following DCB attributes:
DSORG(PS), RECFM(FB), LRECL(80), BLKSIZE(any multiple of 80)
Use any file transfer (IND$FILE or FTP) to transfer nnnnnn.xmi to the temporary host dataset using the following options:
BINARY, NO ASCII conversion, NO CR/LF management
Enter the following command into the TSO command prompt:
RECEIVE INDSN(temp sequential)
The following message is displayed:
INMR901I Dataset Q1.Q2.Q3 from userid on NODENAME
INMR906A Enter restore parameters or 'DELETE' or 'END' +
- (OPTIONAL) Enter a target dsname for your PDS using the keyword DATASET and any other allocation option you wish.
You can change the PC-side xmi file extension in case you experience any issues. Because it has no impact whatsoever, you may use .bin or any other extension as well.
xxxx.Vxxx.SAMPLIB($README) contains a sample JCL and source file according to your environment, which demonstrate how to use the API.