Multiple choice technology mainframe

Which of the below is (are) the use of edit mask?

  1. Use to convert Dates in one format to another format

  2. Use to display the numeric variables in formatted display

  3. Use to convert a alphanumeric variable to numeric variable

  4. Use to validate the inputs

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

Edit masks in Natural serve multiple purposes: formatting date conversions, displaying numeric variables with proper formatting (like decimal places, commas), and validating user input against a specified pattern. They do NOT convert alphanumeric to numeric - that requires a different function.