--
Use our news server 'news.foorum.com' from anywhere.
More details at: http://nnrpinfo.go.foorum.com/
Regards
Hannes
John schrieb:
Hi John,
You really need to look at the job log or program dump for more
details regarding this message.
If i remember correctly (sorry, but i dont have access to a 400 right
now)...When you get the message, do you have an option to type 'D' to
get a dump of the program? If so, use it, and the head on over to
output queue qezdebug and look for more information on what exactly
caused the error there.
"Session or device error occurred" is a very general (and vague)
message. you will really have to do a little more digging to get at
the cause.
Hope this helps.
C.
This normally means that you have no records in the subfile when you do an
EXFMT to the control format and the SFLDSP indicator on.
Hope it helps!
Steve
Check your subfile control record format and look for the keyword
SFLRCDNBR. There should be an associated field for this.
Now, go back to Debugging your program and step through your program,
stop on the statement prior to EXTFMT on SFLCTL. Check the variable
associated with the SFLRCDNBR. If this value is ZERO. This is your
problem why you have a device session error. This means that after
you have loaded your SFL, this field is the one that tells the OS
where to position the cursor in the list of SFL. This should not have
a value of ZERO.
Regards,
Alex Nubla
John <John...@hotmail.com> wrote in message news:<2002912-23...@foorum.com>...