Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
REPORT zsaptechnical_test. Parameters: d_char OBLIGATORY. write d_char.
假设用户输入了“!” (无引号)在选择屏幕上并执行程序。
我得到的输出是错误消息-> 无效条目?如果有人解释实际发生的事情会很有帮助。
您可以在文档中找到解释:
这 ”!” 屏幕上输入字段初始位置的字符删除数据传输之前字段中的所有字符。
因此,该字段为空,这将触发OBLIGATORY验证。
OBLIGATORY