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

ZTEMPF when file tayloring a ISPF skeleton (FTINCL)


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

New User


Joined: 18 Apr 2006
Posts: 4

PostPosted: Tue Jul 28, 2009 10:22 pm
Reply with quote

I have noticed recently when file tayloring an ISPF skeleton that the output is being written to the dataset 'userid.spftemp1.cntl'. I remember at one time that it was written to a system generated dataset similar to the format SYSyyddd.Thhmmss.RA000.jobname.R0000nnn. How is it determined what dataset ZTEMPF is. Is there a way to choose how it is written. Was there a change in subsequent z/OS releases.
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Tue Jul 28, 2009 11:14 pm
Reply with quote

I searched the manuals and found only clues (use of VIO etc) but not the direct answer which is it depends on if your logon proc or JCL has ISPCTL1 allocated (where 1 is the number of your split screen). If it is allocated in the logon proc you get that data set which is usually a temp data set or VIO. If it isn't allocated you get a data set with a name like 'userid.spftemp1.cntl'. use DDLIST to look at the allocations and you will see what I mean.

If you use lots of split screens, you may see some use a temp data set and others use a 'userid.spftempx.cntl' because most sites only preallocate ISPCTL1 and 2 and sometimes 0. I don't know what 0 is used for but the same rules seem to apply. Also the name of the dynamically allocated file may not be 'userid.spftempx.cntl' because that can be customized by the ISPF installer.
Back to top
View user's profile Send private message
gabrielj

New User


Joined: 18 Apr 2006
Posts: 4

PostPosted: Wed Jul 29, 2009 1:52 am
Reply with quote

Yes Yes. I think that is it. It think that is all I need to know. Thanks
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 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 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