Posted: Thu Mar 13, 2003 5:50 pm Post subject: Allocation of temporary file in TSO
Hi,
When we submit a job or search for some string in option 3.14 in TSO, a temporary file &userid.SPFTEMP0.CNTL is allocated. Could anybody tell me what is the ISPF Library (ddname and dsname) where this file is created ?
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
Posted: Thu Mar 13, 2003 8:12 pm Post subject:
The ddname is variable (ISPnnnnn) and you already have the data set name.
You can avoid the allocation by preallocating a F80 sequential data set to ISPCTL0 and ISPCTL1, Online, you may need more because of split screens. See the ISPF planning and customization guide.
I'm sorry, I think I was not clear enough.
I want to know the name of the member of the ISPF Library (maybe a clist?) where these temporary files are created by the system.
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
Posted: Fri Mar 14, 2003 12:33 am Post subject:
It's built into the ISPF code. What do you need to do? If you need to change the name due to conflicts or multiple logins, you need to modify the ISPF configuration table or use one of the many examples of ISPF exit 16 floating around. It is much better to preallocate the ISPCTLx ddnames though, preferably to VIO.
In my shop the TSO prefix is a fixed variable (not the userid) and I personally prefer working with noprefix. So, I’m having conflicts with the name of these temporary files and allocation fails.
Then, I thought if is there a way I can continue running noprefix, but altering the name of the files adding that fixed variable to its names.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum