deane wrote:
Then, I use a GENSQLDDL command to extract the SQL DDL from the file. I then recreate the file with the DDL using the RUNSQLSTM command. The resulting file has the same format level identifier as the DDS defined file.
If this isn't what you are trying to do, please clarify your question.
Dean,
sorry for my delay, but I was tied up for business the last days.
What you described is exactly what I want to do.
First of all - accessing the file with the functions generated from CA 2E without regenerating them. I know, this is given with what you do.
Second - accessing the database by using JDBC as the method.
And the question now is, what is needed to access these tables, that contain packed fields, via JDBC and SQL from Plex functions?
If we generate DDS-tables in Plex (containing packed fields) with the use of GENSQLDDL and RUNSQLSTM to modify them as you described, can we get access with Plex functions by using JDBC/SQL?
I hope you can imagine what I mean.
Thanks a lot for your suggestions
Axel