Multiple choice technology mainframe How can we display negative sign in a map? Use picin='zz999.99-' in the map field definition Use picout='zz999.99-' in the map field definition Both of the above 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.