The move into identifier-1 takes place according to the rules for the MOVE statement for a group move without the CORRESPONDING phrase.
There is only one local data area for each job, and all devices in a job access the same local data area.
Format 4 (Local Data Area) ->->--ACCEPT identifier-1 FROM mnemonic-name------------------> ->---*----------------------*--------------------------------><- *-FOR-*-identifier-2-*-* *-literal------*
Identifier-1 is the receiving data item.
Mnemonic-name must be associated with an environment-name of LOCAL-DATA in the SPECIAL-NAMES paragraph.
When you specify the FOR phrase, it is syntax checked during compilation but treated as a comment during execution.
The value of literal or identifier-2 indicates the program device associated with the local data area.
If you specify literal, it must be nonnumeric and 10 characters or less in length. If you specify identifier-2, it must refer to an alphanumeric data item, 10 characters or less in length.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.