<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear Wenke<br>
<br>
There are a couple for procs for sorting fields and contents, but
not for subfields<br>
<br>
sorting of tag is <br>
<font face="Courier New, Courier, monospace"><big>mx base_in
proc='s' copy=base_out -all now tell=1000<br>
</big></font><br>
sorting the content of a field in alphabetic order, tag 76 in the
example<br>
<font face="Courier New, Courier, monospace"><big> mx base_in
proc='s76' copy=base_out -all tell=1000</big></font><br>
<br>
but for reordering of the subfields you have to write a proc file
like the following for field v100<br>
<br>
<big><font face="Courier New, Courier, monospace">'d100'<br>
( if p(v100) then <br>
'<100>', <br>
|^a|v100^a,<br>
|^b|v100^b,<br>
...<br>
|^z|v100^z<br>
'</100>',<br>
fi )<br>
</font></big><br>
Ernesto Spinak<br>
<br>
<br>
<br>
El 07/02/2012 14:45, Wenke Adam escribió:
<blockquote
cite="mid:CAGYVS6PQ6eVDSpdFF9C3m+G6kfME2sS2pu_X9qd0vhsgJgOXyw@mail.gmail.com"
type="cite">
<div>Estimad@s:</div>
<div><br>
</div>
Sé que hay un proc para ordenar los tags, pero, ¿será que hay un
procedimiento para ordenar los subcampos en el orden definido en
la fdt de una base isis?<br clear="all">
<div><br>
</div>
<div>
saludos</div>
<div>wenke</div>
-- <br>
Wenke Adam<br>
Asesora Sistemas de Doc & Inf<br>
Santiago<br>
<div>Chile<br>
</div>
<div>Cel: +56-9-890 21 630</div>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
isis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="moz-txt-link-abbreviated" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <a class="moz-txt-link-abbreviated" href="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</a> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V </pre>
</body>
</html>