IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Getting Conversion error in ISPDTLC


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swathykrishnan

New User


Joined: 01 Oct 2010
Posts: 43
Location: Bangalore

PostPosted: Tue May 27, 2014 3:32 pm
Reply with quote

Hi,

I am trying to compile the below given DTL using ispdtlc.

Code:

<!doctype dm system>         
<panel name=namo width=40>   
</panel>                     


But I am getting the following error message while trying to compile.
Code:
Converting source file "XXXX.ISPF.PANEL(PANEL)"...                         
ISPC042E: Error. Line 1 of file "XXXX.ISPF.PANEL(PANEL)". Document type is
   unknown.                                                                   
ISPC999E: Conversion terminated due to severe error.                           
***   


Any idea?? [/code]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2014 4:09 pm
Reply with quote

unfortunately You posted some misleading info ...

when attempting a foreground translate on

Code:
 EDIT       ENRICO.ISPF.PANELS(DTLSRC) - 01.01              Columns 00001 00072
 Command ===>                                                  Scroll ===> CSR
 ****** ***************************** Top of Data ******************************
 000001 <:doctype dm system>
 000002 <panel name=mypan width=40>
 000003 </panel>
 ****** **************************** Bottom of Data ****************************



I get ...
Code:
 ISPDTLC ISPF x.x Dialog Tag Language Conversion Utility
 Converting source file "ENRICO.ISPF.PANELS(DTLSRC)"...
 ISPC018E: Error. Line 3 of file "ENRICO.ISPF.PANELS(DTLSRC)". A required tag
    was not coded under the PANEL tag. One of the following tags is required to
    be coded under the PANEL tag: "BOTINST DA DTAFLD GA INFO LSTFLD PNLINST
    SELFLD TOPINST".
 0 warning(s) and 1 error(s) found.
 ***


something completely different
icon_cool.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2014 4:27 pm
Reply with quote

wiser to hone Your typing skills ...

I had assumed the typing was correct but ....

what You tried to translate

was
<!doctype dm system>

not
<:doctype dm system>

as it should have

next time I will learn to use a larger font for browsing icon_cool.gif

PS.
also lurking at ISP.SISPGENU would have solver Your problem
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 27, 2014 4:47 pm
Reply with quote

follow on
I tested also with

<!doctype dm system>

and the result was the same ( MY output )
Back to top
View user's profile Send private message
swathykrishnan

New User


Joined: 01 Oct 2010
Posts: 43
Location: Bangalore

PostPosted: Tue May 27, 2014 5:03 pm
Reply with quote

Thanks Enrico....
I tried a trial and error method using different symbols and found the same solution... But can't understand why people use [b]<!doctype dm system>

Is it related to the system.. I am working on a German system....
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts 10 byte RBA conversion DB2 2
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
Search our Forums:

Back to Top