To Converts all the letters in a string to upper case in axapta x++ language You can try following code to test in job.
strUpr (String Upper)
info("str strUpr(str _text)");
info("Converts all the letters in a string to upper case.");
info("strUpr(\"ABcd123xYZ\") " + strUpr("ABcd123xYZ"));