Hi all,
In running a BMP program, I encoutered U0476 abend.
I think the problem is "INVALID PCB ADDRESS"
I want to know,how i can pass the pcb number to my cobol program?
my psb just have 1 pcb:
PRINT NOGEN
* PCB NO. 1
PCB TYPE=DB,DBDNAME=RETDTRAN, *
PROCOPT=G,KEYLEN=33
SENSEG NAME=TRANACCT,PARENT=0
SENSEG NAME=TRANNORM,PARENT=TRANACCT
*
PSBGEN LANG=COBOL,PSBNAME=FCSBT888,CMPAT=YES
END
all the best,
Mehrdad