I have to build in the SCLM the COBOL6 compiler. Started the compile, I've got an DB2-SQL precompiler error,
DB2 SQL PRECOMPILER VERSION 11 REL. 1.0
DSNH005I U DSNHMAIN FILE "DB2TRAN " NO MEMBER NAME SPECIFIED
DB2 SQL PRECOMPILER STATISTICS
I checked the CICS parameters, and I've found the alloc for the DB2TRAN, but the process didn't find it. I've found in some ducumentation, the DB2tran needs the member name to, tried some forms, it but didn't work.
Can somebody to help me, how do I have to change and what.
The DB2TRAN Alloc:
FLMALLOC IOTYPE=W,RECFM=FB,LRECL=80, C
RECNUM=90000,DDNAME=DB2TRAN,MEMBER=@@FLMMBR
Thank you in advance
Have a nice day
kisgalgo