Page 1 of 1

Please help me on DTL

PostPosted: Mon Nov 26, 2012 3:33 pm
by kchidambara2
Hi,

I just start to learn DTL Language .

I'm struck up with below error ,

ISPDTLC ISPF 6.1 Dialog Tag Language Conversion Utility
Converting source file "KXCTTT.DEMO.JCL(TSTPAN01)"...
ISPC130W: Warning. Line 2 of file "KXCTTT2.DEMO.JCL(TSTPAN01)". Unknown numeric
value found processing DTL source string "NAME=TSTPAN01 WIDTH=40 DEPTH=20>
00030011". Check for sequence numbers in the DTL source file.
ISPC621E: Error. Line 2 of file "KXCTTT.DEMO.JCL(TSTPAN01)". Parentheses or
brackets are required for enclosing ENTITY definition(s).
ISPC999E: Conversion terminated due to severe error.


My Code is simple:
000100 <!DOCTYPE DM SYSTEM>
000300 <PANEL NAME=TSTPAN01 WIDTH=40 DEPTH=20>
000400 </PANEL>

Please help me on this to sort out.

Re: Please help me on DTL

PostPosted: Mon Nov 26, 2012 7:27 pm
by NicC
did you check for sequence numbers (in cc 73-80)?

Re: Please help me on DTL

PostPosted: Tue Nov 27, 2012 12:54 pm
by kchidambara2
hi nicc,

I found some numeric value from cols 72 - 80,I issued unnumber command for removing those values.
Now it's working fine , thx for your support.

Re: Please help me on DTL

PostPosted: Tue Nov 27, 2012 2:32 pm
by NicC
Well, why did you not do that check before as it is explicitly referred to in the message that you posted?