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

How do we code DTL definitions


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

New User


Joined: 22 Aug 2007
Posts: 66
Location: bangalore

PostPosted: Fri Jun 06, 2008 12:23 pm
Reply with quote

how do we code dtl definitions..can somebody help me
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jun 06, 2008 12:25 pm
Reply with quote

if You need help in coding DTL,
I suppose t might be wiser to stick to the traditional panels approach
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jun 06, 2008 12:37 pm
Reply with quote

Or of course read the manual, and apply a little trial and error technology icon_biggrin.gif
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Jun 06, 2008 10:02 pm
Reply with quote

DTL is a tag language. If you know HTML, DTL will look fairly familiar. Look at the DTL reference book. There are many short examples.

Also, all of the ISPF panels are delivered in DTL form... look at your SMP/E libraries for SISPGENU and SISPGMLI datasets. Use PANELID to find the name of a panel to use as a model and then find it in SISPGENU (it might embed files from SISPGMLI).

Put your DTL source into a member of a PDS. Compile using ISPDTLC command. The output will be a panel library member.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top