what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Answer / Hemant Kumar
Scheduling is a mechanism that organizes tasks or jobs into time slots, ensuring that they run in the correct order and at their designated times. In SAS, scheduling can be implemented using the Scheduler Procedure (PROC Sched).nnIf an error occurs during the execution of the 3rd job, the error message will typically be displayed in the log file or output window. To check for errors, you should regularly monitor these logs and address any issues that arise.nnTo prevent the same mistake from occurring again, you can implement error handling mechanisms such as try-catch blocks or if-else statements to catch exceptions and execute alternative code paths. Additionally, you can review the code of the 3rd job and identify the cause of the error, then modify the code or adjust the scheduling parameters to avoid repeating the mistake.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is hash files in sas and why we are using this one in sas?
describe how to adjust the performance of data integrator? : Sas-di
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
what is operational data and operational system? : Sas-di
What is the use of divide function?
Explain data_null_?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the use of function Proc summary?
what is sas application server? : Sas-di
how to change the execute of macro
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.