Technote (FAQ)
Question
How can I point to the remote copy libraries so that the local syntax check will work in Rational Developer for System z (RDz)?
Cause
The local syntax check does not access the remote syslib to find the copy libraries.
Answer
In order to point to remote copy libraries you can use the local preprocessor and set the SYSLIB environment variable to point to your remote connection. For example, I added the following lines to my associated property group-> Local Preprocessor->Environment variables (set statements):
SET SYSLIB=${project_loc}\includes;${rdz_cache_sysn}\<HLQ>\<HLQ>.COBOL.COPYLIB
The rdz_cache_sysn variable is documented at:
http://pic.dhe.ibm.com/infocenter/ratdevz/v8r5/topic/com.ibm.etools.zide.cmn.doc/topics/tzdlocprocopts.html
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.