From: Pankaj on
Greetings,

We are using autosys commands to scheduel our UNIX scripts. One such
scheduling of script needs it to be running from start of day till
end. Something like below

start_times:
"00:00,00:30,01:00,01:30,02:00,02:30,03:00------------------------
till--------------23:30"

But this does not work as the maximum string value is 255 for
start_times and it is currently exceeding its limit ( > 255).

Do we have a workaround of splitting the values in two parts or any
other alternative? Please let me know if this is not the correct group
or possibily if you can point to one?

TIA
From: Pankaj on
On Feb 16, 12:02 pm, Pankaj <harpreet.n...(a)gmail.com> wrote:
> Greetings,
>
> We are using autosys commands to scheduel our UNIX scripts. One such
> scheduling of script needs it to be running from start of day till
> end. Something like below
>
> start_times:
> "00:00,00:30,01:00,01:30,02:00,02:30,03:00------------------------
> till--------------23:30"
>
> But this does not work as the maximum string value is 255 for
> start_times and it is currently exceeding its limit ( > 255).
>
> Do we have a workaround of splitting the values in two parts or any
> other alternative? Please let me know if this is not the correct group
> or possibily if you can point to one?
>
> TIA

As an update, I just looked into an option of "start_mins" which might
solve by issue here. Will update in some time.
From: Pankaj on
On Feb 16, 12:20 pm, Pankaj <harpreet.n...(a)gmail.com> wrote:
> On Feb 16, 12:02 pm, Pankaj <harpreet.n...(a)gmail.com> wrote:
>
>
>
>
>
> > Greetings,
>
> > We are using autosys commands to scheduel our UNIX scripts. One such
> > scheduling of script needs it to be running from start of day till
> > end. Something like below
>
> > start_times:
> > "00:00,00:30,01:00,01:30,02:00,02:30,03:00------------------------
> > till--------------23:30"
>
> > But this does not work as the maximum string value is 255 for
> > start_times and it is currently exceeding its limit ( > 255).
>
> > Do we have a workaround of splitting the values in two parts or any
> > other alternative? Please let me know if this is not the correct group
> > or possibily if you can point to one?
>
> > TIA
>
> As an update, I just looked into an option of "start_mins" which might
> solve by issue here. Will update in some time.- Hide quoted text -
>
> - Show quoted text -

Is working. Thanks anyways.