The keylist members in ISPTLIB looks different... Looks like load modules.
Is I need to keep keylists defined code directly there or I need to use any utility to generate the code.
Joined: 01 Sep 2006 Posts: 2128 Location: Silicon Valley
Quote:
or I need to use any utility to generate the code
I always define the keylist using DTL and then use the ISPDTLC utility to 'compile' it. In the ISPDTLC settings, you define what ISPTLIB dataset to use.
As you note, its in binary and not simple to determine if it is correct. Using a tagged source file, you can better tell if it is written as you intended.
When I called ISPDTLC utility I am getting the below screen
Code:
ISPF Dialog Tag Language Conversion Utility - 6.3
Command ===>
Click here: Go to DTL input names 5-16 Reset DTL input names 2-16
Enter requested information: Current Language: ENGLISH
More: +
Member name . . . . . . . . (Blank or pattern for member list)
DTL Source data set - 1 . . 'P54ISR.GML'
DTL Source data set - 2 . .
DTL Source data set - 3 . .
DTL Source data set - 4 . .
Panel data set . . . . . . 'P54ISR.IIRS.PANELS'
Message data set . . . . . 'P54ISR.MSGS'
Log data set . . . . . . .
Log File Member name . . (Required when log file is a PDS)
List data set . . . . . . .
List File Member name . . (Required when list file is a PDS)
SCRIPT data set . . . . . .
F1=Help F2=Split F3=Exit F7=Backward F8=Forward
F9=Swap F10=Actions F12=Cancel
Here, I am keeping the above code(what Pedro suggested) in "'P54ISR.GML". Is I am doing correct. Please give me a link where I can find more about ISPDTLC utility. I tried my best but I am not getting the correct one which gives information about ISPDTLC utility. Please suggest me
Getg the below error msg when I tried to compile ISPDTLC utility
Code:
ISPDTLC ISPF 6.3 Dialog Tag Language Conversion Utility
Converting source file "T310753.GML(KEYPLEX)"...
ISPC129FE: Error. Line 17 of file "T310753.GML(KEYPLEX)". Return code of "32"
(Keylist table open) from the SELECT service attempting to create an ISPF
Keylist. (The keylist update program received a return code of "12" from the
TBOPEN service.)
0 warning(s) and 1 error(s) found.
***
Is there any way is there to fix this error other than contacting system admin