Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

PL/I & Assembler :: RE: Calling procedure with multiple entries contained in fetchab

$
0
0
Author: steve-myers
Posted: Sat Jan 28, 2017 5:52 am (GMT 5.5)

Now i am no PL/I expert, and the true PL/I experts should correct this if it is wrong, but ...
  • When the MYFETCH module is linked, ENTRY1, ENTRY2 and ENTRY3 should be designated as an ALIAS of MYFETCH, AND
  • In the TEST procedure, ENTRY1, ENTRY2 and ENTRY3 should be declared as fetchable and should be fetched.
You got the unresolved reference for ENTRY1, ENTRY2, and ENTRY3 because they were not defined as fetchable, so they were left to be static linked in the TEST procedure.


Viewing all articles
Browse latest Browse all 8500

Trending Articles