Author |
Message |
Topic: Updating different stats to on different members |
kirmvs
Replies: 3
Views: 1706
|
Forum: TSO and ISPF Posted: Fri May 14, 2004 1:31 pm Subject: Updating different stats to on different members |
Kolusu,
The new members are not just a copy of the original members. I have a REXX code which replaces a specific line from the old structure and creates a new member but I could not figure out a w ... |
Topic: Updating different stats to on different members |
kirmvs
Replies: 3
Views: 1706
|
Forum: TSO and ISPF Posted: Fri May 14, 2004 11:50 am Subject: Updating different stats to on different members |
Hi all,
Stats are wiped out while creating new members from existing members in a single PDS. Each old member has been updated last by different users and I want to save the same stats on the new m ... |
Topic: Location of string? |
kirmvs
Replies: 1
Views: 1296
|
Forum: TSO and ISPF Posted: Mon Apr 12, 2004 6:59 pm Subject: Location of string? |
hi,
Is there a function/code (CLIST/File-Aid/Rexx) which returns the location of a string in a record.
Thanks,
Kiran |
Topic: Search and replace in multiple members of a pds |
kirmvs
Replies: 3
Views: 2628
|
Forum: TSO and ISPF Posted: Thu Apr 08, 2004 5:05 pm Subject: Search and replace in multiple members of a pds |
I am not sure if it can be handled in the same way. Let me explain
The members contain SQL
Replace view v_name
AS locking table_name for Read
select
........
Here the phrase, "As locking t ... |
Topic: Search and replace in multiple members of a pds |
kirmvs
Replies: 3
Views: 2628
|
Forum: TSO and ISPF Posted: Wed Apr 07, 2004 11:11 pm Subject: Search and replace in multiple members of a pds |
Hi,
I am trying to search for and replace a variable length string between two fixed words 'XXX' and 'YYY', which can occur anywhere in the member of a PDS. It would be great if someone can assist ... |
|