David Lover wrote on 12/19/2008 08:03:15 AM:
> getting a rc 16
>
>
> jcl below:
>...
> //RACFCNTL DD *
>  SORT FIELDS=(10,8,CH,A)
>  INCLUDE COND=(5,4,CH,EQ,C'0400',AND,62,3,CH,EQ,C'YES')
> OPTION VLSHRT
> /*
>
> I just can't see the error off hand.

It appears that

OPTION VLSHRT

starts in column 1 rather than in column 2.  You must have at least one
leading blank
for each DFSORT statement (replace b with a blank):

bOPTION VLSHRT

Frank Yaeger - DFSORT Development Team (IBM) - yae...@us.ibm.com
Specialties: FINDREP, WHEN=GROUP, DATASORT, ICETOOL, Symbols, Migration

 => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/

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