How to turn on/off the AUTO PAUSE on ABEND feature of FAQs ASO? Need to turn this off overnight then turn it back on in the morning.
To turn it off
// EXEC GSFAQS,SIZE=256K
SET PAUSE=NO
/*
To turn it back on
// EXEC GSFAQS,SIZE=256K
SET PAUSE=YES
/*