vinod.tavva wrote:Is there any command in CA7 to check the list of jobs which don't have prose. Please help me out
Thanks,
Vinod
It's been some time since I've worked with CA-7, I've checked all the processes, JCL and CLIST's I have setup and the only think I can suggest is to check with Ca-7 support folks, they may have an EARL report they can provide you. or you can use the BTI and issue the LPROS,JOB=xxxxx command and send the output to a dataset and parse thru the output.
There is a database protability procedure consisting of multiple steps, one is the SASSDT30 step that is paramater driven to include PROS, this MAY provide what you are looking for.
//DT30 EXEC PGM=SASSDT30,COND=(0,NE,EXTRACT),
// PARM='LOGON=userid,DDPROSE=Y'
HTH's
Peter