Have Unix script where user enters data (check number range), where the check numbers can be from 1 to 9 characters, validated within the script. However, in Cobol, this is passed to fixed length variables - pic x9
My cursor uses these check numbers for a reprint process, but the database does not recognize check number "987654 ", or "000987654." How do I make sure that the user input is EXACTLY what is used within the cursor?
Thanks.
My cursor uses these check numbers for a reprint process, but the database does not recognize check number "987654 ", or "000987654." How do I make sure that the user input is EXACTLY what is used within the cursor?
Thanks.