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

How to do File tailoring for No. of Files ?


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

New User


Joined: 08 Jun 2009
Posts: 19
Location: Banglore

PostPosted: Sun Jun 28, 2009 8:26 pm
Reply with quote

Hi.

I started working on one of the automated code(COBOL) generator tool.

What i thought i will create one panel in which i will give the pgm name, Various input file names names and output PDS name. After putting the values the cobol skeleton shud created in one of the PDS member.

To implement this i will create various skeletons in one of the PDS.
And in the program code i will call various skeletons of the COBOL pgm and do the the file tailoring on that by using FTOPEN, FTINCL and FTCLOSE command.

My query is that if i want to repeat some lines of logic N no. of times and in that lines of code contain &&Variable which i have to replace with various input values which i given in the panel..

Let us say,in the input panel i have given 10 files and the file skeleton contain file opening logic. I want to repeat that for all then files and want to require in to the output member

Can anyone tell me how i can achieve this ?

Is it possible using ISPF tables ?
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Sun Jun 28, 2009 11:00 pm
Reply with quote

I am not sure exactly what you mean... can you show us the input and the output you want?

You might try FTOPEN, FTINCL, FTINCL, FTINCL, FTCLOSE.

Read about the )DOT control statement to perform loops.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top