|
|
| Author |
Message |
SlipDisc
New User
Joined: 15 Feb 2006 Posts: 4
|
|
|
|
Hi everyone
Need your favour about the jcl. previously i have a jcl to compile cobol/cics/db2 but when i include xml parse, i got error. is there any library that i have to inculde in the jcl.
any helps much appreciated.
thanks |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 29, 2008 5:41 pm Post subject: Re: Need a JCL to compile cobol/cics with xml |
 |
|
|
 |
Gnanas SNG
Senior Member
Joined: 06 Sep 2007 Posts: 414 Location: India
|
|
|
|
| Please contact your support or peers for apt JCLs... |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1087 Location: At my desk
|
|
|
|
| SlipDisc wrote: |
| but when i include xml parse, i got error. |
What level of COBOL are using? |
|
| Back to top |
|
 |
SlipDisc
New User
Joined: 15 Feb 2006 Posts: 4
|
|
|
|
| CICS Guy wrote: |
| SlipDisc wrote: |
| but when i include xml parse, i got error. |
What level of COBOL are using? |
Thanks for reply. can't get you. what do you mean "level of COBOL " ??. is't version or something else ?
for your info, at sdsf i can see this. i think, this is the version of cobol that i currently use. correct me if i'm wrong.
| Code: |
| PP 5655-G53 IBM Enterprise COBOL for z/OS 3.4.1 |
|
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1087 Location: At my desk
|
|
|
|
| SlipDisc wrote: |
| Code: |
| PP 5655-G53 IBM Enterprise COBOL for z/OS 3.4.1 |
|
Great, now post your XML PARSE statement, the associated data areas and the errors you are getting...... |
|
| Back to top |
|
 |
SlipDisc
New User
Joined: 15 Feb 2006 Posts: 4
|
|
|
|
thanks for helping me.
Finally i managed to solve this problem. actually there is no problem with xml parse statement. my mistake is to display value of xml-event & xml-text in cics command. (exec cics enter traceid(nn) from(xml-event) end-exec)
case closed. thanks again. |
|
| Back to top |
|
 |
|
|