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

How to go the Error line


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Wed May 16, 2007 11:22 am
Reply with quote

Hi All,

I have a bog JCL code (say about 700 lines with 60 steps).
When I do a !JCK, I get a message at the top saying
"Maximum Severity as 8". To get to that error line, I usually do PF8 several times and reach the error step.

Is there any command, using that I can directly go the error line???


10X,
Back to top
View user's profile Send private message
raak

Active User


Joined: 23 May 2006
Posts: 166
Location: chennai

PostPosted: Wed May 16, 2007 12:49 pm
Reply with quote

Hey,

I don't know about JCK command.. If u r using JEM, it will show a label for each error message it is showing.

Like .JAAA for 1st error message, .JAAB for 2nd message etc.

This will be shown at the top.

So to go to that line number which shows the error, u give a command
L .JAAA on the command line and it will take u to the place in JCL which caused the error.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top