View previous topic :: View next topic |
Author |
Message |
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Tue Sep 12, 2006 7:15 am Post subject: Problem in compiling a Cobol-Db2 pgm |
|
|
Hi All,
When I tried to compile a cobol-db2 program I am finding the below
error. When I checked the PDS ZAS200.IFEM.PROCLIB.TEST, its lrecl
and blksize looks good. Could you please let me know what is the actual problem.
IEC020I 001-4,ZAS200V,DSNHBIND,SYSTSIN,1251,DPNT5X,
IEC020I ZAS200.IFEM.PROCLIB.TEST
IEC020I DCB EROPT=ABE OR AN INVALID CODE, AND/OR NO SYNAD EXIT SPECIFIED
IEF142I ZAS200V DSNHBIND DB2BIND - STEP WAS EXECUTED - COND CODE 0012
IEF285I ZAS200.ZAS200V.JOB12345.D0000111.? SYSOUT
IEF285I ZAS200.ZAS200V.JOB12345.D0000112.? SYSOUT
IEF285I ZAS200.ZAS200V.JOB12345.D0000113.? SYSOUT
Regards,
SMS _________________ Regards,
SMS |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Sep 12, 2006 7:23 am Post subject: |
|
|
SMS,
It is your Bind which failed. Compile is fine. Check the DSN associated with SYSTSIN DD in the BIND step. Make sure that it has valid DCB properties.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Tue Sep 12, 2006 10:30 pm Post subject: Missed the proclib CNTL card |
|
|
Kolusu,
Thanks for your prompt response. Actually I forget to give the CNTL card member name. Now it is working fine.
Regards,
SMS _________________ Regards,
SMS |
|
Back to top |
|
|
|
|