View previous topic :: View next topic |
Author |
Message |
anu_kannu Beginner
Joined: 16 May 2007 Posts: 10 Topics: 5
|
Posted: Wed Jul 18, 2007 4:13 am Post subject: STORAGE parm while running a PLI from REXX |
|
|
Hi,
A PLI program called from REXX is as below:
QUEUE "RUN PROGRAM(WPOTST1) PLAN(NPOTST1) ",
"LIB ('NWPOT010.IPOWORK.LOADLIB') ",
"PARMS('STORAGE(00,NONE,00,8K)/')"
QUEUE "END"
Can someone explain me why the "PARMS('STORAGE(00,NONE,00,8K)/')" part is used?
When I googled, I found it in COBOL-Working storage related..
Regards
Anu |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Wed Jul 18, 2007 5:35 am Post subject: |
|
|
When you run a DB2 program under DSN (with the RUN command), DB2 lets you pass parameters to the application program.
For more details, please refer to the fine manual.
O.
________
buy easy vape vaporizer
Last edited by ofer71 on Sat Feb 05, 2011 12:03 pm; edited 1 time in total |
|
Back to top |
|
 |
anu_kannu Beginner
Joined: 16 May 2007 Posts: 10 Topics: 5
|
Posted: Wed Jul 18, 2007 6:01 am Post subject: |
|
|
Thanks for the manual!
So, these are runtime options.
Why do we need to give this?
Regards
Anu |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Wed Jul 18, 2007 7:56 am Post subject: |
|
|
Ask the programmer who wrote the program...they are input to the program.
O.
________
iolite review |
|
Back to top |
|
 |
|
|