On Fri, 27 Nov 2009 16:39:32 +0100, Miklos Szigetvari wrote:
>
>Now (in 1.10) I got open errors for TEMP datasets,
>don't even think about PIPE's.
>
>The input is already in a HFS mounted drive, the simplest would be to
>use it directly, I have tested it ,
>and with //SYSUT1 DD PATH=.. didn't worked so I changed  a while ago to

Try (From memory; not tested lately):

    //SYSUT1  DD  UNIT=SYSALLDA,SPACE=(CYL,0),
    //  RECFM=FB,LRECL=1024.BLKSIZE=30720,DSORG=PS
    //*
    //        DD  FILEDATA=BINARY,PATHOPTS=ORDONLY,
    //  RECFM=FB,LRECL=1024.BLKSIZE=30720,
    //  PATH='/hfs/mounted/drive/

The almost-dummy catenand is to fool AMATERSE which stupidly
makes needless tests on the first catenand, but not the second.
There should be a NF APAR or Requirement to fix this.

>copy the HFS to
>a temporary MVS dataset and unterse.
>But now it is unable to open the temporary dataset with AMATERSE .
>
That mystifies me.  Correct attributes?  Binary copy?  Messages?
Reason Code?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to