Hi All,
I have a small requirement...
I am writing lot of Members in a PDS with some basic fields in Batch mode.
Now on a future run I want to check how many members of this PDS have been edited.
I tried using LISTDSI SYSUPDATED, but this is giving me Yes for all the members, even for the members which are totally empty.
X = listdsi(PDS"("Mem")")
Since the Members created in Batch mode have the Job name as their creator, another way of checking is if the Creator id is anything else than the Job name, How can I accomplish this.
Answers to any of the either of 2 queries will be appreciated.
I have a small requirement...
I am writing lot of Members in a PDS with some basic fields in Batch mode.
Now on a future run I want to check how many members of this PDS have been edited.
I tried using LISTDSI SYSUPDATED, but this is giving me Yes for all the members, even for the members which are totally empty.
X = listdsi(PDS"("Mem")")
Since the Members created in Batch mode have the Job name as their creator, another way of checking is if the Creator id is anything else than the Job name, How can I accomplish this.
Answers to any of the either of 2 queries will be appreciated.