‎2007 Aug 02 5:28 PM
Hi,
Am using 5.B version .
I want to find out one job name and program Name ,
one program is creating session and Job , i know only session name but i want 2 find out Program name and job name ? plz can anyone expalin me is their anyway to find out ..............................?
Thanks in Advance,
‎2007 Aug 02 5:40 PM
Hi
Check the table <b>TBTCP</b> for the Job Name and Program name
for session data check the table <b>APQI</b>
You will find the info needed
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Aug 02 5:40 PM
Hi
Check the table <b>TBTCP</b> for the Job Name and Program name
for session data check the table <b>APQI</b>
You will find the info needed
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Aug 02 5:57 PM
Hi,
Thanks for your reply and still i have a doubt if i go to tbtcp table it is not showing my report name it showing some standard program name , then how can i find out which job is creating for my report . i given 10 points for your answer,
Thanks in advance
‎2007 Aug 02 8:14 PM
hi,
CHECK THESE TABLES.. TBTCJSTEP,TBTCO,TBTCP,TBTCR, TBTCS..
if you program is going to create a job then check the program code and try to find out from the code
Thanks
mahesh
‎2007 Aug 02 8:16 PM
Hi Sheethal,
Check table <b>TBTCO and TBTCP</b> to know about the program used for background processing.
Give Job name to TBTCP-JOBNAME and get report name in the field TBTCP-PROGNAME.
Thanks,
Vinay