First time here?
Back again?


 
 

How does IMSpost deal with the FROM command. Can I change it?

CATEGORY: PROGRAMMING
TYPE: MACRO
IMS VERSION: ALL
PLATFORM: ALL

The options for processing the FROM command, using the standard project, are controlled using two variables that are set in the INIT/* macro.
The variables and their options are:
GLOBAL.FROM_FIRST_ONLY
set to 1 to process the first from point in a program only;
set to 0 to process all from commands.
GLOBAL.FROM
set to 0 to process the FROM point as a rapid motion;
set to 1 to process the FROM point as a linear motion;
set to 2 to save the coordinate, but generate no motion.

Back to Frequently Asked Questions