answersLogoWhite

0


Best Answer

IF WS-AGE NUMERIC DISPLAY "NUMERIC" ELSE DISPLAY "NOT NUMERIC' END-IF

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to check whether a character is numeric in an alphanumeric field in easytrieve.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you check whether a character is numeric in an alphanumeric field in C?

If the character's ASCII value is in the range of the digit characters, then it is a numeric. In ASCII, the range of digits is from '0' to '9' (48 to 57 decimal). Note that character constants such as '0' will implicitly convert to the constant integer 48 (the ASCII code for the character) so there is no need to remember the actual value; the compiler can determine this for us. The following function shows how one might test a character to see if it is a digit or not: bool is_digit (const char c) { return (c>='0' && c<='9'); } The function will return true if the given character is a digit, otherwise it will return false.


How do you determine how fast you enter data for example I type 50 wpm is there an acronym or abbreviation for how fast your data entry skills are?

It depends on whether the data entry is predominantly alphanumeric or numeric. Alphanumeric entry is measured in WPM (words-per-minute) and usually requires a minimum of 60 to 80 WPM however a top-flight secretary can easily exceed 100 WPM. Numeric entry is measured in KPH (keystrokes-per-hour) and usually requires a minimum of around 8,000 to 9,000 KPH. Hardcore data entry requires a minimum of 10,000 KPH while a top-flight number cruncher can easily exceed 12,000 KPH.


How can Boolean be used in Java?

An expression is anything that can be evaluated ("calculated"), to get a value. Numeric expressions are more common: anything that you can calculate, and get a number. For example, if a and b are numbers, a + b will give you another number - it is therefore a numeric expression. The variables by themselves are also numeric expressions.A boolean expression is anything that you can evaluate and get a result that is boolean, i.e., either true or false. Here are some examples:a == ba > ba >= 5 && a ba >= 5 && a ba >= 5 && a ba >= 5 && a


Write a C program to find out whether character passes through keybroad is a digit or not?

hey..it s simple..make use of built-in function isdigit(character)..it s in stdlib.h...


How do you test your code?

Hi, Prepare unit testing test cases. Take each control/object in your progra, write test case (what to enter, alpha or numeric or alpha/numeric, date etc) and what are you expecting from the system once you enter the data. Try all options that you have provided (like Add, Change, Display, Print etc) and see whether the program functions as per the requirement. The program should do intended functions and no un-intended thing to happen. hope this helps

Related questions

How do you check whether a character is numeric in an alphanumeric field in C?

If the character's ASCII value is in the range of the digit characters, then it is a numeric. In ASCII, the range of digits is from '0' to '9' (48 to 57 decimal). Note that character constants such as '0' will implicitly convert to the constant integer 48 (the ASCII code for the character) so there is no need to remember the actual value; the compiler can determine this for us. The following function shows how one might test a character to see if it is a digit or not: bool is_digit (const char c) { return (c>='0' && c<='9'); } The function will return true if the given character is a digit, otherwise it will return false.


Why not a variable in java is declared starting with a numeric character?

The most likely reason for this is that allowing variable names to start with a number would introduce ambiguity as to whether a word is a variable or a number. As it is, the compiler can tell which is which just by examining the first character.


How do you determine how fast you enter data for example I type 50 wpm is there an acronym or abbreviation for how fast your data entry skills are?

It depends on whether the data entry is predominantly alphanumeric or numeric. Alphanumeric entry is measured in WPM (words-per-minute) and usually requires a minimum of 60 to 80 WPM however a top-flight secretary can easily exceed 100 WPM. Numeric entry is measured in KPH (keystrokes-per-hour) and usually requires a minimum of around 8,000 to 9,000 KPH. Hardcore data entry requires a minimum of 10,000 KPH while a top-flight number cruncher can easily exceed 12,000 KPH.


Which function can be used to check whether the value is numeric or not?

In Excel you can use the ISNUMBER() function.


How do numbers affect the trigonometric function?

Trigonometric functions are defined from a numeric domain to a numeric range. So the input number determines whether or not the function is defined for that value and, if so, what the value of the function is.


Is shame a sign of your character?

No. It shows character whether you can get past it.


What is statistics variables?

A statistical variable is any set of observations in which the observations can be different. They need not be numeric or even ordered: for example, people's first names or the colour of cars. They can be ordered but still not numeric: for example, questions where you are asked to say whether you strongly disagree, disagree, are neutral, agree or strongly agree. Or they can be numeric, for example your age or height or a combination of your height and mass in the form of your BMI. Essentially, it is any characteristic that can be "measured", and measured does not mean only in numeric terms.


Can you say Whether he was duplicitious regarding his character is open to question or would you have to word it differently?

The sentence "Whether he was duplicitous regarding his character is open to question" is grammatically correct and complete.


Is the character I in the keys locks and open doors a boy or a girl?

the character can be a whether a boy or a girl.its depend on the readers.


Why does is numeric function in PHP not properly evaluate numeric value?

The is_numeric functions works just fine. It returns trueor false based on whether the input variable is numeric or not. However, it is possible that unexpected results may occur when evaluating something like "34e6", which is a valid number (34,000,000). If you must know if a variable contains only digits 0-9, consider preg_match("/^\d+$/", $input) or similar.


What is character aspects?

A character aspect is anything that defines a character whether it is their actions, personality, other characters' opinions of them, they way they think/ express themselves, or how they react to events.


Should corporate boards consider character when hiring someone for the top position?

Of course, character is a key ingredient to whether a leader will be successful or not.