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

Adding Rexx Program in to Change Man


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

New User


Joined: 13 Sep 2006
Posts: 13

PostPosted: Tue Nov 17, 2009 12:07 pm
Reply with quote

Hi All,

I am new to Change Man, I am facing problem with adding a new rexx program in to Change Man.

I CHECK OUT a Rexx Program with following option COMPONENT TYPE: SRC, LANGUAGE: COB2BAT (Not sure what to give) in to my Change Man Package. Element is retrieved in to my package but the STATUS=INCOMP.

Pleas help how to change the STAUS=ACTIVE.

Thanks,
Loogu.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Nov 17, 2009 3:53 pm
Reply with quote

This question is quite site specific. because COMPONENT TYPE: SRC is COMPONENT TYPE: SRB at my current shop but at my previous shop it was COMPONENT TYPE: SRC, so I can relate to that a bit; though it can mean totally different at your shop.

To start with REXX is an interpreted language, so you can execute/run the rexx code without compiling it through change-man.

However, you can compile them through change-man. Do you know the program name? If yes, during "check-out" leave this
Code:
LIBRARY TYPE     ===>            (Blank for list)
blank. That way it'll show the list of "allowable component type" for that shop... you may try your luck in finding something which sounds like REXX, at one shop it was
Code:
  LIB  DESCRIPTION
.
.
_ REX  REXX Source
.
.
.
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 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