The delimiter is not a keyword or command on the server (it is not even a reserved keyword), so there is absolutely no way to return it from the server (since the server does not know about it)
It is used by the client (and the client must support it), and only by the client.
If you try to send DELIMITER // from a client that does not support it, you will get a syntax error
Jcl
source share