|
|
| Author |
Message |
karthikraman_m
New User
Joined: 10 Jun 2005 Posts: 13 Location: India
|
|
|
|
Hi,
I am trying to execute the Cybermation's ESP commands (like joboncsf etc) from the REXX program. However, I am getting an error "Routine not found" at the line where I use the joboncsf(). I have set the environment to ESP with Address ESP.
If I need to allocate any ESP library, how can i find the library name and how should i allocate it?
Your help is very much appreciated.
Thanks,
Karthik Raman |
|
| Back to top |
|
 |
References
|
Posted: Fri Apr 28, 2006 4:28 am Post subject: Re: Executing ESP commands from REXX |
 |
|
|
 |
new2cobol
Active User
Joined: 04 Jan 2006 Posts: 70
|
|
|
|
Now, how to get the library name, I don't know!!!
But I guess you can include the libraries using
"LIBDEF ISPLLIB DATASET ID('libraryname')" |
|
| Back to top |
|
 |
|
|