Problem:
When I execute the install JCL job that comes with the ALL08 websync I continually get this error
RECEIVE INDDNAME(INFILE)
RECEIVE command terminated. ABEND 013
Register 15 value at ABEND was X'00000020'
RECEIVE ENDED DUE TO ERROR
SYSTEM ABEND CODE 013 REASON CODE 00000020
The system completion code of 013-20 is invoked when the OPEN routines
of data management are unable to complete an OPEN macro instruction
Additional information can be found in the System Messages manual under
message IEC141I, return code 20.
Abending DDNAME is INFILE
RECFM is FB
LRECL is 32756
Blocksize is 32760
QSAM-BLKSIZE not a multiple of LRECL
I'm not sure where its getting this error from and am wondering if someone could please help.
Thanks!
Resolution:
Information about installing the mainframe DGS websync:
This error is caused by uploading the files to the mainframe to a dataset that is not sequential. For more information, refer to the MFE-EE help.
Look in the help under appmaster builder, using appmaster builder, Administrator's guide, implementing distributed generation server, setting up the mainframe environment, installing the distributed generation server.
Here is an excerpt:
If you are upgrading from a previous version of Distributed Generation Server, you need to replace the old Distributed Generation Server files on the mainframe with the new files supplied with this version.
To install or update the Distributed Generation Server mainframe files:
Pre-allocate the following TSO/mainframe datasets, substituting a high-level dataset name qualifier appropriate to your own site for your.name. Use the same qualifier for both datasets. These datasets are used to store the files that you upload from the Distributed Generation Server CD.
your.name.CNTL.X
A sequential fixed block file
organization PS
record format FB
record length 80
block size 6160
#MFDS
#EnterpriseDeveloper