Multiple choice technology mainframe

How can we display negative sign in a map?

  1. Use picin='zz999.99-' in the map field definition

  2. Use picout='zz999.99-' in the map field definition

  3. Both of the above

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

picout controls how data displays on the screen. Using picout='zz999.99-' places the negative sign at the end (mainframe convention). picin handles input conversion from the screen, not output display.