| Author |
Message |
Topic: XML parser error |
sraj
Replies: 6
Views: 5609
|
Forum: Application Programming Posted: Tue May 13, 2008 6:31 am Subject: XML parser error |
sraj,
You need to post the error messages you are getting.
Kolusu
------------------------------------------------------------------------
Excerpt of the error
START OF DOCUMENT
EXCEPT ... |
Topic: XML parser error |
sraj
Replies: 6
Views: 5609
|
Forum: Application Programming Posted: Mon May 12, 2008 8:02 am Subject: XML parser error |
Here is the link to the example in the manual.
[url=http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/igy3pg32/5.1.3.3.1?ACTION=MATCHES&REQUEST=Example%3A+parsing+XML&TYPE=FUZZY&SHE ... |
Topic: XML parser error |
sraj
Replies: 6
Views: 5609
|
Forum: Application Programming Posted: Mon May 12, 2008 6:44 am Subject: XML parser error |
I'm getting the below mentioned XML parsing error, for the example program mentioned in the manual.
Cobol version - ENTERPRISE COBOL FOR Z/OS 3.4.1
Where can I find details about this XML err ... |
Topic: Order by based on input |
sraj
Replies: 4
Views: 2183
|
Forum: Database Posted: Wed Nov 21, 2007 1:12 pm Subject: Order by based on input |
sraj,
If you do not want to deal with dynamic SQL then define 3 cursors each with a different order by clause and open the cursor based on the parameter. At any given point of time you will open o ... |
Topic: DECLARE cursor clause based on parameter |
sraj
Replies: 3
Views: 1869
|
Forum: Database Posted: Wed Nov 21, 2007 9:16 am Subject: DECLARE cursor clause based on parameter |
you obviously felt that your time was better spent posting a question on the internet instead of looking at the appropriate db2 manual for you db2 version.
i think your time would be better spent e ... |
Topic: DECLARE cursor clause based on parameter |
sraj
Replies: 3
Views: 1869
|
Forum: Database Posted: Tue Nov 20, 2007 9:47 pm Subject: DECLARE cursor clause based on parameter |
DECLARE CURSOR csr1 <SCROLL/NOSCROLL> CURSOR
FOR SELECT col1, col2
FROM table1
Is it possible to parameterize the SCROLL value in DECLARE cursor based on a input to program. |
Topic: Order by based on input |
sraj
Replies: 4
Views: 2183
|
Forum: Database Posted: Tue Nov 20, 2007 9:39 pm Subject: Order by based on input |
Select col1, col2, col3
from table 1
order by col1 <ASC/DESC>, col2 <ASC/DESC>, col3 <ASC/DESC>
The sort order for col1, col2, col3 are parameters to the program. Can anyone exp ... |
Topic: IMS report pages out of sequences |
sraj
Replies: 7
Views: 3782
|
Forum: IMS Posted: Thu Aug 10, 2006 1:45 pm Subject: IMS report pages out of sequences |
| Response from DBA - The system software no longer guarantees the sequence of separate documents. |
Topic: IMS report pages out of sequences |
sraj
Replies: 7
Views: 3782
|
Forum: IMS Posted: Thu Aug 10, 2006 10:42 am Subject: IMS report pages out of sequences |
This problem started for all our programs which were working fine. It looks like there is some change to IMS lately.
Doesn't look like logic problem since we tried to fix this problem by issuing P ... |
Topic: IMS report pages out of sequences |
sraj
Replies: 7
Views: 3782
|
Forum: IMS Posted: Wed Aug 09, 2006 3:04 pm Subject: IMS report pages out of sequences |
How are they getting to the printer? SNA or IP?
SNA - 3270 Printer |
Topic: IMS report pages out of sequences |
sraj
Replies: 7
Views: 3782
|
Forum: IMS Posted: Tue Aug 08, 2006 4:32 pm Subject: IMS report pages out of sequences |
IMS report pages out of sequences
Report generated by IMS pages are out of sequence.
Issued 'PURG' after sending all the pages using 'ISRT'.
Issued 'PURG' after sending every page using 'ISRT'. ... |
| |