Trying to compile a C program that requires the integrated CICS translator:

>xlc -qcics -c main.c
ERROR CCN4431 Compiling a CICS command resulted in the following message: 
Unable to locate CICS translator.                                               
      
CCN0793(I) Compilation failed for file ./main.c.  Object file not created.  

According to the USS User's Guide this can be solved setting the STEPLIB 
environment variable.

>export STEPLIB=CICS.SDFHLOAD

>xlc -qcics -c main.c
ERROR CCN4431 Compiling a CICS command resulted in the following message: 
Unable to locate CICS translator.                                               
      
CCN0793(I) Compilation failed for file ./main.c.  Object file not created.   

Any clue?

Thanks,
mario

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to