> //RECEIVE  EXEC PGM=IKJEFT01 > //SYSPRINT DD  SYSOUT=* > //SYSTSPRT DD  
> SYSOUT=* > //SYSTSIN  DD  * > RECEIVE INDATASET('TSOUSER.XMIT.FILE') > 
> DA('TSOUSER.RECEIVE.FILE') STORCLAS(MYCLASS) > //*
 I guesss you would need to indicate "continuation" by terminating the first 
line with a "-", don't you?


Since your plain ALLOC with STORCLAS() didn't use your storage class, I suspect 
that you're not allowed to choose the storage class. The ACS routine is 
programmed to ignore STORCLAS and will assign one based on other attributes of 
the new allocation request. Often, some part of the DSN is part of the decision.


--


Peter Hunkeler



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to