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

Debug a REXX program and killing a executing rexx program


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

New User


Joined: 30 Jan 2008
Posts: 6
Location: Noida

PostPosted: Sun Mar 09, 2008 6:50 pm
Reply with quote

Is there a way to Debug a REXX program like we have IBM Debug tool for cobol programs. For

1. Foreground REXX programs..using TSO EXEC statement
2. Programs executed with JCL..

One more thing, sometimes Foreground REXX programs fall in infinite loop condition and I have to kill the TSO session itself to get rid of that. Is there any way to stop it or something can be provided in code itself so it allows user to terminate it?
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Sun Mar 09, 2008 6:53 pm
Reply with quote

for Debug : use TRACE (option)

To kill it in foreground : PA1 then HI
Back to top
View user's profile Send private message
Pritam Dass

New User


Joined: 30 Jan 2008
Posts: 6
Location: Noida

PostPosted: Sun Mar 09, 2008 11:11 pm
Reply with quote

could you provide some more details about killing en executing REXX program when its continuously giving some weird output on console.
I am not able to understand the PA1 and HI... plz give some details..thanks in advance
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 10, 2008 12:53 am
Reply with quote

PA1 is usually assigned an ATTENTION operation. Check your keyboard setup and isuue ATTENTION (ATTN).

O.
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 Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top