excpsub question


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Marc Shevick on October 18, 2012 at 12:46:51:

Making modifications to an existing client's programs and I have a question about the excpsub instruction. In the example below, if the record is extracted, is the gosub stack correct after the AGAIN? or does it require a 'POP' go remove from the gosub stack?

eofflag = 0
extract (lun,format.statement) key=record.key$,excpsub=eof
if eofflag = 1 goto do.something


eof: !
if excp = 33 again
eofflag = 1
return
!



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]