I encountered a problem while trying to write an entry onto an ISPF table. I have an ISPF table created under a dataset "<USERID>.TLIB". Whenever I try to write an entry in that table, the entries are getting updated under the dataset "<USERID>.ISPF.PROFILE".
I tried deleting the table from "<USERID>.ISPF.PROFILE" dataset and re-executed. However I could see the table created again in the "<USERID>.ISPF.PROFILE" dataset after the execution of the program.
Could you please help me out of this situation?
Also, is it possible to direct a program to write a table available under a specific dataset name?