Vertaling van "staat-code" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
De staat-code in de tabel-regel wordt vergeleken met nul.
De tabel bevat twee velden: een staat-code en een telling.
Nadat een input record gelezen is, moeten we de overeenkomstige staat-code lokaliseren in de tabel.
After an input record has been read, it is necessary to locate the state abbreviation in the table.
Bij het verwerken van elk input record wordt de staat-code gezocht in de tabel.
As each input record is processed, the state abbreviation is located in the table.
Het telt aantallen staat-codes door de staat-code van elk gelezen record te vergelijken met die van het voorgaande record.
It tallies state quantities as records are read by comparing the state abbreviation of the current record to the state abbreviation with the previous record.
Deze applicatie gebruikt geen tabel, maar een dataset die gesorteerd is op staat-code.
This application does not use a table. Instead, it uses a dataset sorted by state abbreviation.
De staat-code uit het input-record wordt vergeleken met de staat-code uit de actuele tabel-regel.
The state abbreviation from the input record is compared to the state abbreviation from the current table entry.
Wanneer de staat-code uit het input record niet gevonden wordt en de staat-code in de actuele tabel-regel is niet nul, dan moeten we verder zoeken naar de juiste tabel-regel.
If the state abbreviation from the input record is not located and the state abbreviation from the current table entry is not equal to null, then the table search is to continue.
Als de staat-code nul is, betekent dat, dat de staat-code uit het input-record niet gevonden is in de tabel.
If the state abbreviation is null, this indicates that the state abbreviation from the input record was not located in the table.
Wanneer STATE gebruikt wordt in het programma, dan zal de eerste byte die door R3 wordt aangewezen [oftewel 0(R3)] de staat-code van die tabel-regel bevatten.
Om dit te bereiken zal het programma een record lezen en de staat-code van het gelezen record vergelijken met de staat-code van het voorgaande record.
To accomplish this, the program is going to read a record, compare the state abbreviation on the record just read to the previous record's state abbreviation.