Hi,
I have a following requirement
Serach members in PDS1, If present then do nothing, If not present then copy those members from PDS2 to PDS1.
I am using IEBCOPY utility to copy the members from PDS2 to PDS1.
Generally what i do to search member is type "m <member name>" on command line and it will give me in what all PDS's this member is present like following -
Command ===> m AAABDBLC Scroll ==
Command - Enter "/" to select action Message
-----------------------------------------------------------------------
XXX.XXX.XXX.X1 Member: AAABDBLC
XXX.XXX.XXX.X2 Migrated
XXX.XXX.XXX.X3
XXX.XXX.XXX.X4 Member: AAABDBLC
XXX.XXX.XXX.X5 Member: AAABDBLC
I have 100's of such members to serach and then copy. Can someone give me Syntax for the same ?
Note that : 3.14 /15 is used to search "strings" But I want to search member name is present in PDS or not.