>  //SAS    PROC ENTRY=SASXAL0,
>  //             OPTIONS=,
>  //             SORT=4
>  //*************************************************************
>  //SAS      EXEC PGM=&ENTRY,PARM='SORT=&SORT &OPTIONS'
 
How about:

//STEP1   EXEC  PROC=SAS,
// PARM.SAS='SORT=4 add whatever parms you need here'

This overrides the complete PARM field of the EXEC in the
procedure. You don't have to fiddle around with nested symbols.


Peter Hunkeler
CREDIT SUISSE

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