Wally Mclaughlin
2010-11-15 03:58:11 UTC
Does anybody know what the format of an ISPF ISPTLIB table such as
ISPPROF looks like?
I'm trying to create a profile table using an external program that will
be compatible with ISPF.
I know that each table entry looks something like:
Varnamel dc al1(variable name length)
Varname dc cl8'variable name'
Vardatal dc al2(data length)
Vardata dc clnn'data'
But I'm stuck on what the format of the somewhat complicated header is.
Thank you for your help.
Wally Mclaughlin
ISPPROF looks like?
I'm trying to create a profile table using an external program that will
be compatible with ISPF.
I know that each table entry looks something like:
Varnamel dc al1(variable name length)
Varname dc cl8'variable name'
Vardatal dc al2(data length)
Vardata dc clnn'data'
But I'm stuck on what the format of the somewhat complicated header is.
Thank you for your help.
Wally Mclaughlin