View previous topic :: View next topic |
Author |
Message |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Wed May 09, 2007 9:20 am Post subject: COMPILE JCL for CICS program Calling C subprograms |
|
|
Hi,
Could anyone help me with Compile JCL for CICS - COBOL program which calls a C program. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Wed May 09, 2007 10:22 am Post subject: JCL for Tracemaster |
|
|
Hi,
I was trying to create Symbol file for tracing the CICS program.Actually the CICS program calls C program.When i try to link the OBJ for C program with the CICS program in Link edit step it throws me an error with
9207 SYMBOL PROGRAM1 UNRESOLVED. MEMBER COULD NOT BE INCLUDED THE FROM THE DESIGNATED CALL LIBRARY.
I am not able to resolve it. Is any particular SYSLIB has to be included or whether any PRELINK step has to be done.
Could anyone help me with this issue.
Thanks in advance |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Wed May 09, 2007 10:33 am Post subject: |
|
|
make sure you are specifying the correct library for your C module in your JCL and that the DDNMAE it is attached to matches that on your link control cards (if required) _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
mnandakumar Beginner
Joined: 09 May 2007 Posts: 22 Topics: 14
|
Posted: Wed May 09, 2007 10:42 am Post subject: |
|
|
Thanks for the quick response
Actually the C program is a static call in CICS program and the C program which is called by CICS is the driving module.The C program MIAN calls another C program PROGRAM1 and i get the error unresolved error in PROGRAM1 module.
Could u tell me where i should add the Obj LIB of C program in LINK -EDIT step.
Thanks in advance |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Wed May 09, 2007 11:15 am Post subject: |
|
|
mnandakumar,
Look up the CICS-supplied procedures DFHYITDL (for C) and DFHYITEL (for C++)
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|