View previous topic :: View next topic |
Author |
Message |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Mon Jun 18, 2007 6:16 am Post subject: |
|
|
Hi Guys,
This problem is solved now. The reason being that i was using
Code: |
//LKED.SYSIN DD *
INCLUDE CSQSTUB(CSQBSTUB)
|
instead of
Code: |
//LKED.SYSIN DD *
INCLUDE CSQSTUB(CSQCSTUB)
|
while compiling and link editing my CICS Pgm.
I found in IBM Manual that we have to use CSQCSTUB and not CSQBSTUB.
Thanks,
Deepesh |
|
Back to top |
|
 |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Mon Jun 18, 2007 6:17 am Post subject: |
|
|
Dick,
U were right, I should have used CSQCSTUB for CICS while link editing.
Thanks,
Deepesh |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Wed Jun 20, 2007 12:21 am Post subject: |
|
|
deepeshk79,
Thx for getting back, it is a relief to know that I am not the only person who has had this problem.
good luck in the future. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|