1.

How Will You Perform Error Handling In Sqr?

Answer»

We can do Error handling in SQR using some COMMAND LINE flags such as –O, -L,-ZMF,-XMB and using Error handling commands such as

ON-ERROR = Skip/Warn/Stop (for Compile time errors)
ON-ERROR = Procedure Name (for execution stage errors).

We can do Error handling in SQR using some command line flags such as –O, -L,-ZMF,-XMB and using Error handling commands such as

ON-ERROR = Skip/Warn/Stop (for Compile time errors)
ON-ERROR = Procedure Name (for execution stage errors).



Discussion

No Comment Found