Page 1 of 2

Ca7 command to find jobs which are on HOLD?

PostPosted: Mon Mar 16, 2009 5:42 pm
by teju
Hi

Is their any CA7 command to list all the jobs which are in Queue with HOLD ?

Thnx

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Thu Mar 19, 2009 2:17 pm
by H2K
try this ...
lq,st=hold

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Tue Mar 24, 2009 8:05 am
by teju
above command is not working

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Tue Mar 24, 2009 8:39 am
by dick scherrer
Hello,

Do not post "it isn't working". . . This provides nothing for anyone to use to help you.

You need to post what happened - an error, an abend, "nothing" (not likely). If some message was presented, show the message id as well as the message.

Have you looked in the documentation or talked with your scheduling people?

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Thu Mar 26, 2009 2:25 pm
by H2K
Oops , it shoud be lq,st=held
For more detail/options, please refer to CA7 Command guide.

Example ...
LQ,ST=HELD

SLIF-19 NO QUEUE RECORDS MATCH PARAMETERS ENTERED

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Mon Mar 30, 2009 12:02 pm
by teju
Thnx, now it's showing all the jobs whc are on HOLD

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Tue Mar 31, 2009 12:32 am
by dick scherrer
Good to hear it is working - thanks for letting us know :)

d

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Wed May 20, 2009 11:08 am
by abidaryans
XQJ,LIST=U is command to list Jobs which are on User Hold

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Wed Jul 22, 2009 7:23 pm
by BaghdadMedic
LJOB,JOB=*,SYS=*,HOLD=Y

Re: Ca7 command to find jobs which are on HOLD?

PostPosted: Sat Aug 15, 2009 7:53 pm
by teju
Cool...

LJOB,JOB=*,SYS=*,HOLD=Y

the above command is used to list all the jobs which are placed on SCREEN HOLD. :)

Thnx BaghdadMedic