That's a good suggestion! But I think Optim did not get to PROP(SEQ,...)) validation at all. My suspicion is that it stumbled upon another error, first.
The most likely offender would be "No related tables".
To determine if this is the case, one can perform the BROWSE of the EXTRACT file (7.B) of the table whose column is being propagated. The browse panel will highlight the table key, if there is one. If there is none, that would be possibly a problem.
Then, one can enter the JOIN command and see if Optim finds any tables available for joining, based on the presence of relationships. If JOIN does not find any tables to join (in the EXTRACT file) then this is the actual problem which indicates that there are no relationships defined for the table with the PROP column.
------------------------------
Greg Czaja
Optim for z/OS Developer
------------------------------
Original Message:
Sent: Mon November 28, 2022 03:14 PM
From: Keith Tidball
Subject: Creation of Primary Keys not detecting while conversion
Your issue could be related to not using a numeric value for your SEQuence. The quotes around the number make it alphanumeric when it should be an integer.
Try this: PROP(SEQ(32324322, 1))
Hope this helps....
------------------------------
Keith Tidball
Progressive Insurance
------------------------------