Please help me on DTL



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Please help me on DTL

Postby kchidambara2 » Mon Nov 26, 2012 3:33 pm

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.
kchidambara2
 
Posts: 9
Joined: Sat Dec 19, 2009 6:33 am
Has thanked: 0 time
Been thanked: 0 time

Re: Please help me on DTL

Postby NicC » Mon Nov 26, 2012 7:27 pm

did you check for sequence numbers (in cc 73-80)?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Please help me on DTL

Postby kchidambara2 » Tue Nov 27, 2012 12:54 pm

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.
kchidambara2
 
Posts: 9
Joined: Sat Dec 19, 2009 6:33 am
Has thanked: 0 time
Been thanked: 0 time

Re: Please help me on DTL

Postby NicC » Tue Nov 27, 2012 2:32 pm

Well, why did you not do that check before as it is explicitly referred to in the message that you posted?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to TSO & ISPF