Hi All,
Iam having a rexx program calling the macros
Program:-
/*REXX*/
"ALLOC FILE(SYSEXEC) DATASET('NBKJ5LD.REXX.EXEC1')"
INP1 = 'qwsx.all.copy(test)'
ADDRESS ISPEXEC "EDIT DATASET('"INP1"') MACRO(TEST)"
Macro:-
"ISREDIT MACRO NOPROCESS"
"ISREDIT PACK OFF"
"ISREDIT SAVE"
"ISREDIT CAN"
Now my query is, Macro is applied for one member in a dataset as per the code.
I want to apply the macro funtion to all the members of the PDS.
Shortly I should open all the members of a PDS in EDIT mode and apply the macro.
Is it possible?
ISPF EDIT Macro
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: ISPF EDIT Macro
Sure. Why not just use the ISPF Library Management (LM) services for dealing with PDS's, specifically the LMMLIST service.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4
- 1347
-
by Jeff R
View the latest post
Fri Dec 30, 2022 8:51 pm
-
-
ISPF Custom Line Edit macros do not work anymore
by harisukumaran » Thu Jun 27, 2024 4:42 am » in TSO & ISPF - 0
- 1250
-
by harisukumaran
View the latest post
Thu Jun 27, 2024 4:42 am
-
-
- 0
- 2719
-
by knv09
View the latest post
Thu Nov 16, 2023 8:16 pm
-
- 4
- 5599
-
by Misha786
View the latest post
Tue May 02, 2023 6:23 pm
-
- 9
- 2149
-
by futohomok
View the latest post
Wed Jun 21, 2023 1:26 pm