Irrespective of whether the table has duplicate records, primary key whatever I wanted to uniquely identify each row in As400. In Oracle there is rowid concept , there irrespective of whether the table has duplicate records or whatever there is unique rowid to each rows ,so I can fetch only that particular record using rowid. is there such kind of thing present in AS400?
I did some search related to row number in db2 AS400, but thats not meet the above requirement.