As stated: pre-allocated ISPFILE then run your dialogue.

Ie: 
address "TSO"
  "ALLOC FI(ISPFILE) REUSE CYL ..."
address ... 
  "FTOPEN"
  "FT..."
   etc.
   "FTCLOSE"
   "VGET ZTEMPF"
address "TSO"
   "SUB" ztempf
   "FREE ISPFILE"

Or give it a name:

address "TSO"
  "ALLOC FI(ISPFILE) DA(" || dsn || ") ..."

--- FT stuff

address "TSO"
   "FREE FI(ISPFILE)"
   "SUB" dsn
   "DEL" dsn

-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

-----Original Message-----
From:         Thomas Berg <thomas.b...@swedbank.se>
Sender:       IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
Date:         Mon, 20 May 2013 15:33:40 
To: <IBM-MAIN@LISTSERV.UA.EDU>
Reply-To:     IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
Subject: B37 för FTINCL in ISPF for  userid.ISPnnnnn.SPFTEMPn.WORK datasets

Hi,

I'm having problems in that when I try FTINCL för a JCL I get B37 on the 
userid.ISPnnnnn.SPFTEMPn.WORK dataset.
The implied target for the FTINCL is the ISPFILE dataset that is preallocated.

The code:

"FTOPEN"
"FTINCL VKVASJOB"
"FTINCL" tgtenv "NOFT"
"FTINCL VKVASUPD"
"FTCLOSE NAME("jbmbr")"

I haven't found how I do to get a larger allocation for that type of datasets.

Can anybody help me or hint to where to get the information.  *Preferably not 
an answer that requires a reinstall/customization of the ISPF installment (time 
problem).*

(I have tried the "FTOPEN TEMP" variant but then I got the B37 on the 
userid.ISPnnnnn.SPFTEMPn.CNTL dataset instead.



Regards
Thomas Berg
____________________________________________________________________
Thomas Berg   Specialist   z/OS\RQM\IT Delivery   SWEDBANK AB (Publ)




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to