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

File tailoring thru Rexx


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chennareddy

New User


Joined: 22 Dec 2005
Posts: 11

PostPosted: Wed Apr 12, 2006 10:39 am
Reply with quote

Hi...
Can anyone send me some examples or links that contain examples of using file tailoring.

It would be more helpful if the examples contain some thing about table data... i.e )DOT and )ENDDOT commands..


Thanks,
Chenna
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 Apr 12, 2006 4:40 pm
Reply with quote

Did this example from the ISPF Dialog Developer's Guide not provide enough details?
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Wed Apr 12, 2006 5:07 pm
Reply with quote

hy chennareddy,

you must first create an ispf table using
TBCREATE NAMES(field1 field2 field3)

then while file tailoring...

)DOT tablename
field1 field2 field3
)ENDDOT

all table entries are scanned and the filed1 to filed3 values
generated into the tailoring output.
field1 to filed3 must be fileds defined in the table....

martin9
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Running REXX through JOB CLIST & REXX 13
Search our Forums:

Back to Top