EXTERNAL SCOPE(hh.mm,hh.mm)
If my SCOPE operand includes backward and forward, for example EXTERNAL SCOPE(5,12), must the first number (the look backward search number) include a negative sign?
My thinking is if I'm using backwards and forward, the first number is assumed to be backwards (hence, negative)
https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-workload-automation-esp-edition/12-0/reference/statements/job-statement-identify-the-name-of-jobs.html
Hi Loren,You are correct. The first number in the scope parameter is automatically taken as negative - to the past. No need to include negative sign explicitly.