Hi people,
Consider this :
mumps -di
GTM>w $zv
GT.M V4.3-001B Linux x86
GTM>w $d(^ZUMENU)
0
GTM>s ^ZUMENU("test",0)=0
GTM>s ^ZUMENU("test",.9)=.9
GTM>h
[root@dolce rou]# mupip extract -s=ZUMENU -fo=b /tmp/ZUMENU
%GTM-I-RECORDSTAT, ^ZUMENU: Key cnt: 2 max subsc len: 17 max
data len: 2
max rec len: 21
%GTM-I-RECORDSTAT, TOTAL: Key cnt: 2 max subsc len: 17 max data
len: 2 max
rec len: 21
[root@dolce rou]# mumps -di
GTM>k ^ZUMENU
GTM>h
[root@dolce rou]# mupip load /tmp/ZUMENU
WGDS BINARY EXTRACT LEVEL 320021128120908040960400004000GT.M MUPIP EXTRACT
ZUMENU.. (here are some control characters i suppressed in this
mail)
%GTM-E-LOADFILERR, Error with load file
When you do the same thing in the ZWR format,
then everything goes well.
Other globals seem to work well, too.
However, we like to use the binary format,
to backup huge globals as fast as possible.
Am I doing something wrong ?
Are there other people who have experiences with mupip extract -fo=b ?
Thanks for any help,
Alain Descamps
|