<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Maybe you can have a look at the 'mxtb' utility of CISIS ? See the manual of CISIS.<br>
The parameter 'tab=' there allows adding up all occurrences of a field (as the required format).<br>
<br>
On the other hand, the original question for an equivalent of WinISIS' selection query
<br>
? p(v99)<br>
indeed cannot be handled well by CISIS because CISIS doesn't do this type of query (which are not based on the Inverted File but on a sequential scan of the database). In J-ISIS this 'sequential search' was introduced only recently (because it aims at mimicking
 WinISIS fully).<br>
<br>
But you can work around that : e.g. you could create an index entry with the statement<br>
909 0 if val(v909)>0 then <span style="background-color:white">'Y' fi<br>
to select all records where v909 is present (as in ? p(v99) ).<br>
Or to see the actual number of occurrences in the index : <br>
</span>909 5 '/OC_/', if val(v909)>0 then <span style="background-color:white">f(nocc(v909),1,0) fi<br>
There is also a function RSUM() which sums all values of the occurrences of a field in one MFN. You can also use that in the FST format.<br>
Then the index terms identified by field 909 (or a dedicated prefix if you define one like here OC_) can be used to select all records with a non-zero value, which is even faster than
<br>
? p(v99).<br>
</span>
<div>and send the MFN's to Excel for statistics.<br>
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Egbert de Smet<br>
Universiteit Antwerpen</div>
</span></font></div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF591341"><font color="#000000" face="Tahoma" size="2"><b>From:</b> isis-users [isis-users-bounces+egbert.desmet=ua.ac.be@iccisis.org] on behalf of Renate Morgenstern [rmorgenstern@iway.na]<br>
<b>Sent:</b> Friday, October 09, 2015 8:24 AM<br>
<b>To:</b> isis-users@iccisis.org<br>
<b>Subject:</b> Re: [Isis-users] Cisis - mx command<br>
</font><br>
</div>
<div></div>
<div>Thanks.<br>
However, it gives me the occurrence of every mfn, how can i format it to just give me the total of the occurrences for a tag for the whole database.<br>
<br>
Thanks<br>
Renate<br>
<blockquote type="CITE">Good day,<br>
<br>
Use of mx command: How can  I get the number of occurrences of a tag in a database, but it should just show me the total number of occurrences, and not display the contents. How can I then process those retrieved records which have data in the  selected  tags,
 e.g. delete the mfns?<br>
<br>
<br>
In WInisis it is:<br>
<br>
? p(v99) <br>
? a(v34)<br>
? v99:'xxx' <br>
<br>
Thanks.<br>
<br>
Regards<br>
Renate<br>
<br>
<br>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<pre>_______________________________________________
isis-users mailing list
<a href="mailto:isis-users@iccisis.org" target="_blank">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a href="http://lists.iccisis.org/listinfo/isis-users" target="_blank">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a href="mailto:hlrutten@xs4all.nl" target="_blank">hlrutten@xs4all.nl</a>
</pre>
<br>
<br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<table cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>-- <br>
<br>
Renate Morgenstern<br>
Tel.: +264 61 242124<br>
Cell: +264 81 2910284<br>
Fax: 088637518<br>
Windhoek, Namibia </td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>