  LINKER ISD_MAX? 
 The Question is:
 
I am converting a program from vax/vms system to DEC ALPHA.  One of the
programs uses the on the VAX ISD_MAX option when it links the executable.
When I compile on the ALPHA, I get the message "IDS_MAX not valid for AXP
images".  I have taken the option
out and the code runs, some what.  I am having big problems accessing my
shared data.  What is the conversion ?
 
 The Answer is:
 
  For control of demand-zero pages, please see LINK/DEMAND_ZERO.
 
  For COMMONs, please see other recent discussions of COMMONs here in
  Ask The Wizard, particularly the example program included in "Problems
  with data reversion in COMMON?".
 
