How to resolve ISPN104 error in ISPF?



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

How to resolve ISPN104 error in ISPF?

Postby mainframegeek » Wed Nov 21, 2012 12:58 am

I am executing a clist program , which executes a cobol program and ISPF panels.
I am getting the below mentioned error after executing Clist program using 6 option in ISPF.

 

ISPN104                               
                                       
Invalid dsname list                   
Data set name(s) incorrectly specified.


How can i resolve this error ? any suggestions ?
mainframegeek
 
Posts: 35
Joined: Sun Sep 16, 2012 1:57 pm
Has thanked: 3 times
Been thanked: 0 time

Re: How to resolve ISPN104 error in ISPF?

Postby enrico-sorichetti » Wed Nov 21, 2012 1:03 am

Data set name(s) incorrectly specified.


if You want good answers learn to post good questions ( well formulated )

based on the amount of info provided the best answer You might get
( technically correct but unfortunately useless) would be...

check Your clist and specify the data set names as <required>

and ... DO NOT COMPLAIN , it was You who asked for it :mrgreen:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: How to resolve ISPN104 error in ISPF?

Postby mainframegeek » Wed Nov 21, 2012 1:15 am

I am very new to Clist and ISPF. Can you tell me if there is any way to find exactly which dataset name is wrong in clist program, as there are many dataset names??
mainframegeek
 
Posts: 35
Joined: Sun Sep 16, 2012 1:57 pm
Has thanked: 3 times
Been thanked: 0 time

Re: How to resolve ISPN104 error in ISPF?

Postby enrico-sorichetti » Wed Nov 21, 2012 1:17 am

look at the manual for the message,
from there You should be able to understand what statement caused it..
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: How to resolve ISPN104 error in ISPF?

Postby enrico-sorichetti » Wed Nov 21, 2012 1:22 am

follow on.
since You are <new> it would be wiser to use REXX scripts instead of CLISTs
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: How to resolve ISPN104 error in ISPF?

Postby mainframegeek » Wed Nov 21, 2012 1:26 am

Its existing program. I added some variable to panel. After that i am getting this kind of error. Is there any to error in clist like we track in JCL??
mainframegeek
 
Posts: 35
Joined: Sun Sep 16, 2012 1:57 pm
Has thanked: 3 times
Been thanked: 0 time

Re: How to resolve ISPN104 error in ISPF?

Postby enrico-sorichetti » Wed Nov 21, 2012 1:27 am

retrace all the modifications You have made and check which one causes the issue!
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: How to resolve ISPN104 error in ISPF?

Postby Peter_Mann » Wed Nov 21, 2012 1:35 am

mainframegeek wrote:Its existing program. I added some variable to panel. After that i am getting this kind of error. Is there any to error in clist like we track in JCL??


is it a clist or a panel that's throwing the errors?
if a clist you can debug somewhat like a rexx exec
turn on debug right after the PROC statement add.....
                 
CONTROL PROMPT NOFLUSH MSG CONLIST SYMLIST LIST                                                   
     
ISPEXEC CONTROL ERRORS RETURN                                   

Probably more debugging than you need, but it will resolve variables from the panel and from the clist
Peter
Peter_Mann
 
Posts: 145
Joined: Fri Jun 24, 2011 7:37 pm
Location: Lowell,AR
Has thanked: 15 times
Been thanked: 3 times

Re: How to resolve ISPN104 error in ISPF?

Postby mainframegeek » Wed Nov 21, 2012 1:40 am

Ok..One more thing..I have executed the panel to which i made the changes,Is has thrown the error below. Is it related to the error ISPN104?

ISPP121                                             
                                                     
Panel 'TSNT089' error                               
Panel definition too large, greater than screen size.

mainframegeek
 
Posts: 35
Joined: Sun Sep 16, 2012 1:57 pm
Has thanked: 3 times
Been thanked: 0 time

Re: How to resolve ISPN104 error in ISPF?

Postby mainframegeek » Wed Nov 21, 2012 1:47 am

Actually while executing Clist using 6 option, the error has been thrown. Then i executed the panel separately, above given error thrown in panel.
I have a statement given below in the clist.
PROC 0 DEBUG()


You want me to put it like mentioned below?
 
PROC 0 DEBUG()
CONTROL PROMPT NOFLUSH MSG CONLIST SYMLIST LIST                                                   
     
ISPEXEC CONTROL ERRORS RETURN

Am i right?
mainframegeek
 
Posts: 35
Joined: Sun Sep 16, 2012 1:57 pm
Has thanked: 3 times
Been thanked: 0 time

Next

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post