MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CICS libraries in Batch Programs

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
Nimesh Srivastava
Beginner


Joined: 22 Jul 2003
Posts: 13
Topics: 8

PostPosted: Thu Oct 16, 2003 7:56 am    Post subject: CICS libraries in Batch Programs Reply with quote

Hi everybody,
Excuse me for asking an AIX specifc question but any help on this would be of great help.
Currently, we compile an CICS application program by using the following options to compiler on AIX

xlc_r4 -I $CICS/include -bI:$CICS/lib/cicsprCpp.exp -e main -O test test.cpp

now for compiling an batch program if I use the same options except -e main ie.
xlc_r4 -I $CICS/include -bI:$CICS/lib/cicsprCpp.exp -O test test.cpp

can it cause a problem while execution of the program under any circumstance.
Thanx in advance...
Regards,
Nimesh
Back to top
View user's profile Send private message Send e-mail
Himesh
CICS Forum Moderator
CICS Forum Moderator


Joined: 20 Dec 2002
Posts: 80
Topics: 21
Location: Chicago

PostPosted: Tue Dec 09, 2003 1:47 pm    Post subject: Reply with quote

Hi Nimesh,

the cicsprCpp is to specify the linkage-editor what file to import and what external symbols to import.

Quote:
Import files are ASCII files that identify the external symbols to resolve at run time


Pls refer to the below link for more details on Import and Export files on AIX.

ld command explained on AIX

regds,
himesh
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group