Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
Posted: Wed Oct 25, 2006 7:12 am Post subject:
bauer,
You are allocating a variable SPANNED record and the max LRECL is only 32756. Here is the explanation of the error. I guess you also need to provide the GET locate mode
Code:
5C One of the following events occurred:
o An OPEN macro instruction was issued for a sequential data
set using queued access. The data set contained spanned
variable-length records larger than 32 756, but GET locate
mode was not specified, or the logical record interface
(LRI) and LRECL=x were both specified.
o An OPEN macro instruction was issued for a sequential data
set with the DCB specifying BFTEK=A logical record interface
and MACRF=GM or MACRF=PM.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum