Hello,
Thanks for reply. I didn’t know the statement : “write using map”. It is quite helpfull.
I tried it and I have an error :
NAT0224 Input map in WRITE or write map in INPUT statement.
*** Explanation ***
Either you have specified in a WRITE USING MAP statement the name of a
map which is an input map, not an output map; or you have specified in
an INPUT USING MAP statement the name of a map which is an output map,
not an input map.
Whether a map is an input or output (write) map is indicated in its
Map Settings.
How will I set this map as an output map in map settings ? Is it related with print mode ? Please see 2 images I attached.
In case you have not resolved your questions as yet:
The error message tells you all you need to know.
“Whether a map is an input or output (write) map is indicated in its
Map Settings”
If you look at the top right of a map settings you will see two entries: INPUT and WRITE
INPUT means “input” and WRITE means “output”.
A map can only be one. Thus, in your case you need two “versions” of the map, one input, one output.
If you have the map as input, you can save it under a new name, then edit the map. Go to map settings and change the X from INPUT to WRITE. Now stow the “write map”.
You should be able to take it from there.
Almost forgot, PM (print mode) has no bearing on this at all.