Control-M Variable Name for TABLENAME using SHOUT

Post Reply
User avatar
csaliou
Nouveau
Nouveau
Posts: 7
Joined: 10 Dec 2007 12:00

Control-M Variable Name for TABLENAME using SHOUT

Post by csaliou » 12 Dec 2007 5:32

Hi,

I use SHOUT to send and error on a NOTOK statement.
But, I am not able to find the name of the reporting facility for my Table :

Code: Select all

ON	On	Statement	Stmt = *		Code = NOTOK
	Do	Job %%JOBNAME. NOTOK RC = %%COMPSTAT. (Application : %%APPLI. - Table : ?????)
I read documentation, tried all the keywords, but noone working :

Alternate names for the Table parameter are listed below.

Code: Select all

[b]Component                   Parameter name[/b]
CONTROL-M/EM Utilities                TABLE_NAME 
Reporting Facility                    TABLE_ID
CONTROL-M/Server Utilities            -schedtab
CONTROL-M for z/OS                    TABLE NAME
CONTROL-M/EM API                      table_name
Any idea ?

PS : By the way, Code colours are unreadable ! :P

User avatar
gglau
Nouveau
Nouveau
Posts: 317
Joined: 13 Jun 2007 12:00

Post by gglau » 12 Dec 2007 5:58

AutoEdit variable for table name is %%SCHEDTAB

User avatar
sharas
Nouveau
Nouveau
Posts: 76
Joined: 13 Nov 2007 12:00
Location: Hyderabad
Contact:

Post by sharas » 18 Dec 2007 6:35

Hi,


You can find all such auto edit variable names from the tables of Control-M data modeling PDF file provided by BMC software

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 19 Dec 2007 2:21

don't anderstand how ?

User avatar
sharas
Nouveau
Nouveau
Posts: 76
Joined: 13 Nov 2007 12:00
Location: Hyderabad
Contact:

Post by sharas » 19 Dec 2007 2:30

Hi,


If you have the data modeling pdf documents for Control-M server and EM from BMC , that contains all the tables like CMR_JOBDEF and CMS_AJF and those tables have list of all the columns. they are the auto edit variables.

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 19 Dec 2007 2:51

do you mean that all columns parameter should be an aotuedit variable, and should be used by %%<name> ?
(CMS_JOBDEF et CMR_AJF)
did you try it ?
regards
philmalmaison

User avatar
mauriziog
Nouveau
Nouveau
Posts: 807
Joined: 08 Jun 2007 12:00
Location: Varese - Italy
Contact:

Post by mauriziog » 23 Apr 2008 12:29

philmalmaison wrote:do you mean that all columns parameter should be an aotuedit variable, and should be used by %%<name> ?
(CMS_JOBDEF et CMR_AJF)
did you try it ?
Will be usefull but I have tried.......

"CTMERRCYCLIC CTMERRCMDLINE CTMERRTASKTYPE"

...... is not true !

Post Reply