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

SYSDSN fails on 3rd dataset during logon


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kdgillilan

New User


Joined: 25 Oct 2012
Posts: 1
Location: usa

PostPosted: Fri Oct 26, 2012 8:12 pm
Reply with quote

While executing initial logon process, I execute a concatenation clist multiple times for ISPPUSR, ISPTUSR, ISPSUSR, and ISPMUSR. The concatenation clist executes SYSDSN to determine if dataset is cataloged.
Prior to invoking ISPF, SYSDSN will fail on the third dataset with message, "ERROR PROCESSING REQUESTED DATASET". Will also fail on all subsequent datasets as well.
After ISPF has been establised, I can execute the series of concatenations and all four invocations will show SYSDSN returns OK

I have tried re-arranging the order of datasets and it still fails on the third invocation. I've tried various other dataset names - it still fails on the third time.

What conditions cause "error processing requested dataset" ?
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Oct 26, 2012 8:58 pm
Reply with quote

  • An error parsing the DSN
  • An error in the dynamic allocation SVC
  • An error in OPEN processing

The second seems, IMPO, to be the most likely, although the third can't be ruled out. If you can browse the syslog, it may have additional information.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top