Gil,
That method yields,
      3 *-* arg1 = 'PS0903A'                                                    
        >L>   "PS0903A"                                                         
      5 *-* /* ADDRESS tso         */                                           
      6 *-* /*  Call CICSCMDT ARG1 */                                           
      8 *-* address TSO "call CICSCMDT '"ARG1"' "                               
        >L>   "call CICSCMDT '"                                                 
        >V>   "PS0903A"                                                         
        >O>   "call CICSCMDT 'PS0903A"                                          
        >L>   "' "                                                              
        >O>   "call CICSCMDT 'PS0903A' "                                        
 IKJ56228I DATA SET CICSCMDT.LOAD NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED 
 IKJ56701I MISSING DATA SET NAME+                                               
 IKJ56701I MISSING DSNAME (MEMBER NAME)                                         
        +++ RC(12) +++                                                          
     10 *-* say 'rc = ' rc                                                      
        >L>   "rc = "                                                           
        >V>   "12"     

Whereas the statement without the quotes does make the call.
Thanks                                                          
        >O>   "rc =  12"                                                        
 rc =  12                                                                       
     12 *-* exit                                                                

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

Reply via email to