Author |
Message |
Topic: Help With REXX Exec |
harsha vardhan reddy
Replies: 5
Views: 3503
|
Forum: TSO and ISPF Posted: Sat Jul 30, 2011 2:52 am Subject: Help With REXX Exec |
Thanks for the suggestion & for your response..
I will do that.. |
Topic: Help With REXX Exec |
harsha vardhan reddy
Replies: 5
Views: 3503
|
Forum: TSO and ISPF Posted: Mon Jul 11, 2011 3:59 pm Subject: Help With REXX Exec |
Hi,
I have written the below code..I have few issues with it...can some help me in this.. I was able to extract the DSN but how to know that whether it is corresponding to that dd name are not & ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Sat Jul 02, 2011 10:02 pm Subject: Retrieving the dataset names using REXX |
Hi guys,
Its an urgent requirement for me.. I have been working on this from the past one month..
I haven't got the solution so i have opted for help that's the reason i have posted on multiple ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Sat Jul 02, 2011 8:45 pm Subject: Retrieving the dataset names using REXX |
Hi Guys,
Is this possible to set the cursor position to the desired position in the above code which i have tried..
With the help of above code i can find the desired location but how to read ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Sun Jun 26, 2011 9:56 am Subject: Retrieving the dataset names using REXX |
I have more than one occurence of SYSIN.. so how to keep that in a loop in order to retrieve the data..
Thanks In advance.. |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Sun Jun 26, 2011 9:54 am Subject: Retrieving the dataset names using REXX |
/***************REXX**************/
ADDRESS TSO
"alloc f(isfin) tracks space(1) reu" /* used by sdsf */
"alloc f(isfout) new delete reu " , /* used ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Sat Jun 25, 2011 3:45 am Subject: Retrieving the dataset names using REXX |
Hi guys,
Is there any other way to retrieve the data sets from spool apart from which i have tried. |
Topic: How to position a cursor to a specific location in rexx |
harsha vardhan reddy
Replies: 2
Views: 3323
|
Forum: TSO and ISPF Posted: Wed Jun 15, 2011 6:45 pm Subject: How to position a cursor to a specific location in rexx |
Thanks a lot for your response.
The link provided was really helpful for me. |
Topic: How to position a cursor to a specific location in rexx |
harsha vardhan reddy
Replies: 2
Views: 3323
|
Forum: TSO and ISPF Posted: Wed Jun 15, 2011 10:07 am Subject: How to position a cursor to a specific location in rexx |
Hi,
Can we able to move cursor to any specific location in rexx. Can this be achieved. Say i need some data at line 14, so i want to point cursor to that location in order to retrieve that data.
... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Fri Jun 10, 2011 10:47 am Subject: Retrieving the dataset names using REXX |
i have tried that thing as well.. But the problem is that i need to write the input and output datasets to two different files.
How to differenciate between input & output datasets..
If i able ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Thu Jun 09, 2011 11:25 pm Subject: Retrieving the dataset names using REXX |
HI,
I have tried with following code..
/***************REXX**************/
ADDRESS TSO
"alloc f(isfin) tracks space(1) reu" /* used by sdsf */
"all ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Wed Jun 08, 2011 11:21 pm Subject: Retrieving the dataset names using REXX |
Hi,
Thanks for your quick responce..
I have a step name TSCRATCH in spool and the corresponding DDname is SYSIN. now i need to extract the data from it.
When am trying to do that i have one mor ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Tue Jun 07, 2011 11:17 am Subject: Retrieving the dataset names using REXX |
Hi,
I need one more help from you guys..
I need to retrieve the data from spool from a particular job.
i have a step name say 'xyz' i need the data corresponding to that step name.
i can able ... |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Mon Jun 06, 2011 11:42 am Subject: Retrieving the dataset names using REXX |
Thanks a lot Kolusu..
Its working fine..My requirement is almost done.. |
Topic: Retrieving the dataset names using REXX |
harsha vardhan reddy
Replies: 38
Views: 34825
|
Forum: TSO and ISPF Posted: Fri Jun 03, 2011 10:47 pm Subject: Retrieving the dataset names using REXX |
Hi,
Am able to retrieve the data sets which include input & out put.
I need small help in parsing a string..
LFTEST.R911V000.P2D1T.LF.LFFAPL.SLFBF
Say this is my input string. Now i need ... |
|