I highly recommend editing/viewing a Rexx with Hilite On 1 (Automatic) or 
14 (Rexx). In this mode, literals are one color (in my case white) and 
variables a different color (in my case green). I had a very similar 
problem yesterday making a pesky update to a Rexx. Coloring showed me the 
error of my ways. 

Once more, thank you Doug Nadel. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com



From:   Itschak Mugzach <imugz...@gmail.com>
To:     IBM-MAIN@LISTSERV.UA.EDU, 
Date:   03/26/2014 07:21 AM
Subject:        Re: Allocating file in Rex exec
Sent by:        IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>



This is because you used the dsname as a variable. Remove the qoutes 
around
the dsname and live the single ones.
It should read ad "alloc f(X) DA('DSNAME') ..." not '"

Itschak
בתאריך 26 במרץ 2014 03:50, "Micheal Butz" <michealb...@optonline.net> כתב:

> Hi
>
> I am allocating a dataset in a Rex exec using the following syntax
>
> "Alloc fi(myddnam) da('"my.pds.name(member)"') shr"
>
> I get an error routine not found



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to