|
|
| Author |
Message |
anirudh1985 Currently Banned Active User
Joined: 22 Aug 2007 Posts: 66 Location: bangalore
|
|
|
|
| how do we code dtl definitions..can somebody help me |
|
| Back to top |
|
 |
References
|
Posted: Fri Jun 06, 2008 12:23 pm Post subject: Re: How do we code DTL definitions |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
if You need help in coding DTL,
I suppose t might be wiser to stick to the traditional panels approach |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2913 Location: Brussels once more ...
|
|
|
|
Or of course read the manual, and apply a little trial and error technology  |
|
| Back to top |
|
 |
Moved: Fri Jun 06, 2008 12:40 pm by superk From CLIST & REXX to TSO/ISPF |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 302 Location: work
|
|
|
|
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 |
|
 |
|
|