Hi Ratnam,
Can you try with this:
select fields you want where tablename='target' and date='your date' and status='your status'
then check the activity count for the above.
.if activitycount <> 0 then .goto EXIT_FORGOOD;
.if activitycount = 0 then .goto label1
Hi Ratnam,
Can you try with this:
select fields you want where tablename='target' and date='your date' and status='your status'
then check the activity count for the above.
.if activitycount <> 0 then .goto EXIT_FORGOOD;
.if activitycount = 0 then .goto label1
.label1
insert to target table;
.label EXIT_FORGOOD;
.quit 99;
Cheers,
Raja