Hi Gadi,
You can modify ISPF settings via ISPCCONF:
Set USE_PDFCUNIT_FOR_TEMP_ISPF_DATA_SETS to Yes
and
PDF_DEFAULT_UNIT to the (fake or real) UNIT that your ACS Routine will key on 
(e.g. ISPFTEMP).

In your ACS Routine:

IF &UNIT = 'ISPFTEMP'

   THEN DO
           SET &STORCLAS = 'ISPFTDSN'
           /* WRITE 'Temporary ISPF Storage' */
           EXIT
        END

Hatzlachah!

Regards,
David


On 2019-05-28 04:31, Gadi Ben-Avi wrote:

Hi,
How do I tell ISPF where to define its temporary files, for example 
USERID.ISP46056.SPFTEMP0.CNTL?

Thanks

Gadi


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected]<mailto:[email protected]> with 
the message: INFO IBM-MAIN
.




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to