Posted: Thu May 22, 2003 4:10 am Post subject: Assembler program abending 3408
Hi,
I have written a small assembler program for reading a file and writing into another.
My program is abending with 3408. But the output file has been written properly.
The DCBs' has been defined in the program as follows
Code:
INDCB DCB DSORG=PS,MACRF=(GM),DDNAME=SYSIN,EODAD=FINISH, X
RECFM=FB,LRECL=80,BLKSIZE=4080
OUTDCB DCB DSORG=PS,MACRF=(PM),DDNAME=OUTPUT, X
RECFM=FBA,LRECL=133,BLKSIZE=3990
Whatever value is contained in Register 15 when a program terminates is considered to be the program's Return Code. If you don't set it to zero in your program, it would be difficult to predict what it might contain - perhaps a storage address?
Ron _________________ A computer once beat me at chess, but it was no match for me at kick boxing.
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