Re: QSAM question

2019-05-06 Thread Clark Morris
[Default] On 6 May 2019 11:15:28 -0700, in bit.listserv.ibm-main idfli...@gmail.com (scott Ford) wrote: >All: > >I have a QSAM question. If I have a Cobol program writing to a QSAM file >and it runs out of space on the file, i.e.; SB37 , can i recover from the >SB37 without manu

Re: QSAM question

2019-05-06 Thread scott Ford
Binyamin, Sir your correct. Todah Rabah Scott On Mon, May 6, 2019 at 4:21 PM Binyamin Dissen wrote: > Not a COBOL programmer, but wouldn't file status 34 be issued in such a > case? > > Or DECLARATIVEs? > > On Mon, 6 May 2019 14:15:06 -0400 scott Ford wrote: &

Re: QSAM question

2019-05-06 Thread Binyamin Dissen
Not a COBOL programmer, but wouldn't file status 34 be issued in such a case? Or DECLARATIVEs? On Mon, 6 May 2019 14:15:06 -0400 scott Ford wrote: :>I have a QSAM question. If I have a Cobol program writing to a QSAM file :>and it runs out of space on the file, i.e.; SB37 , can i recove

Re: QSAM question

2019-05-06 Thread scott Ford
* > > * IHAEXLST * > > * DCBD * > > ** * > > > Thank you, > > Brian Chapman > > > On Mon, May 6, 2

Re: QSAM question

2019-05-06 Thread Brian Chapman
* ** * Thank you, Brian Chapman On Mon, May 6, 2019 at 2:15 PM scott Ford wrote: > All: > > I have a QSAM question. If I have a Cobol program writing to a QSAM file > and it runs out of space on the file, i.e.;

Re: QSAM question

2019-05-06 Thread John McKown
On Mon, May 6, 2019 at 1:15 PM scott Ford wrote: > All: > > I have a QSAM question. If I have a Cobol program writing to a QSAM file > and it runs out of space on the file, i.e.; SB37 , can i recover from the > SB37 without manual intervention. > A possible condition handle

QSAM question

2019-05-06 Thread scott Ford
All: I have a QSAM question. If I have a Cobol program writing to a QSAM file and it runs out of space on the file, i.e.; SB37 , can i recover from the SB37 without manual intervention. A possible condition handler ? If I write and Assembler I/O routine to be called passing the data