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

Facing problem with ISPF File Tailoring TEMP file


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

New User


Joined: 18 Mar 2005
Posts: 48
Location: india

PostPosted: Thu Mar 22, 2012 5:29 pm
Reply with quote

Hi,

I am running 3 jobs parallelly which uses a rexx routine to modify a template and then submits it. The flow of the rexx routine is as follows.

ADDRESS ISPEXEC 'FTOPEN TEMP'
ADDRESS ISPEXEC 'FTINCL TEMPLATE'
ADDRESS ISPEXEC 'FTCLOSE'
ADDRESS ISPEXEC 'VGET (ZTEMPF)'

Then submits the job from ZTEMPF.
When I submit all the 3 jobs parallely, I am getting a error message
"ISPF system data set allocation error - press Enter to continue.
Temporary control card data set cannot be allocated.
Data set 'DEXAD40.SPFTEMP1.CNTL' in use by another user, try later.
ISPF102 No work file -/-Work file not open.".

Looks it uses the same temp file - 'DEXAD40.SPFTEMP1.CNTL' for all the 3 jobs. The first job goes fine and other 2 fails.

Is there a way to create temp files with different names when I run it parallely??

Please suggest if any idea.

Thx,
Gokul
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Thu Mar 22, 2012 6:22 pm
Reply with quote

Do you have an ISPFILE dd statement in your JCL? This dd can be used to override the default output file used by File Tailoring services.
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Thu Mar 22, 2012 6:39 pm
Reply with quote

Gokul,

If you are using TEMP then I believe this is the DD you should use in the JCL:

Code:

//ISPCTL1    DD DISP=NEW,
//           UNIT=VIO,
//           DCB=(BLKSIZE=800,LRECL=80,RECFM=FB),        TEMPORARY FILE
//           SPACE=(CYL,(1,1))
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 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
No new posts Access to non cataloged VSAM file JCL & VSAM 18
Search our Forums:

Back to Top