 |
» |
|
|
|
Closes (unmaps) a file that was opened by the MAP command. Syntax |  |
Parameters |  |
- index
The mapped file index number (displayed with the
MAP and MAPLIST commands).
Examples |  |
$nmdebug > mapl
1 DTCDUMP.DUMPUSER.SUPPORT 1000.0 Bytes = 43dc
2 DTCDUMP2.DUMPUSER.SUPPORT 1001.0 Bytes = c84
3 MYFILE.MYGROUP.MYACCT 1005.0 Bytes = 1004
$nmdebug > unmap 2
$nmdebug > unmap mapindex("dtcdump.dumpuser.support")
$nmdebug > mapl
1 DTCDUMP.DUMPUSER.SUPPORT 1000.0 Bytes = 43dc
3 MYFILE.MYGROUP.MYACCT 1005.0 Bytes = 1004
|
Close the file DTCDUMP2.DUMPUSER.SUPPORT. Also, close the file DTCDUMP.DUMPUSER.SUPPORT (by calling the MAPINDEX function that returns the file index number 1).
|