Hi,
i need Compile options for PL1-Programs which has
PROG1: PROC (PTR_TAB_PTR) OPTIONS (FETCHABLE);
in the Program-Source.
When i compile this source i will receive ... OPTIONS(FETCHABLE) invalid.
While this and other programs have the same coding i think this is correct.
This Program should be called with the following statements (form a Main-Program):
DCL PROG1 ENTRY EXTERNAL;
FETCH PROG1;
CALL PROG(PTR_TAB_PTR);
RELEASE PROG1;
I hope someone can help me.
Thanks alot.
Compile Options for Sub-Programs
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Compile Options for Sub-Programs
Hello and welcome to the forum,
What message id is associated with the error?
You might look here for more info on "fetchable""
http://publibz.boulder.ibm.com/cgi-bin/ ... 60/1.5.4.1?
What message id is associated with the error?
You might look here for more info on "fetchable""
http://publibz.boulder.ibm.com/cgi-bin/ ... 60/1.5.4.1?
Hope this helps,
d.sch.
d.sch.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 3
- 4985
-
by jrcox
View the latest post
Wed Jul 29, 2020 7:52 pm