Jim Beck wrote:
Hey all,
Does anyone know for certain if leaving DSORG=IS in a DD statemen will/will not cause a JCL error in z/OS 1.7? It's been said for some time that this release will no longer support ISAM, but IBM's Online Library has conflictin information (JCL Reference says it's good, DFSMSdfp says it isn't). Thanks,

There are still valid (syntax checked and ignored) parameters from pre-MVS era. Try
UNIT=(SEP=ddname) in DD
ROLL=(NO,NO) in EXEC.
Both parameters are not documented any more.
From the other hand, DISP=SHARE (do not confuse with SHR) is still supported and documented.
--
Radoslaw Skorupka
Lodz, Poland

----------------------------------------------------------------------
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