I want to compare two elements within the same row and see whether they match.I have added a table row containg the statistics of two different elements from a dataset in a single row.The processing should start if the elements match.Is there any way to do that without creating intermediate datasets using our normal comparision methods.Is there any solution for that using ISPF services like TBSCAN?
I have used the LMMLIST command to get the elements of two PDS members and the versions of each of them.I.I want to check whther the version of the element in one PDS matches with the one in the other PDS.
I have used ISPF table to store the version statistics of each of these members such that a single row will contain the elements and versions from two different PDS.Now i want to check whether these elements are the same to check their versions.What ISPF service can be used for this??
I would not rely on the ispf stats because they can be reset at any time,
Anyway, unless there is some additional constraint,
there is no need to store the stats in an intermediate dataset/table
You can process in parallel both pds and compare the stats on the fly,
Can u please eleborate me on what you mean by processing in parallel??Manual comparision??This is actually a tool prepared to do version check in PDS's containing large number of elements and will involve more overhead if done so.Or is their any other technique??