|
> I thought I was doing that with the following: > > 0052.00 C LOAD BEGSR > 0053.00 C USRID CHAIN SECURITY > 0054.00 C EVAL DSLSMNNO = SALMNO > 0055.00 C EVAL *IN52 = *ON > 0056.00 C WRITE CMCTL > 0057.00 C EVAL *IN52 = *OFF You are clearing the subfile with that code. You need to turn on the indicator for SFLDSP, which you have defined as *IN51. After EVAL *IN52 = *OFF, put EVAL *IN51 = *ON and see if that helps. Mike > On Wed, 23 Mar 2005 12:02:02 -0330, RPower wrote > > Blast. > > Lol, turn on the indicator for the SFLDSP in the subfile prior to > > the exfmt on the format. That's your issue.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.