SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
World®
’16
Case	Study:	Verizon	- CA	Workload	Automation	
ESP	Edition:	Best	Practice’s,	DevOps,	Change	
Management	Utilizing	CA	Endevor®
Dave	Kovaleski - MTS	IV	Specialist	- Verizon
MFX138S
MAINFRAME	AND	WORKLOAD	AUTOMATION
2 @CAWORLD				#CAWORLD
©	2016	CA.	All	rights	reserved.	All	trademarks	referenced	herein	belong	to	their	respective	companies.
The	content	provided	in	this CA	World	2016	presentation	is	intended	for	informational	purposes	only	and	does	not	form	any	type	
of	warranty. The information	provided	by	a	CA	partner	and/or	CA	customer	has	not	been	reviewed	for	accuracy	by	CA.	
For	Informational	Purposes	Only	
Terms	of	this	Presentation
3 @CAWORLD				#CAWORLD
Abstract
Verizon	Telecommunications	made	CA	Workload	Automation	ESP	Edition	(CA	WA	ESP)	the	
standard	tool	for	workload	management	across	the	Wireline	and	Wireless	organization	for	both	
mainframe	and	distributed	systems	using	the	CA	WA	ESP	agent	technology.	In	this	session,	they	
will	share	insights	on	how	they	successfully	established	CA	WA	ESP	presence	by	instilling	
Verizon's	scheduling	best	practices,	DevOps,	and	change	management	utilizing	CA	Endevor®.
Dave	
Kovaleski
Verizon
MTS	IV	Specialist
4 @CAWORLD				#CAWORLD
Verizon	Best	Practices,	
DEV-OPS,	Change	
Management	Utilizing	
CA	Endevor®	
Dave	Kovaleski
November	16,	2016
5 @CAWORLD				#CAWORLD
Agenda
INTRODUCTION	
SCHEDULING	BEST	PRACTICES
Q	&	A
DEV-OPS	PROCESSING	
CA	WA	ESP	AND	CA	ENDEVOR®	
SUMMARY	AND	CLOSING	REMARKS
1
2
3
4
5
6
6 @CAWORLD				#CAWORLD
Introduction
Verizon	IT	uses	best	practices	that	support	and	enable	a	world	class	customer	experience.		The	Production	Control	
department	has	implemented	best	practices	which	include	using	CA	WA	ESP	global	variables	and	symlibs	as	a	central	
repository	to	store	application	artifacts	such	as	agent,	path,	and	userid’s.		The	large	applications	processed	by	Verizon	
benefit	from	the	values	that	are	used	globally	across	applications.		Other	best	practices	include	implementing	naming	
standards	related	to	each	application	t hat	support	DEV-OPS	solutions	for	application	teams.		Some	of	Verizon's	application	
teams	perform	their	own	application	stop	and	starts.		In	addition,	Verizon	developers	are	now	effectively	using	CA	WA	ESP	
Web	Services	in	a	DEV-OPS	tool.		Verizon	also	has	integrated	the	CA	Endevor®	Software	Change	Manager	(CA	Endevor®)	
software	to	track	application	changes	through	the	CA	Endevor®	software.
7 @CAWORLD				#CAWORLD
Experiences
Very	positive	feedback	from	
the	application	teams	and	
schedulers.			
Comments	Include:		“Provide	
one	stop	update	for	managing	
server	name	changes”	&	“Easy	
to	migrate	from	test	to	prod	by	
updating	variables	in	one	
location!”
Best	Practice
Defining	and	Creating	Global	
Variables	or	Symbolic	libraries	
to	store	agent,	script	name,	
User	ID	information.
Findings
The	use	of	Global	Variables	and	
Symbolic	Libraries	provides	a	
user	with	a	centralized	location	
to	update	and	reference	values	
that	will	be	utilized	globally	
throughout	an	application.
Best	Practices
Global	Variables	and	Symbolic	Libraries
8 @CAWORLD				#CAWORLD
Best	Practices
Mainframe Global	Variable	and	Symlib(Member) Variable Name	=	‘Value’
IPSNESP.CMD.CNTL.SYMLIB.VISN(CMDNS) AGENT='TWASTARDP'	
FILE_PATH='/starload/DNS'	
LOG_PATH='/starload/DNS/logs'	
SCRIPT_PATH='/starload/DNS/process'	
USERID='5staradm'	
Global	Variable	and	Symbolic	Library	Example
9 @CAWORLD				#CAWORLD
Best	Practices
CA	WA	ESP	Application	and	Job	Definition Event	Simulation
APPL	CMD#DBCU
INVOKE	'IPSNESP.CMD.CNTL.SYMLIB.VISN(CMDNS)‘
UNIX_JOB	DNSCM_BATCH_CBR_UPDATE
RUN	DAILY
AGENT	%AGENT
ARGS	%SCRIPT_PATH./set_env_dns_callmanager.ksh	>>	+
%FILE_PATH./callmanager/batchCbr.log	2>&1
USER	%USERID
SCRIPTNAME	%SCRIPT_PATH./dnscm_batch_cbr_update.ksh
ENDJOB
INVOKE	IPSNESP.CMD.PROCLIB.VISN(CMD#DBCU)		
APPL	CMD#DBCU		
INVOKE	'IPSNESP.CMD.CNTL.SYMLIB.VISN(CMDNS)'		
AGENT='TWASTARDP'
FILE_PATH='/starload/DNS'		
LOG_PATH='/starload/DNS/logs'		
SCRIPT_PATH='/starload/DNS/process'		
USERID='5staradm'		
UNIX_JOB	DNSCM_BATCH_CBR_UPDATE		
RUN	DAILY	
AGENT	TWASTARDP	
ARGS	/starload/DNS/process/set_env_dns_callmanager.ksh	>>	
/starload/DNS/callmanager/batchCbr.log	2>&1		
USER	5staradm		
SCRIPTNAME	/starload/DNS/process/dnscm_batch_cbr_update.ksh		
ENDJOB	
Global	Variable	and	Symbolic	Library	Example
10 @CAWORLD				#CAWORLD
Experiences
Very	positive	feedback	from	
the	application	teams	and	
schedulers.			
Comments	Include:		“I	need	to	
focus	on	my	workload	and	the	
setup	avoid	distractions	from	
outside	applications!”
Best	Practice
Naming	standards	are	defined	
for	applications,	events	and	
procedure	libraries.
Findings
The	use	of	standardized	names	
allows	our	users	to	only	view	
and	access	their	workload	
when	subscribing	to	workload	
in	the	CA	WA	ESP	Workstation.		
The	standards	also	allow	ease	
of	monitoring	and	support	for	
both	our	operations	and	
application	teams.
Best	Practices
Application/Event/Proc	Library	Naming	Standards
11 @CAWORLD				#CAWORLD
Best	Practices
Event	Naming	Standard
Event	names	are	defined	as	Event	prefix.Event name.		The	event	prefix	name	will	be	determined	by	what	environment	the	application	is	running	on.		
The	Event	prefix	is	defined	with	the	following	format:
$VZWX	AAA
Where:
$VZWX	-The	first	4	characters	of	the	event	prefix	will	always	start	with	$VZWX
AAA				- The	last	3	characters	(5-7)	are	defined	as	the	3	alpha	Application	Character	Code
The	Event	name	will	be	the	application	name	that	is	triggered	by	the	event.
Example:
$VZWXCMD.CMD#DBCU
| |
Event Prefix Application	Name
Application/Event/Proclib Standardized	Names	Example
12 @CAWORLD				#CAWORLD
Best	Practices
Application Naming	Standard
Application	names	are	limited	to	8	characters	and	are	defined	with	the	following	format:
AAAEXXXX
Where:
AAA		- Characters	are	defined	as	the	3 alph character	code
E									- Characters	are	defined	as	the	Environment	Name	
XXXX - Characters	are	defined	as	Free	Form
Example:
CMD#DBCU
CMD																		#						 DBCU
|																			|	 |
Application	Environment Free	Form
Application/Event/Proclib Standardized	Names	Example
13 @CAWORLD				#CAWORLD
Best	Practices
Mainframe	Proclib Naming	Standard
Mainframe	Proclibs contain	Application	names	are	limited	to	8	characters	and	are	defined	with	the	following	format:
IPSNESP.AAA.PROCLIB.VISL
Where:
IPSNESP	– Does	not	change
AAA		- Characters	are	defined	as	the	3 alpha	character	code
PROCLIB	– Does	not	change
VIS	– Does	not	change
L	– Mainframe	Location	Code
Example:
IPSNESP.CMD.PROCLIB.VISN
|	 |
Application	 North
Application/Event/Proclib Standardized	Names	Example
14 @CAWORLD				#CAWORLD
Experiences
Very	positive	feedback	from	
the	application	teams	and	
schedulers.	
Comments	Include:		
“Controlling	our	workload	
reduces	downtime	that	our	
customers	may	have	incurred!”
Dev-Ops	Option
An	option	was	implemented	by	
the	Scheduling	team	to	allow	
application	teams	to	stop	and	
start	all	of	their	production	
jobs.		The	scheduling	technique	
is	heavily	used	when	there	is	
scheduled	maintenance.
Findings
By	implementing	an	option	to	
stop	and	start	their	jobs,	the	
application	team	can	control	
and	not	rely	on	operations	to	
stop	and	start	their	workload.		
This	facilitates	a	DEV-OPS	
solution	to	our	application	
teams
Dev-Ops
Application	Team	Dev-Ops	Option	Stop/Start	Production	Jobs
15 @CAWORLD				#CAWORLD
Dev-Ops
Step	1:	Create Threshold	Resource
RESDEF	OTA_PRD_DATA_OTA_EASTBATCH	ADD	ENTERPRISE	THRESHOLD MAX(1)
Stop	and	Start	Setup
16 @CAWORLD				#CAWORLD
Dev-Ops
Step	2:	Create Stop	File	Trigger	Application
APPL OTAECFT		
/*	This	appl contains	all	OTA	EAST	CFT	jobs*/			
FILE_TRIGGER	OTAE_STOP_FT		
/*	Triggers	OTA	EAST	Stop	Event	$VZWXOTA.OTAESTOP		
RUN	DAILY		
AGENT	OTAEAST		
FILENAME	'/ota/data/adm_ota/otaStopEastESP'	CREATE	NOCHANGE(1)	CONTINUOUS($VZWXOTA.OTAESTOP)		
DUEOUT	EXEC	23:59	EASTERN		
NOTIFY	OVERDUE	ALERT(GLB5)		
Stop	and	Start	Setup
17 @CAWORLD				#CAWORLD
Dev-Ops
Step	3:	Create	Stop Application
APPL	OTAESTOP		
/*	This	appl will	set	OTA_EASTBATCH	to	0*/		
JOB	STOP.EASTOTA_BATCH	TASK	SELFCOMPLETING		
/*	This	link	job	will	stop	the	OTA	East	batch	jobs.*/		
RUN	DAILY		
RELEASE	ADD(Cleanup_Stop_Start_Files.OTAEAST_STOP)		
ESP	RESDEF	OTA_PRD_DATA_OTA_EASTBATCH	SET	AVAIL(0)	
NOTIFY	PNODE(COMPLETE)	ALERT(SHTR)		
ENDJOB		
UNIX_JOB	Cleanup_Stop_Start_Files.OTAEAST_STOP
/*	This	script	will	cleanup	the	ESP	Stop/Start	dummy	files	created	to	stop/start	OTA	batch		
RUN	DAILY		
AGENT	OTAEAST		
USER	adm_ota
SCRIPTNAME	/ota/data/adm_ota/cleanupESP.sh		
ENDJOB	
Stop	and	Start	Setup
18 @CAWORLD				#CAWORLD
Dev-Ops
Step	4:	Create Start	Continuous	File	Trigger	Application
APPL OTAECFT		
/*	This	appl contains	all	OTA	EAST	CFT	jobs*/			
FILE_TRIGGER	OTAE_STRT_FT		
/*	Triggers	OTA	EAST	Start	Event	$VZWXOTA.OTAESTRT		
RUN	DAILY		
AGENT	OTAEAST		
FILENAME	'/ota/data/adm_ota/otaStartEastESP'	CREATE	NOCHANGE(1)	CONTINUOUS($VZWXOTA.OTAESTRT)		
DUEOUT	EXEC	23:59	EASTERN		
NOTIFY	OVERDUE	ALERT(GLB5)		
ENDJOB	
Stop	and	Start	Setup
19 @CAWORLD				#CAWORLD
Dev-Ops
Step	5:	Create	Start	Application
APPL	OTAESTRT		
/*	This	appl will	set	the	OTA_EASTBATCH	to	1	when	hold	is	released		
JOB	START.EASTOTA_BATCH	TASK	SELFCOMPLETING
/*	This	jobs	will	start	all	OTA	East	batch	jobs.*/		
RUN	DAILY		
RELEASE	ADD(Cleanup_Stop_Start_Files.OTAEAST_START)		
ESP	RESDEF	OTA_PRD_DATA_OTA_EASTBATCH	SET	AVAIL(1)		
NOTIFY	PNODE(COMPLETE)	ALERT(SHTR)
ENDJOB		
UNIX_JOB	Cleanup_Stop_Start_Files.OTAEAST_START
/*	This	script	will	cleanup	the ESP	Stop/Start	dummy	files	created	to	stop/start	OTA	batch	
RUN	DAILY		
AGENT	OTAEAST		
USER	adm_ota
SCRIPTNAME	/ota/data/adm_ota/cleanupESP.sh	
ENDJOB	
Stop	and	Start	Setup
20 @CAWORLD				#CAWORLD
Experiences
A	very	positive	experience	
throughout	our	application,	
scheduling	and	auditing	teams.		
Comments	Include:		“Version	
control	is	critical	to	business	
resiliency	as	well	as	satisfying	
audit	requirements.”	
CA	Endevor®	
With	CA	WA	ESP
CA	Endevor®	has	been	
integrated	with	CA	WA	ESP		to	
track	application	updates	and	
manage	job	changes.
Findings
By	implementing	CA	Endevor®,	
the	solution	allows	us	to	track	
all	application	and	job	changes	
for	auditing	purposes.		The	
technique	also	allows	a	quick	
way	to	back-out	changes	made	
to	applications	that	may	be	
causing	production	issues.
CA	Workload	Automation	ESP	Edition	and	CA	Endevor®
How	CA	Endevor®	is	Integrated	With	CA	Workload	Automation	ESP	Edition	(CA	WA	ESP	Edition)
21 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Step	1:	Creation of	the	CA	Endevor®	Environment
The CA	Endevor®	Administrator	in	coordination	with	our	Scheduling	team	defined	the	CA	Endevor®	environment.		The	CA	Endevor®	environment	
contains	the	following:		1	Environment,	1	System,	27	Subsystems,	2	stages	and	2	types	(APL)	for	application	and	(SYM)	for	Global Variables/Symlib
members.
CA	Endevor®	Setup
Environment
EPSWLS
System
EPS
Subsystem
AAA00	(AAA =	3	Character	
Application	code)
Stage
Stage 1:	PSTG
Stage 2:	PROD
Type
Type	1:	APL
Type	2:	SYM
Step	2:	Creation of	the	Package	Shipment	Rules
Since	the CA	Endevor®	software	is	required	to	be	installed	on	our	development	mainframe,	we	needed	a	process	to	send	the	updated	applications	to	
the	production	mainframe	proclibs.		The	CA	Endevor®	Administrator	created	Package	Shipment	rules	to	allow	this	to	occur.			Once	the	CA	Endevor®	
package	is	executed,	the	CA	Endevor®	with	CA	WA	ESP	elements	are	then	‘shipped’	to	our	production	proclibs.
22 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Step	1:	CA	Endevor® ADD	to	Stage	1
CA	Endevor®	With	CA	WA	ESP	Edition	Process
23 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Step	1:	CA	Endevor®	ADD	to	Stage	1
CA	Endevor®	With	CA	WA	ESP	Edition	Process
24 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Step	1:	CA	Endevor®	ADD	to	Stage	1
CA	Endevor®	With	CA	WA	ESP	Edition	Process
25 @CAWORLD				#CAWORLD
Step	1:	CA	Endevor®	ADD	to	Stage	1
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
26 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
27 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
28 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
29 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
30 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
31 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
32 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
33 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
34 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
35 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
36 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
37 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
38 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
39 @CAWORLD				#CAWORLD
Step	2:	Package Creation	and	Shipment
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
40 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Step	2:	Package Creation	and	Shipment	Report	Email
CA	Endevor®	With	CA	WA	ESP	Edition	Process
41 @CAWORLD				#CAWORLD
Job	Change	Verification
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
42 @CAWORLD				#CAWORLD
Job	Change	Verification
CA	WA	ESP	Edition	and	CA	Endevor®	
CA	Endevor®	With	CA	WA	ESP	Edition	Process
43 @CAWORLD				#CAWORLD
CA	WA	ESP	Edition	and	CA	Endevor®	
Job Change	Verification	and	Event	Simulation
CA	Endevor®	With	CA	WA	ESP	Edition	Process
44 @CAWORLD				#CAWORLD
Summary	
The	Verizon	Production	Control	department	has	implemented	a	myriad	of	options	and	scheduling	
techniques	to	enhance	our	application	users	experience	with	the	CA	WA	ESP	Scheduling	tool.		The	options	
that	were	implemented	are	Best	Practices	with	the	use	of	Global	Variables	or	Symlibs and	Naming	
Standards	as	well	as	DEV-OPS	for	end	users	to	stop	and	start	the	production	jobs	during	maintenance	
windows	and	integrating	CA	Endevor®	with	the	scheduler	for	version	control	management.		
Verizon	continues	to	roll	out	new	Best	Practices	in	the	DEV-OPS	arena	plus	Self	Service	options	that	will	
permit	application	teams	to	hold	or	release	batch	jobs	and	the	use	of	CA	Endevor®	for	application	teams	
to	track	their	lower	environment	changes	within	CA	WA	ESP.
45 @CAWORLD				#CAWORLD
Questions?
46 @CAWORLD				#CAWORLD
Thank	you.
Stay	connected	at	communities.ca.com
47 @CAWORLD				#CAWORLD
Mainframe	and	Workload	Automation
For	more	information	on	Mainframe	and	Workload	Automation,		
please	visit:	http://cainc.to/9GQ2JI

Contenu connexe

Tendances

Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...
Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...
Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...CA Technologies
 
Pre-Con Ed: Configuring CA Workload Automation AE for optimal results
Pre-Con Ed: Configuring CA Workload Automation AE for optimal resultsPre-Con Ed: Configuring CA Workload Automation AE for optimal results
Pre-Con Ed: Configuring CA Workload Automation AE for optimal resultsCA Technologies
 
Pre-Con Ed: CA Workload Automation AE: Tips and Tricks
Pre-Con Ed: CA Workload Automation AE: Tips and TricksPre-Con Ed: CA Workload Automation AE: Tips and Tricks
Pre-Con Ed: CA Workload Automation AE: Tips and TricksCA Technologies
 
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...CA Technologies
 
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...CA Technologies
 
Critical Path Forecasting with CA Workload Automation iDash
Critical Path Forecasting with CA Workload Automation iDashCritical Path Forecasting with CA Workload Automation iDash
Critical Path Forecasting with CA Workload Automation iDashCA Technologies
 
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job Types
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job TypesPre-Con Ed: Deep Dive into CA Workload Automation Agent Job Types
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job TypesCA Technologies
 
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System Agent
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System AgentPre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System Agent
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System AgentCA Technologies
 
Pre-Con Ed: Implementing EEM with CA Workload Automation AE
Pre-Con Ed: Implementing EEM with CA Workload Automation AEPre-Con Ed: Implementing EEM with CA Workload Automation AE
Pre-Con Ed: Implementing EEM with CA Workload Automation AECA Technologies
 
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP Edition
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP EditionPre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP Edition
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP EditionCA Technologies
 
Pre Con Ed: Optimize Cloud Services and Operations With CA Process Automation
Pre Con Ed: Optimize Cloud Services and Operations With CA Process AutomationPre Con Ed: Optimize Cloud Services and Operations With CA Process Automation
Pre Con Ed: Optimize Cloud Services and Operations With CA Process AutomationCA Technologies
 
Pre-Con Ed: What’s New With Workload Automation DE R12?
Pre-Con Ed: What’s New With Workload Automation DE R12?Pre-Con Ed: What’s New With Workload Automation DE R12?
Pre-Con Ed: What’s New With Workload Automation DE R12?CA Technologies
 
Pre-Con Ed: CA Workload Automation DE: Tips and Tricks
Pre-Con Ed: CA Workload Automation DE: Tips and TricksPre-Con Ed: CA Workload Automation DE: Tips and Tricks
Pre-Con Ed: CA Workload Automation DE: Tips and TricksCA Technologies
 
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AE
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AEPre-Con Ed: Planning Disaster Recovery for CA Workload Automation AE
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AECA Technologies
 
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...CA Technologies
 
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...CA Technologies
 
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...CA Technologies
 
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...CA Technologies
 
Pre-Con Ed: Upgrading CA Workload Automation DE to R12
Pre-Con Ed: Upgrading CA Workload Automation DE to R12Pre-Con Ed: Upgrading CA Workload Automation DE to R12
Pre-Con Ed: Upgrading CA Workload Automation DE to R12CA Technologies
 
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...CA Technologies
 

Tendances (20)

Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...
Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...
Pre-Con Ed: Critical Path Analysis with CA Workload Automation (AE) iDash - O...
 
Pre-Con Ed: Configuring CA Workload Automation AE for optimal results
Pre-Con Ed: Configuring CA Workload Automation AE for optimal resultsPre-Con Ed: Configuring CA Workload Automation AE for optimal results
Pre-Con Ed: Configuring CA Workload Automation AE for optimal results
 
Pre-Con Ed: CA Workload Automation AE: Tips and Tricks
Pre-Con Ed: CA Workload Automation AE: Tips and TricksPre-Con Ed: CA Workload Automation AE: Tips and Tricks
Pre-Con Ed: CA Workload Automation AE: Tips and Tricks
 
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...
Monitor, Manage and Master! Take Charge of Your SAP and Cross-Enterprise Work...
 
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...
Pre-Con Ed: How to move from SAP, Oracle and PeopleSoft Adapters to the CA Wo...
 
Critical Path Forecasting with CA Workload Automation iDash
Critical Path Forecasting with CA Workload Automation iDashCritical Path Forecasting with CA Workload Automation iDash
Critical Path Forecasting with CA Workload Automation iDash
 
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job Types
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job TypesPre-Con Ed: Deep Dive into CA Workload Automation Agent Job Types
Pre-Con Ed: Deep Dive into CA Workload Automation Agent Job Types
 
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System Agent
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System AgentPre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System Agent
Pre-Con Ed: Upgrading UUJMA (CA 7 Agent) to CA Workload Automation System Agent
 
Pre-Con Ed: Implementing EEM with CA Workload Automation AE
Pre-Con Ed: Implementing EEM with CA Workload Automation AEPre-Con Ed: Implementing EEM with CA Workload Automation AE
Pre-Con Ed: Implementing EEM with CA Workload Automation AE
 
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP Edition
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP EditionPre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP Edition
Pre-Con Ed: Wobtrigs and File triggers with CA Workload Automation ESP Edition
 
Pre Con Ed: Optimize Cloud Services and Operations With CA Process Automation
Pre Con Ed: Optimize Cloud Services and Operations With CA Process AutomationPre Con Ed: Optimize Cloud Services and Operations With CA Process Automation
Pre Con Ed: Optimize Cloud Services and Operations With CA Process Automation
 
Pre-Con Ed: What’s New With Workload Automation DE R12?
Pre-Con Ed: What’s New With Workload Automation DE R12?Pre-Con Ed: What’s New With Workload Automation DE R12?
Pre-Con Ed: What’s New With Workload Automation DE R12?
 
Pre-Con Ed: CA Workload Automation DE: Tips and Tricks
Pre-Con Ed: CA Workload Automation DE: Tips and TricksPre-Con Ed: CA Workload Automation DE: Tips and Tricks
Pre-Con Ed: CA Workload Automation DE: Tips and Tricks
 
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AE
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AEPre-Con Ed: Planning Disaster Recovery for CA Workload Automation AE
Pre-Con Ed: Planning Disaster Recovery for CA Workload Automation AE
 
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...
Pre-Con Ed: CA Workload Automation iDash for CA Workload Automation CA 7 r12 ...
 
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...
Pre-Con Ed: CA Workload Automation DE and ESP Edition: Some Novel Uses for th...
 
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...
Pre-Con Ed: CA Workload Automation ESP Edition: SLA Management and Business C...
 
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...
Pre-Con Ed: Optimizing System and Network Performance Part II: What's New in ...
 
Pre-Con Ed: Upgrading CA Workload Automation DE to R12
Pre-Con Ed: Upgrading CA Workload Automation DE to R12Pre-Con Ed: Upgrading CA Workload Automation DE to R12
Pre-Con Ed: Upgrading CA Workload Automation DE to R12
 
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
 

En vedette

Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4
Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4
Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4CA Technologies
 
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and TricksPre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and TricksCA Technologies
 
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...CA Technologies
 
Common Challenges in DevOps Change Management
Common Challenges in DevOps Change ManagementCommon Challenges in DevOps Change Management
Common Challenges in DevOps Change ManagementMatt Ray
 
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...CA Technologies
 
AnujGupta_TechnologyConsultant
AnujGupta_TechnologyConsultantAnujGupta_TechnologyConsultant
AnujGupta_TechnologyConsultantAnuj Gupta
 
The Future of Change Management and DevOps for Dummies
The Future of Change Management and DevOps for DummiesThe Future of Change Management and DevOps for Dummies
The Future of Change Management and DevOps for DummiesDBmaestro - Database DevOps
 
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016Manideep Konakandla
 
DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos Perforce
 
Case Competition Fall 2015
Case Competition Fall 2015Case Competition Fall 2015
Case Competition Fall 2015Valerie Luera
 
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn Red
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn RedCase Study: Verizon Wireless: Chasing the Yellow Before They Turn Red
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn RedCA Technologies
 
Patrick McLean: Verizon Interactive: A Case Study for Marketing Transformation
Patrick McLean: Verizon Interactive: A Case Study for Marketing TransformationPatrick McLean: Verizon Interactive: A Case Study for Marketing Transformation
Patrick McLean: Verizon Interactive: A Case Study for Marketing Transformation[x+1]
 
Hands-On Lab: CA Workload Automation Advanced Integrations and Agents
Hands-On Lab: CA Workload Automation Advanced Integrations and AgentsHands-On Lab: CA Workload Automation Advanced Integrations and Agents
Hands-On Lab: CA Workload Automation Advanced Integrations and AgentsCA Technologies
 
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...CA Technologies
 
The Future Matters - Mike Maiorana
The Future Matters - Mike MaioranaThe Future Matters - Mike Maiorana
The Future Matters - Mike Maioranascoopnewsgroup
 
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...CA Technologies
 
Verizon communications
Verizon communicationsVerizon communications
Verizon communicationsFleurati
 
Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)CA Technologies
 
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...CA Technologies
 
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...CA Technologies
 

En vedette (20)

Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4
Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4
Pre-Con Ed: Deep Dive into CA Workload Automation ESP 11.4
 
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and TricksPre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
Pre-Con Ed: CA Workload Automation ESP Edition: Hints, Tips and Tricks
 
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
 
Common Challenges in DevOps Change Management
Common Challenges in DevOps Change ManagementCommon Challenges in DevOps Change Management
Common Challenges in DevOps Change Management
 
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...
Pre-Con Ed: Understanding when and how to use JavaScript at the Event, Applic...
 
AnujGupta_TechnologyConsultant
AnujGupta_TechnologyConsultantAnujGupta_TechnologyConsultant
AnujGupta_TechnologyConsultant
 
The Future of Change Management and DevOps for Dummies
The Future of Change Management and DevOps for DummiesThe Future of Change Management and DevOps for Dummies
The Future of Change Management and DevOps for Dummies
 
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016
Breaking and fixing_your_dockerized_environments_owasp_appsec_usa2016
 
DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos 
 
Case Competition Fall 2015
Case Competition Fall 2015Case Competition Fall 2015
Case Competition Fall 2015
 
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn Red
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn RedCase Study: Verizon Wireless: Chasing the Yellow Before They Turn Red
Case Study: Verizon Wireless: Chasing the Yellow Before They Turn Red
 
Patrick McLean: Verizon Interactive: A Case Study for Marketing Transformation
Patrick McLean: Verizon Interactive: A Case Study for Marketing TransformationPatrick McLean: Verizon Interactive: A Case Study for Marketing Transformation
Patrick McLean: Verizon Interactive: A Case Study for Marketing Transformation
 
Hands-On Lab: CA Workload Automation Advanced Integrations and Agents
Hands-On Lab: CA Workload Automation Advanced Integrations and AgentsHands-On Lab: CA Workload Automation Advanced Integrations and Agents
Hands-On Lab: CA Workload Automation Advanced Integrations and Agents
 
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...
Panel: Target and Bell Canada Leverage the Latest CA Innovations to Advance M...
 
The Future Matters - Mike Maiorana
The Future Matters - Mike MaioranaThe Future Matters - Mike Maiorana
The Future Matters - Mike Maiorana
 
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...
Case Study: Bespin Global Builds Hybrid Cloud Management Service With CA Unif...
 
Verizon communications
Verizon communicationsVerizon communications
Verizon communications
 
Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)Best Practices with CA Workload Automation AutoSys (AE)
Best Practices with CA Workload Automation AutoSys (AE)
 
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...
Case Study: OneNeck Monitors Microsoft Azure and Hybrid Infrastructures Proac...
 
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...
Case Study: Produban Unifies Silo Monitoring into an End-to-End Service View ...
 

Similaire à Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, DevOps, Change Management Utilizing Endevor

Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...CA Technologies
 
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...CA Technologies
 
Enterprise Developers, Linux and z Systems - What you Need to Know
Enterprise Developers, Linux and z Systems - What you Need to KnowEnterprise Developers, Linux and z Systems - What you Need to Know
Enterprise Developers, Linux and z Systems - What you Need to KnowCA Technologies
 
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...CA Technologies
 
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...CA Technologies
 
Modernizing the CA Datacom Data – SQL Access Part I
Modernizing the CA Datacom Data – SQL Access Part IModernizing the CA Datacom Data – SQL Access Part I
Modernizing the CA Datacom Data – SQL Access Part ICA Technologies
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IICA Technologies
 
Microservice Lifecycle Demo Presentation
Microservice Lifecycle Demo PresentationMicroservice Lifecycle Demo Presentation
Microservice Lifecycle Demo PresentationMatt McLarty
 
Tech Talk: Demystifying Mobile to Mainframe DevOps
Tech Talk: Demystifying Mobile to Mainframe DevOps Tech Talk: Demystifying Mobile to Mainframe DevOps
Tech Talk: Demystifying Mobile to Mainframe DevOps CA Technologies
 
Complements Will Get You Everywhere: How Do CA Workload Automation iDash and...
Complements Will Get You Everywhere:  How Do CA Workload Automation iDash and...Complements Will Get You Everywhere:  How Do CA Workload Automation iDash and...
Complements Will Get You Everywhere: How Do CA Workload Automation iDash and...CA Technologies
 
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)CA Technologies
 
What’s new in CA Datacom
What’s new in CA DatacomWhat’s new in CA Datacom
What’s new in CA DatacomCA Technologies
 
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...Case Study: EchoStar Transforms Complex Software Releases to Customer Network...
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...CA Technologies
 
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...CA Technologies
 
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX Features
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX FeaturesImplementation and Use of Generic VTAM Resources with Parallel SYSPLEX Features
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX FeaturesCA Technologies
 
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...CA Technologies
 
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...CA Technologies
 
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0Anthony Dukes
 
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...CA Technologies
 
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2CA Technologies
 

Similaire à Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, DevOps, Change Management Utilizing Endevor (20)

Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
 
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...
Pre-Con Ed: Beyond the AE CLI - Leveraging CA Workload Automation AE Web Serv...
 
Enterprise Developers, Linux and z Systems - What you Need to Know
Enterprise Developers, Linux and z Systems - What you Need to KnowEnterprise Developers, Linux and z Systems - What you Need to Know
Enterprise Developers, Linux and z Systems - What you Need to Know
 
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...
Pre-Con Ed: CA API Gateway: How to Deploy Your Gateway Across Multiple Enviro...
 
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
 
Modernizing the CA Datacom Data – SQL Access Part I
Modernizing the CA Datacom Data – SQL Access Part IModernizing the CA Datacom Data – SQL Access Part I
Modernizing the CA Datacom Data – SQL Access Part I
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part II
 
Microservice Lifecycle Demo Presentation
Microservice Lifecycle Demo PresentationMicroservice Lifecycle Demo Presentation
Microservice Lifecycle Demo Presentation
 
Tech Talk: Demystifying Mobile to Mainframe DevOps
Tech Talk: Demystifying Mobile to Mainframe DevOps Tech Talk: Demystifying Mobile to Mainframe DevOps
Tech Talk: Demystifying Mobile to Mainframe DevOps
 
Complements Will Get You Everywhere: How Do CA Workload Automation iDash and...
Complements Will Get You Everywhere:  How Do CA Workload Automation iDash and...Complements Will Get You Everywhere:  How Do CA Workload Automation iDash and...
Complements Will Get You Everywhere: How Do CA Workload Automation iDash and...
 
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)
Tech Talk: Introduction to SDN/NFV Assurance (CA Virtual Network Assurance)
 
What’s new in CA Datacom
What’s new in CA DatacomWhat’s new in CA Datacom
What’s new in CA Datacom
 
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...Case Study: EchoStar Transforms Complex Software Releases to Customer Network...
Case Study: EchoStar Transforms Complex Software Releases to Customer Network...
 
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
 
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX Features
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX FeaturesImplementation and Use of Generic VTAM Resources with Parallel SYSPLEX Features
Implementation and Use of Generic VTAM Resources with Parallel SYSPLEX Features
 
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
Hands-On Lab: Speed Configuration and Deployment With CA Unified Infrastructu...
 
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...
Case Study: Williams Establishing a DevOps Model Based on the Gartner Layered...
 
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0
VMware Product Applicability Guide for NERC CIP v5 Final Version 1.0
 
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
Pre-Con Ed: Build Your Own Apps for an Enhanced Network Management Experience...
 
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2
Pre-Con Ed: High Performance Masking and Test Data Generation for IMS and DB2
 

Plus de CA Technologies

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Technologies
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceCA Technologies
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...CA Technologies
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCA Technologies
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...CA Technologies
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCA Technologies
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...CA Technologies
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCA Technologies
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramCA Technologies
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageCA Technologies
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementCA Technologies
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...CA Technologies
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...CA Technologies
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...CA Technologies
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...CA Technologies
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentCA Technologies
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseCA Technologies
 

Plus de CA Technologies (20)

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource Intelligence
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software Development
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on Time
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital Government
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security Program
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive Advantage
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access Management
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of Deployment
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital Enterprise
 

Dernier

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 

Dernier (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 

Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, DevOps, Change Management Utilizing Endevor