On Wed, 13 Jun 2007 04:24:08 -0500, Tomas Fott <[EMAIL PROTECTED]> 
wrote:
>
>Read manual 'MVS System command reference' about usage of lowercase in
>MVS commands:
>Unless enclosed in apostrophes, lowercase letters are converted to 
uppercase.
>
>If you enter
>/s ktomiak1,file='some.dataset.name'
>then lowercase chars are correctly passed to JCL. After JCL substitution, DD
>statement becomes
> ... DSNAME=some.dataset.name    (lowercase)
>and you get JCL error (UNIDENTIFIABLE CHARACTER s ON THE DD
>STATEMENT).
>

I do not see where you said anything different. The original post said his JCL 
started failing. I showed three versions that all still work under 1.7, 
including 
one without the inclusion of IEFRDER. Adding or removing IEFRDER in my 
examples did not make it work better or worse. So if you are the one who had 
the problem, show us how it failed. Otherwise the only way I could make it fail 
is using lower case. I dud not use TSO, /S is how you issue a command to 
start a PROC from SDSF. From a console you omit the /. I did not use tso nor 
ISPF to submit a JOB, I issued a command to test whether IEFRDER was 
required, It was not. The OP had some other problem and did not share that 
with us. I could add IEFRDER and then UPPERCASE everything and when it 
worked declare IEFRDER fixed the problem, when in fact using uppercase fixed 
it. So we still do not know what the real problem was. I just know I do not 
need to add IEFRDER as my procs still work. Thanks.

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