IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

EXTERNAL ENTRY attribute is assumed for PLITDLI.


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Fri Nov 23, 2007 4:44 pm
Reply with quote

hi,
"EXTERNAL ENTRY attribute is assumed for PLITDLI."
I am getting this error when i compile my sample PL/I-IMS program,
can anyone give me a solution for this error?

Thank you in advance.
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Fri Nov 23, 2007 4:50 pm
Reply with quote

Hi,
Add the following statement in the program in the beginning.
DCL PLITDLI ENTRY EXTERNAL ;
Back to top
View user's profile Send private message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Fri Nov 23, 2007 4:58 pm
Reply with quote

hi,
Thanks a lot for your instant reply,

it would be great if u can give me sample code

Thank you..
Back to top
View user's profile Send private message
abhilash g s

New User


Joined: 27 Apr 2007
Posts: 37
Location: bangalore

PostPosted: Fri Nov 23, 2007 5:49 pm
Reply with quote

hi srihari,

thanks a lot for ur reply, it got resolved...
but i am getting this error"Extents for BASED variable may not contain asterisks."
do u have any input on this??

Thanks in advance.
Back to top
View user's profile Send private message
Srihari Gonugunta

Active User


Joined: 14 Sep 2007
Posts: 295
Location: Singapore

PostPosted: Fri Nov 23, 2007 6:10 pm
Reply with quote

Need to see the declarations of the variable and the exact error message.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Nov 26, 2007 5:09 pm
Reply with quote

probably char var (*)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts how to use Tso outtrap external function All Other Mainframe Topics 8
No new posts Multiple Entry PL/I & Assembler 5
No new posts Usage of external condition PL/I & Assembler 1
No new posts CLOB Column data to External File usi... DB2 9
No new posts Add delay in External stored procedure DB2 1
Search our Forums:

Back to Top