| Author |
Message |
Topic: DSN Name from DDNAME |
karthikey
Replies: 2
Views: 1445
|
Forum: Application Programming Posted: Wed Jul 05, 2006 11:16 am Subject: DSN Name from DDNAME |
Could you please anybody help me to know about
getting DSN Name from DDNAME, How it works ?
Please help me through any JCL's and programs example. |
Topic: DATASET allocation in REXX program using DDNAME |
karthikey
Replies: 3
Views: 4388
|
Forum: TSO and ISPF Posted: Mon Jun 19, 2006 9:44 am Subject: DATASET allocation in REXX program using DDNAME |
Using following code,
my requirment is solved
ARG PDSNAME
CALL LISTDSI(PDSNAME FILE)
DNAME = SYSDSNAME
SAY DNAME
Thanks |
Topic: DATASET allocation in REXX program using DDNAME |
karthikey
Replies: 3
Views: 4388
|
Forum: TSO and ISPF Posted: Mon Jun 19, 2006 8:53 am Subject: DATASET allocation in REXX program using DDNAME |
Hi Sriramla,
Thanks for ur reply.
But my requirement is like, Getting the DDNAME from JCL and that will be passed to LMINIT.Before passing that, I need to convert it in to DSNNAME
/* REXX*/ ... |
Topic: DATASET allocation in REXX program using DDNAME |
karthikey
Replies: 3
Views: 4388
|
Forum: TSO and ISPF Posted: Mon Jun 19, 2006 5:20 am Subject: DATASET allocation in REXX program using DDNAME |
Hi,
Following is my requirement.
I need to pass DDNAME from JCL to my REXX program to allocate a DATASET in REXX program.
Is anybody help me on this for How to do this ? |
Topic: REXX - Running from JCL |
karthikey
Replies: 7
Views: 5968
|
Forum: TSO and ISPF Posted: Fri Jun 16, 2006 11:01 am Subject: REXX - Running from JCL |
It's work as exepected.
Thanks Much for the immt. help provided.
Hats off to all. |
Topic: REXX - Running from JCL |
karthikey
Replies: 7
Views: 5968
|
Forum: TSO and ISPF Posted: Fri Jun 16, 2006 9:19 am Subject: REXX - Running from JCL |
As per your link suggest,
I have made changes in my jcl and now i am getting following message
ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER ATTRIBUTES
READY ... |
Topic: REXX - Running from JCL |
karthikey
Replies: 7
Views: 5968
|
Forum: TSO and ISPF Posted: Fri Jun 16, 2006 8:22 am Subject: REXX - Running from JCL |
I have added ISPFSTART CMD(SELECT) in my JCL as follows
//RBDRCHK1 EXEC PGM=IKJEFT01
//STEPLIB DD DSN=F907042.TEST.CEXEC,DISP=SHR
//SYSEXEC DD DSN= ... |
Topic: REXX - Running from JCL |
karthikey
Replies: 7
Views: 5968
|
Forum: TSO and ISPF Posted: Fri Jun 16, 2006 7:46 am Subject: REXX - Running from JCL |
Hi,
Following is my REXX code to retrive member name and Last modified user id.
/* REXX*/
ADDRESS "ISPEXEC" ... |
| |