willie bunter wrote:

>I verified your example with my JCL and I didn't see any difference.  Am I 
>missing something?

Yes. Position of keyword RECATALOG is, as stated by others, wrong.

Change
...
 VOL(PROM56)) -       
    CATALOG(SYS1.ICFCAT.SYSPRM) -           
    RECATALOG 

to this
...
 VOL(PROM56) RECATALOG ) -       
    CATALOG(SYS1.ICFCAT.SYSPRM)            

Check your syntax and the continuation characters!

But I would advise you to reread Lizette's post. Her reply is an eye opener...

Groete / Greetings
Elardus Engelbrecht

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to