View previous topic :: View next topic
|
Author |
Message |
Andy85
New User
Joined: 25 Dec 2008 Posts: 35 Location: India
|
|
|
|
Hello friends,
I have a REXX code wherein I am using TSO as well as ISPF services. I need to run this job in batch mode using IKJEFT01. However, additional libraries needs to be specified for ISPF services to work.
Is there any job or command or any log, where I can check the ISPF libraries specific to my system? Or can someone direct me to right path?
Thanks in advance.
Andy. |
|
Back to top |
|
|
MBabu
Active User
Joined: 03 Aug 2008 Posts: 400 Location: Mumbai
|
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2593 Location: Silicon Valley
|
|
|
|
Use TSO ISRDDN to see which ISP* libraries are being used. |
|
Back to top |
|
|
Andy85
New User
Joined: 25 Dec 2008 Posts: 35 Location: India
|
|
|
|
Yes....!!!! This command gives me all libraries. Thanks a lot. My REXX code is working well now.
Andy. |
|
Back to top |
|
|
MBabu
Active User
Joined: 03 Aug 2008 Posts: 400 Location: Mumbai
|
|
|
|
which command? |
|
Back to top |
|
|
Andy85
New User
Joined: 25 Dec 2008 Posts: 35 Location: India
|
|
|
|
Quote: |
Use TSO ISRDDN to see which ISP* libraries are being used
|
Typing TSO ISRDDN on command line gives you detail about all ISP* libraries which you can then use for batch execution of ISPF REXX |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
MBabu, have fun. |
|
Back to top |
|
|
Rock Xu
New User
Joined: 04 Dec 2009 Posts: 15 Location: Shanghai China
|
|
|
|
But my system can not recognize this command. The information "COMMAND ISRDDN NOT FOUND". |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Please tell us what you did just before you get this mesage
Quote: |
"COMMAND ISRDDN NOT FOUND". |
Did you try any one of these?
1. At command prompt, TSO ISRDDN?
2. At command prompt, ISRDDN? |
|
Back to top |
|
|
Rock Xu
New User
Joined: 04 Dec 2009 Posts: 15 Location: Shanghai China
|
|
|
|
I did nothing. Just log on tso and try this command.
I have tried both 'tso isrddn' and 'isrddn'
[/img] |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Rock Xu wrote: |
I did nothing. |
If you did nothing, I can't help you - do something. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Anuj,
it is possible that some sites limit the use of ISRDDN. I have worked at one site where the sysprogs deemed that only they should be afforded the delights of ISRDDN. |
|
Back to top |
|
|
Rock Xu
New User
Joined: 04 Dec 2009 Posts: 15 Location: Shanghai China
|
|
|
|
Yes. I think so,too.
Maybe I need to buy a MF for myself.
Thank you for your reply, Anuj. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Quote: |
Maybe I need to buy a MF for myself. |
You might look into the Hercules system - mainframe for your pc. . .
If you get ""COMMAND ISRDDN NOT FOUND"." i suspect your logon procedure does not have the library included. If you received a security error, it is "found" but you don't have permission.
It may be worth asking if you may have permission. I've been more places that restrict usage than permit use. . . |
|
Back to top |
|
|
MBabu
Active User
Joined: 03 Aug 2008 Posts: 400 Location: Mumbai
|
|
|
|
it could be removed from the ISPF libraries but it is in the standard libraries. Try also the command DDLIST (without the TSO prefix) since that is an alias to ISRDDN in the ISPF command table. Still, you can always use that BATCHPDF program that does all the work for you and does not rely on any external programs to get ddnames. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2593 Location: Silicon Valley
|
|
|
|
Quote: |
you can always use that <external program> BATCHPDF program that does all the work for you and does not rely on any external programs to get ddnames. |
I am not sure I understand the difference. |
|
Back to top |
|
|
Rock Xu
New User
Joined: 04 Dec 2009 Posts: 15 Location: Shanghai China
|
|
|
|
Yes. 'DDLIST' works. I can see the libs. Thanks MBabu.
And I will try ISRDDN on my Hercules. Thanks Moderator, too. |
|
Back to top |
|
|
MBabu
Active User
Joined: 03 Aug 2008 Posts: 400 Location: Mumbai
|
|
|
|
Pedro wrote: |
Quote: |
you can always use that <external program> BATCHPDF program that does all the work for you and does not rely on any external programs to get ddnames. |
I am not sure I understand the difference. |
Just that batchpdf does not call anything other that the ISPF services that are guaranteed to be there and that it satisfies the original requirement to create JCL that will run ISPF services. |
|
Back to top |
|
|
|