| Author |
Message |
Topic: Error on VGET command when issued from PLI |
anu_kannu
Replies: 6
Views: 3068
|
Forum: TSO and ISPF Posted: Thu Sep 20, 2007 11:58 pm Subject: Error on VGET command when issued from PLI |
The program is called like this:
"DSN SYS(DB2 Subsystem)"
DROPBUF
QUEUE "RUN PROGRAM(PGMNAME) PLAN(PGMNAME) ",
"LIB ('Load library name') ",
QUEUE ... |
Topic: Error on VGET command when issued from PLI |
anu_kannu
Replies: 6
Views: 3068
|
Forum: TSO and ISPF Posted: Thu Sep 20, 2007 8:29 am Subject: Error on VGET command when issued from PLI |
| yes. |
Topic: Error on VGET command when issued from PLI |
anu_kannu
Replies: 6
Views: 3068
|
Forum: TSO and ISPF Posted: Thu Sep 20, 2007 7:18 am Subject: Error on VGET command when issued from PLI |
A VGET command is issued in a PLI-DB2. The program is a part of online module, called from REXX. The variable is VPUT into the PROFILE pool in the CLIST that invokes the application.
The REXX whic ... |
Topic: RXSQL?? |
anu_kannu
Replies: 1
Views: 2491
|
Forum: TSO and ISPF Posted: Fri Aug 17, 2007 7:08 am Subject: RXSQL?? |
Hi,
Can anyone tell me about RXSQL?
I know this is used to execute a SQL via REXX. I need more information about variables that hold the values related to SQLCA and the like..
Regards,
Anu |
Topic: STORAGE parm while running a PLI from REXX |
anu_kannu
Replies: 3
Views: 2715
|
Forum: Application Programming Posted: Wed Jul 18, 2007 6:01 am Subject: STORAGE parm while running a PLI from REXX |
Thanks for the manual!
So, these are runtime options.
Why do we need to give this?
Regards
Anu |
Topic: STORAGE parm while running a PLI from REXX |
anu_kannu
Replies: 3
Views: 2715
|
Forum: Application Programming Posted: Wed Jul 18, 2007 4:13 am 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, ... |
Topic: Getting a variable from profile pool in REXX |
anu_kannu
Replies: 1
Views: 1733
|
Forum: TSO and ISPF Posted: Wed Jul 04, 2007 3:31 am Subject: Getting a variable from profile pool in REXX |
Hello,
Can you pls help me how to get a value from the profile pool in REXX
Thanks in advance
Anu |
Topic: Query result in a dataset -> with decimal fields readable |
anu_kannu
Replies: 4
Views: 2743
|
Forum: Database Posted: Thu May 17, 2007 6:40 am Subject: Query result in a dataset -> with decimal fields readable |
Got it!! Thanks Kolusu!
Regards
Anu |
Topic: Query result in a dataset -> with decimal fields readable |
anu_kannu
Replies: 4
Views: 2743
|
Forum: Database Posted: Wed May 16, 2007 11:52 pm Subject: Query result in a dataset -> with decimal fields readable |
Hi Kolusu,
I use EXPORT data.
Where can I use/find the "Dataformat" parameter??
The data is inDecimal
Thanks & Regards,
Anu |
Topic: Query result in a dataset -> with decimal fields readable |
anu_kannu
Replies: 4
Views: 2743
|
Forum: Database Posted: Wed May 16, 2007 8:18 am Subject: Query result in a dataset -> with decimal fields readable |
Hello,
I need to download the result of a query into a dataset using QMF. when I do it using EXPORT, the decimal field is not readable. Is there any other way to make it readable using QMF??
Pl ... |
| |