Search Results

Search: Posts Made By: Avi
Forum: UNIX and Linux Applications 06-08-2011
3,031
Posted By Avi
Controller problem: Error calling DSRunJob
Hi

I got this error :

Controller problem: Error calling DSRunJob(JOBNAME.), code=-2

can some tell me, what it means?
60,256
Posted By Avi
How to use logical operators in multiple if statement
Hi
I want to send a status mail if daily or weekly or monthly batch completed or aborted. Here is the code.

if [ "$BatchFrequency" = "Daily" ] && [ "$ModuleBusinessName" = "XYZ" ] &&
[...
7,921
Posted By Avi
ok, thnaks :)
ok, thnaks :)
7,921
Posted By Avi
How to write If statement using && and operator in Unix
Hi

What is the syntax for if statement using && and || operator?
if [ [ "$ModuleBName" = "XYZ" ] && [ "$Status" != "IN PROGRESS" ] ] || [ "$Status" = "ABORTED" ]

here its giving me an error...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy