View previous topic :: View next topic |
Author |
Message |
laks Beginner
Joined: 04 Aug 2004 Posts: 10 Topics: 7
|
Posted: Thu Aug 05, 2004 4:54 am Post subject: ims adaptor for rexx |
|
|
Hi,
I am new to use the ims adaptor for rexx.
what actually it is. and do we need to install something before
coding and rexx with ims pgm.
While going thry the document for this i came across some terms
which i didn't understand.
1.DFSREXX0 and DFSREXX1
2.IVPREXX
can some body write a simple sample code for writing a small rezz with ims pgm.DO these pgms required JCL's.if yes then plzz code a sample jcl too.
regards
Anil |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
laks Beginner
Joined: 04 Aug 2004 Posts: 10 Topics: 7
|
Posted: Thu Aug 05, 2004 8:20 am Post subject: ims adapter for rexx |
|
|
Hello,
When i am trying to execute the "say exec " in the link provided
I am getting an error " command ivprexx not found."
i just pasted the same program and tried to execute it.
1. Do we need to add on something or prepare a jcl which will
execute this rexx program
2. What is DFSREXX0 . How to provide this.
3. What is IVPREXX.
Regards,
Laks. |
|
Back to top |
|
|
laks Beginner
Joined: 04 Aug 2004 Posts: 10 Topics: 7
|
Posted: Wed Aug 11, 2004 1:39 am Post subject: ims adapter for rexx |
|
|
Hello ,
I am really sorry that i am posting the same query as previous one.
Actually i didn't understand how to use ims adapter for rexx.
Do we need some third party tool to be installed in the mainframes
for executing and rexxwith ims pgm.If somebody having some basic
sample code for it ,plz post it.
Thanks & Regards,
Laks. |
|
Back to top |
|
|
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Wed Aug 11, 2004 5:49 am Post subject: |
|
|
IVPREXX is a rexx and can be found in the IMS library with the suffix DFSEXEC
DFSREXX0 is a compiled version of IVPREXX and must be made available either through the LINKLIST OR STEPLIB. |
|
Back to top |
|
|
laks Beginner
Joined: 04 Aug 2004 Posts: 10 Topics: 7
|
Posted: Wed Aug 11, 2004 9:34 am Post subject: ims adapter for rexx |
|
|
Hello,
Thanks nevilh,for telling. I have one more simple doubt.
Can we execute any pgm(rexx with ims) by command
" ivprexx member-name". If it so then we can give PSB AND DATASET
NAME in rexx pgm itself.,
or do we need to prepare some jcl.
Thanks a ton in advance.
Laks. |
|
Back to top |
|
|
nevilh Beginner
Joined: 11 Aug 2004 Posts: 115 Topics: 0
|
Posted: Thu Aug 12, 2004 5:24 am Post subject: |
|
|
Found this in the manual
REXX does not require a special PSB generation to add an EXEC and run
it because EXECs can run under a standard PSB (IVPREXX or one that is
established by the user).
and
The REXX environment executing under IMS has the same abilities and
restrictions as those documented in the TSO/E Version 2 Procedures
Language MVS/REXX Reference. These few restrictions pertain to the absence
of the TSO, ISPEXEC, and ISREDIT environments, and to the absence of
TSO-specific functions such as LISTDS.
Seems you should be OK |
|
Back to top |
|
|
|
|