IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to create a permanent ispf table


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Wed Apr 04, 2007 10:27 am
Reply with quote

could someone help me to create a permanent ispf table
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Apr 04, 2007 12:41 pm
Reply with quote

As far as I can remember, it's a long long time ago since I've done this, but it should be a bog standard PDS dataset.

Give it a try and let us know what happens.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Apr 04, 2007 3:45 pm
Reply with quote

Hi !

ISPF tables are stored as members in a PDS. This PDS must be defined as
follows: Organization = PO Record format = FB Record length = 80.
It must be assigned to user logon as any other ispf library.

Use the ispf TB services for table customization of the tables, like TBCREATE, TBSORT, TBERASE ore so on.

Therfore please have a look at the ISPF manual in BookManager.

Regards, UmeySan


ADDRESS ISPEXEC ,
"LIBDEF ISPTLIB DATASET ID('IER1337.USER.TABLES') STACK"

ADDRESS ISPEXEC "TBERASE TBSQL1"

ADDRESS ISPEXEC "TBCREATE TBSQL1 KEYS(TLFDNR) NAMES(TFIELD) ",
"WRITE REPLACE SHARE "

ADDRESS ISPEXEC "TBSORT TBSQL1 FIELDS(TLFDNR,C,A)"

ADDRESS ISPEXEC "TBADD TBSQL1"
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts How to create a list of SAR jobs with... CA Products 3
Search our Forums:

Back to Top