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

FTINCL for LRECL > 80


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

New User


Joined: 12 Jan 2006
Posts: 29

PostPosted: Sun Jan 23, 2011 8:28 am
Reply with quote

Hi All,

I have to read a Skeleton which is VB 255 LRECL. And load it into a ISPF table.

I would like to use FTINCL instead of EXECIO to read the Skel so that substitution or dialogue variable will be substituted.

I understand that we can not use the TEMP or ZTEMPF since it will write only 80 FB output. Hence I am forced to write it out to a o/p file and then read the o/p file with EXECIO and load a Table one row after that other.


"FREE F(TMPRAVF)"
"FREE F(TMPRAVV)"
"ALLOC DD(TMPRAVF) DA('UserID.WKBN.ISPSLIB.FB255') SHR REUSE"
"ALLOC DD(TMPRAVV) DA('UserID.WKBN.ISPSLIB.VB255') SHR REUSE"
say 'alloc : 'rc zerrlm
address ispexec "LIBDEF ISPSLIB LIBRARY ID(TMPRAVF)"
say 'libdef ispSLIB: 'rc zerrlm
address ispexec "LIBDEF ISPFILE LIBRARY ID(TMPRAVV)"
say 'libdef ispFILE: 'rc zerrlm
address ispexec "FTINCL SKELRF6"
address ispexec "FTCLOSE NAME(TRAVI)"
say 'FTCLOSE : 'rc zerrlm
"FREE F(ISPSLIB)"
"FREE F(ISPFILE)"
"FREE F(TMPRAVF)"
"FREE F(TMPRAVV)"
...
...

I am getting RC zero and a member with TRAVI is being catalogued in 'UserID.WKBN.ISPSLIB.VB255'

Without having it to store it into a output library and reading it again using EXECIO is there a way we can load it into an ISPF Table?


Thank you!
Ravikanth Chavali
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon Jan 24, 2011 3:59 pm
Reply with quote

What exactly are you trying to achieve here
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Mon Jan 24, 2011 8:28 pm
Reply with quote

Please show several rows of your skeleton and also show us your table definition.
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 VB to FB - Finding LRECL SYNCSORT 4
No new posts A command to change LRECL of an exist... JCL & VSAM 7
No new posts Puzzled about output LRECL DFSORT/ICETOOL 4
No new posts Increase the Maximum Length of LRECL ... JCL & VSAM 5
No new posts LRECL in syncsort SYNCSORT 4
Search our Forums:

Back to Top