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

Rexx info needed for some commands


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
simha_it

New User


Joined: 05 May 2005
Posts: 30

PostPosted: Mon Jan 05, 2009 4:05 pm
Reply with quote

Hi all,
I have seen small piece of rexx code but i didn't get few commands in it....
Could you please help me out by explaining the following commands..

Code:
ARG PIN                                     << What is PIN? Is it Macro name?
IF PIN ¬ = '' THEN SIGNAL SKIPCUR                                 
'ISREDIT MACRO (PIN)'               << What is the fucntion of ISREDIT
CALL ON ERROR NAME QUI          << What is the fucntion of QUI?
SIGNAL ON HALT NAME QUI         << What is the fucntion of SIGNAL?
SIGNAL ON SYNTAX NAME QUI                                         
SIGNAL ON ERROR NAME QUI                                         
SIGNAL ON FAILURE NAME QUI                                       
ADDRESS ISPEXEC                     << what is the significance of this stmt?
'ISREDIT (LN,CO) = CURSOR'                                       
/* ERROR VALIDATION */                                           
IF CO = 0 THEN                          << what is CO?
   DO                                                             
                ZEDSMSG = ''             << what is ZEDSMSG?
                ZEDLMSG='CURSOR NOT LOCATED IN SCREEN TEXT AREA' 
                'SETMSG MSG(ISRZ001)'                             
                CALL CURSET                                       
      EXIT                                                       
   END                     


Please provide me your answers for the above questions...Let me know if you need any other details....

Thanks,
Simha
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 05, 2009 4:14 pm
Reply with quote

why not start reading the manuals

starting from
www-03.ibm.com/systems/z/os/zos/bkserv/index.html#other_pubs
and choosing the applicable release of zos

the manuals of interest would be

from the tso/e bookshelf - rexx guide and rexx reference

from the ISPF bookshelf - edit and edit macros and the users's guides
Back to top
View user's profile Send private message
simha_it

New User


Joined: 05 May 2005
Posts: 30

PostPosted: Mon Jan 05, 2009 4:43 pm
Reply with quote

Thanks for your quick response. But this information is bit urgent for me. I don't have much time as of now. I will refer the manual later. Plz provide me the above info as early as possible if anybody knows.

Thanks,
Simha
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 05, 2009 4:46 pm
Reply with quote

Quote:
But this information is bit urgent for me. I don't have much time as of now


how sorry, but I also do not have much time available as now icon_cool.gif
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon Jan 05, 2009 9:52 pm
Reply with quote

Simha,
Were you aware that most, if not all, of the contributors to this board donate their knowledge on a volunteer basis (unpaid)? Words like "urgent" do not go over well here.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Jan 05, 2009 10:28 pm
Reply with quote

Quote:
But this information is bit urgent for me.

I think reading the manuals should be the first place to go! Ask here when you do not understand the manuals.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
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
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top