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

Run a COBOL program from REXX EXEC


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
milochanzy

New User


Joined: 28 Aug 2006
Posts: 7
Location: India

PostPosted: Thu Oct 04, 2007 8:43 pm
Reply with quote

Hi,

i dont know how stupid it may sound to all the experts in REXX but if some one could please let me know how can i run a COBOL program whose load is in my private load library thru REXX.

Thanks and Regards,
Milo.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Oct 04, 2007 9:42 pm
Reply with quote

Native REXX:

2.5.9 Host Command Environments for Linking to and Attaching Programs from the z/OS V1R7.0 TSO/E REXX Reference manual. You can use ADDRESS LINKMVS or ADDRESS LINKPGM to call a program using the rules as indicated.

TSO/E:

1.10 CALL Command from the z/OS V1R7.0 TSO/E Command Reference manual. You can use the TSO CALL command to load and execute a program in executable form.

ISPF:

2.56 SELECT - Select a Panel or Function from the z/OS V1R7.0 ISPF Services Guide.
Back to top
View user's profile Send private message
milochanzy

New User


Joined: 28 Aug 2006
Posts: 7
Location: India

PostPosted: Fri Oct 05, 2007 8:57 am
Reply with quote

Hi Kevin,

your pointers areapperciated. the problem is that i am not that well versed with the REXX terminologies. If you could quote some REXX code with example libraries and program it would be a great help.

Thanks and Regards,
Milo.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Oct 05, 2007 10:13 am
Reply with quote

Milo,

Quote:
If you could quote some REXX code with example libraries and program it would be a great help.

I doubt you have gone thru the links posted by SuperK porperly.

For call command, at the end of the page, you have link for call command examples.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Oct 05, 2007 3:03 pm
Reply with quote

Actually, for each of the above methods there are examples in the manuals.

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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Replace each space in cobol string wi... COBOL Programming 3
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
Search our Forums:

Back to Top