Author |
Message |
Topic: Generating XML files from DB2 query |
magesh_rathnam
Replies: 1
Views: 1715
|
Forum: Database Posted: Sun Oct 02, 2005 12:31 am Subject: Generating XML files from DB2 query |
Hi all,
I want to export data from a table(selecting few columns) into a XML file. We can export data from a table into a text file with help of query like
EXPORT TO q_catlg.txt OF ... |
Topic: CLIST-REXX help needed.... |
magesh_rathnam
Replies: 5
Views: 7249
|
Forum: TSO and ISPF Posted: Wed Oct 20, 2004 9:16 am Subject: CLIST-REXX help needed.... |
hi Phantom,
thanks for ur reply. but it is not working. ZSCRCUR gives the current maximum number of screens and not the current number of screens which I wanted. and even using shared profile I`m n ... |
Topic: REXX help needed |
magesh_rathnam
Replies: 1
Views: 1247
|
Forum: TSO and ISPF Posted: Wed Oct 20, 2004 9:11 am Subject: REXX help needed |
Hi all,
I would like to know the commnd for excluding all the commented lines in a code. I used the following code:
ADDRESS ISPEXEC
"ISREDIT X ALL '*' 7 "
but it gives me RC of 4. I dont kno ... |
Topic: CLIST-REXX help needed.... |
magesh_rathnam
Replies: 5
Views: 7249
|
Forum: TSO and ISPF Posted: Tue Oct 19, 2004 11:09 pm Subject: CLIST-REXX help needed.... |
Hi all,
We have a variable called ZSCREEN in CLIST which will give the current screen number. I want to know its equivalent in REXX.
Through VGET and VPUT we can pass information between REXX ... |
Topic: Reading Spool thru REXX |
magesh_rathnam
Replies: 2
Views: 7395
|
Forum: TSO and ISPF Posted: Wed Oct 13, 2004 7:12 am Subject: Reading Spool thru REXX |
Hi all,
Is it possible to Read spool data via REXX. EXample: I keep a rexx exec running all the time to repeatedly invoke SDSF and check on the status of the job and submit the next job if ... |
|