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

To Read ISPF table and write to a dataset.


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

New User


Joined: 09 Aug 2006
Posts: 24

PostPosted: Wed Jun 24, 2009 4:01 pm
Reply with quote

I need help in reading an ISPF table from ISPTLIB library and write to a sequential dataset in a readable format.

Could anyone please help me on this?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Jun 24, 2009 4:04 pm
Reply with quote

What have you tried so far? Where are you stuck?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Jun 24, 2009 4:05 pm
Reply with quote

Go to the REXX / CLIST forum and go to the sticky at the top of the topic list - reference material.

That will link you to all of the manuals that you will need to do this.
Back to top
View user's profile Send private message
aprak00
Warnings : 2

New User


Joined: 09 Aug 2006
Posts: 24

PostPosted: Wed Jun 24, 2009 4:09 pm
Reply with quote

I have not tried anything. As I mentioned I am new to REXX. I have a REXX table and I need to use that as input to SAS program. So I want to convert it to a SAS readable format.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Jun 24, 2009 4:10 pm
Reply with quote

aprak00 wrote:
I have not tried anything. As I mentioned I am new to REXX. I have a REXX table and I need to use that as input to SAS program. So I want to convert it to a SAS readable format.

Actually, you have an ISPF table. Please learn to use the correct terminology in your questions so that people really do know what you are talking about.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Jun 24, 2009 4:32 pm
Reply with quote

Quote:
Please learn to use the correct terminology in your questions


that way you can perform searches in manuals on valid keywords and find your answers.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 24, 2009 5:29 pm
Reply with quote

Quote:
So I want to convert it to a SAS readable format.
You're not too familiar with SAS, either, are you? SAS can read anything in any file on the mainframe. As long as you have the format specified correctly, SAS will read the data and allow you to use it.
Back to top
View user's profile Send private message
aprak00
Warnings : 2

New User


Joined: 09 Aug 2006
Posts: 24

PostPosted: Wed Jun 24, 2009 5:35 pm
Reply with quote

SAS cannot read since ISPF Table is not in a readable format. I used 3.16 option to export it to a sequential dataset.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Jun 24, 2009 5:46 pm
Reply with quote

Quote:
SAS cannot read since ISPF Table is not in a readable format.
Learn SAS before you come up with another such ridiculous statement. I have used SAS to read load modules before so data does not have to be in readable format for SAS to handle it. The SAS examples file has code to read the directory of a PDS directly -- which certainly is not in a readable format.
Back to top
View user's profile Send private message
aprak00
Warnings : 2

New User


Joined: 09 Aug 2006
Posts: 24

PostPosted: Thu Jun 25, 2009 6:21 am
Reply with quote

Are you talking about reading cobol load modules using SAS program? Do you have any sample for that? Your help will be greatly appreciated.
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 Error to read log with rexx CLIST & REXX 11
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top