Page 1 of 1

What is the max record length of ISPF panel ?

PostPosted: Fri Jul 22, 2011 3:38 pm
by sjrcreation
hi,

i need to get a large amount of details from the user. so initialy i created a panel in a member which have RECL of 80 . its work fine.
But when i put the same code in a member which have RECL=800 it how error in )ATTR DEFAULT(%+_) .

so i would like to know what will be the Max Rec length of ISPF panel.

Re: What is the max record length of ISPF panel ?

PostPosted: Fri Jul 22, 2011 4:56 pm
by Robert Sample
Section 6.2 of the ISPF User's Guide manual clearly states the maximum LRECL you can use for a panel library is 160 bytes (164 if variable).

Re: What is the max record length of ISPF panel ?

PostPosted: Tue Jul 26, 2011 6:59 pm
by Pedro
Use scrollable areas and / or scrollable fields.