I would like to be able to report off of the information in the GEN security tables using Case. According to the GSC, this should be possible by just creating a GEN Productline in DBDEF. I have tried that and written a report to read the USER table. When I try to compile te program I get:
GetUserFd: File not in dictionary: Error 0
GetUserFd: File not in dictionary: Invalid argument
The GSC told me they were out of ideas and had no idea why this would not work. Do any of you have any clue why I can't get this to work? If you have another way of reporting off the GEN table, I'm game for that as well.
We extract information from gen job table using rngdbdump to a .dat file.
Then have a program that massages the job data -
script loads the new massaged data back into the gen job table.