When I run systemctl status with multiple services at once like
sudo systemctl status myservice1 myservice2 myservice3 I see the output, but in the end I see
lines 1-48/48 (END)
or if the output is even larger with more arguments
lines 1-62
and I can scroll or paginate the output and quit with q.
Can this behavior be changed that all log output is printed at once and the command exits?

catis not necessary. It works to simply havePAGERbe empty, e.g.PAGER= systemctl status ...– Michael Hampton Aug 08 '19 at 17:55