Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  Problem with FTP of file to RDz UT

    Posted Tue May 22, 2012 03:51 PM
    A customer is attempting to ftp a file from PROD to RUT. The file is org=PS, RECFM=U, lrecl=0, blksize=32760. FDR support tells me I should be able to ftp this between z/OS images using type EBcdic and MODE Block. However, my ftp is failing with the error below. Have any of you ran into this before or do you have any recommendations? I’ve tried pre-allocating this file and I’ve tried sending the parms via the FTP, both have failed…..

    IEC143I 213-14,IFG0196J,IBMUSER,STEP1,SYS00001,0AFB,SMS047,SYSTPDS.SING.FTP

    IEC143I 213-rc,mod,jjj,sss, ddname-#,dev,volser,dsname( member)

    Explanation: An error occurred during the processing of an OPEN macro instruction for a data set on a direct access device. This is probably a user error.

    14 OPEN failed because the data set type was large format sequential, but the application program could not access the whole data set on the volume. Both of the following are true:

    o The access method is either EXCP being opened for UPDAT or output processing or the access method is BSAM with the NOTE or POINT function requested and is being opened for output processing.

    o BLOCKTOKENSIZE=LARGE is not specified on the DCBE.
    Is you backup large format sequential. I know we support it, however, but apparently FTP does not.
    SystemAdmin


  • 2.  Re: Problem with FTP of file to RDz UT

    Posted Tue May 22, 2012 03:54 PM
    Suggest you move this to TCPIP or MVS forums. The FTP experts hang out there.

    RDzJohn
    RDzJohn


  • 3.  Re: Problem with FTP of file to RDz UT

    Posted Wed May 23, 2012 10:26 AM
    Hi,
    I have never ftped a PDS, rather the members but you have to be careful with RECFM=U and LRECL=0.
    My suggestion is that you xmit your dataset and then transfer it to the target computer and RECEIVE the file there.
    SystemAdmin