View previous topic :: View next topic |
Author |
Message |
janani Beginner
Joined: 20 Sep 2006 Posts: 2 Topics: 2
|
Posted: Thu Oct 12, 2006 1:45 am Post subject: Is there any rexx command to bind my program? |
|
|
Hi,
I am new to rexx. I want to bind my program using rexx. Is there any TSO command to bind? |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Oct 12, 2006 2:45 pm Post subject: |
|
|
BIND is a subcommand of the DB2 command DSN.
Since you can invoke the DSN command juts like any other TSO command, and since you can invoke any TSO command from within REXX, hence you can invoke BIND (under DSN) from within REXX.
O.
________
[URL=http://www.dodge-wiki.com/wiki/Envi_(automobile)]Envi (automobile)[/URL] |
|
Back to top |
|
 |
|
|