Driver Proc Variables



CA's Workload Automation Restart & Tracking tool to eliminate restart errors and speed up recovery times

Driver Proc Variables

Postby katycot2 » Fri Sep 06, 2019 8:46 pm

We use a driver proc for our CA scheduled jobs to document environmental stats at the time of the run.
I am trying to find a way to include the JCL DDname used (basically the job definition value) for the run but do not have a variable to acquire the field.

Any ideas?

Our PROC currently pulls the following:
//DRVBANNR DPROC
//*** SCHEDULER INFORMATION:
//*** CURRENT DATE: &C_DATE CURRENT JUL DATE: &C_JDATL
//*** CURRENT TIME: &C_TIME
//*** CURRENT MONTH: &C_MONTH CURRENT DOW: &C_DAY
//*** AUTOSCAN DATE: &C_AUTDL AUTOSCAN TIME: &C_AUTIM
//*** SCH JOBNAME: &C_JNAME SCH SCHDNAME: &C_SNAME
//*** SCH JOBNUMB: &C_JNO SCH SEL RC: &C_SELRC
//*** SCH DT TBL: &C_DTAB SCH CALENDAR: &C_CAL
//*** JOB DATE: &C_JOBDL SYS ID: &C_SYSID
//*** RUN SCH JUL DT: &C_RUNCL
//*** COMMAND: &C_CMD
//*** PREV CC: &C_ABCC PREV JOB NUM: &C_SJES#
//*** ABEND CNT: &C_ABCT ABEND STEP: &C_ABSTP
//********************************************************************
katycot2
 
Posts: 1
Joined: Fri Sep 06, 2019 8:40 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Driver Proc Variables

Postby Robert Sample » Fri Sep 06, 2019 9:35 pm

Any ideas?
Contact the vendor. They will know whether or not what you want is even possible, and if it is possible how to achieve the results you want.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to CA-11