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

Invoking the "Jobcard" command in the REXX routine


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

Global Moderator


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

PostPosted: Tue May 08, 2012 10:01 pm
Reply with quote

See Appendix C of TSO/E Rexx Users' Guide for a comparison of CLIST vs REXX.

It is not clearly mentioned there, but CLISTs can only be in the SYSPROC concatenation. A REXX program can be in either SYSPROC or SYSEXEC concatenations.

Since either CLISTs and REXX programs can both be in the SYSPROC concatenation, you have to tell the language processor which language it is: rexx programs need to have the first line be a comment with the word 'rexx' in it.
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 Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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