Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISPF system data set allocation error

Status
Not open for further replies.

vhagopian

Programmer
Nov 12, 2002
9
US
I am getting the following message when executing FTOPEN: "ISPF system data set allocation error". This occurs when i am using system DD ISPFILE. I have never seen this error before and i have no clue how to debug.

Here is the full error message......

ISPF system data set allocation error - press Enter to continue. Temporary control card data set cannot be allocated. DAIR RC = 12 dec, DARC = 970C hex.

Thanks


 
What does your ISPFILE DD allocation look like?

If you are just wanting to build a JCL stream and manipulate it try using

address ISPEXEC "FTOPEN TEMP"

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top