>COM='S JES2,PARM='WARM,NOREQ''

>The above just looks wrong to me for some reason.

If you are allowed to pass it, without specifying PARM= in the PROC statement, 
then the problem looks like quoting to me.

The above should be:

COM='S JES2,PARM=''WARM,NOREQ'''

Or even:

COM='S JES2,PARM=''''WARM,NOREQ'''''

I always get quoting wrong, depending on parse levels.

It's probably better to go with brackets:

COM='S JES2,PARM=(WARM,NOREQ)'

-
Too busy driving to stop for gas!

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

Reply via email to