Page 1 of 1

ISPF Tables

PostPosted: Fri Jul 31, 2009 9:51 pm
by eprasad629
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?

Re: ISPF Tables

PostPosted: Fri Jul 31, 2009 11:25 pm
by Bill Dennis
IIRC, the tables get built in the PDS allocated to ISPTABL. Make that a separate PDS from your ISPF PROFILE.

Re: ISPF Tables

PostPosted: Fri Jul 31, 2009 11:30 pm
by MrSpock
1.2.1 Files used by ISPF from the z/OS V1R10.0 ISPF Reference Summary.

ISPTABLE
Table output

ISPTLIB
Table input

Do you have the right library allocated to the right DDNAME? It sure seems as if you've allocated "<USERID>.ISPF.PROFILE" to the ISPTABLE DD instead of your "<USERID>.TLIB". If so, try the 3.24 LIBDEF--allocate application libraries Service or re-do your allocations.

Re: ISPF Tables

PostPosted: Sat Aug 01, 2009 5:41 pm
by eprasad629
Hi All,

Thanks a lot for your investigation. It helped me a quite a lot in resolving the issue in time.

Many thanks for your investigation and timely response.

Re: ISPF Tables

PostPosted: Mon Aug 03, 2009 6:45 pm
by Bill Dennis
I don't know why the ISPF Reference Summary linked to by Mr Spock incorrectly shows the DDNAME of ISPTABLE. The correct filename is ISPTABL.