SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Downloaden Sie, um offline zu lesen
Getting	the	Most	out	of	Your	
DB2	Investment	
Ron	Colmone
Mainframe
CA	Technologies
Sr Principal	Software	Architect
MFX14E
@RonColmone
#CAWorld
2 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Abstract
This	session	will	focus	on	a	new	mainframe	DB2®	tools	customer	
or	a	non-DB2	customer	interested	in	DB2	solutions	 from	CA	
Technologies	 and	helping	 them	understand	the	value	
proposition	 and	the	real-life	use	cases	(administration,	 change	
management,	performance	optimization,	monitoring,	 etc.)	
where	DB2	tools	help	customers	reduce	operational	costs,	
reduce	risks	associated	with	downtime/availability,	improve	
service	levels	and	improve	user	productivity.
Ron Colmone
CA	Technologies
Sr Principal	Software	
Architect
3 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Agenda
CLONING	USING	CA	RC/MIGRATOR™	FOR	DB2	FOR	Z/OS
DB2	REAL	TIME	STATS	(RTS)	FOR	AUTOMATION	
TIPS	AND	HINTS	WITH	THE	TOOLS
PACKAGE	COMPARE	INTEGRATION	WITH	CHANGE	CONTROL
DETECTOR	COLLECTION	AND	REPORTING	PROFILES
MANAGE	DB2	ANALYTICS	ACCELERATOR	(IDAA)
1
2
3
4
6
7
CA	RC/QUERY®	FOR	DB2	FOR	Z/OS	HDDL	LINE COMMAND5
4 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
How	do	I	deliver	a	flawless	experience	every	
time	an	application	touches	the	mainframe?
In	the	application	economy	it’s	all	about	your	customers.
You	need	to	think	about	your	mainframe	reframed.
Connect	mobile-to-
mainframe	applications
Create	mainframe	
infrastructure	flexibility	
for	the	future
Unleash	the	power	of	
data	on	the	mainframe
5 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
Cloning	using	RC/Migrator	(Merger)
6 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
§ Move	or	Copy	Table/Index	Spaces	from	one	Subsystem	to	another	(could	
be	same	SSID)
§ Shared	DASD	required	between	subsystems
§ No	requirement	to	unload	and	reload	tables
§ Copy	the	VSAM	datasets	from	source	subsystem	to	target	including	
catalog	statistics
§ Flashcopysupported	to	eliminate	outage	on	source	system
§ OBIDs	can	be	reserved	or	translated	in	place	on	target	system
Cloning	Data	using	CA	RC/Migrator	– M	Strategy
7 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
§ Customer	initially	used	Unload/Load	Migration	process	to	
move	data	from	Production	to	Test
§ Second	phase	was	to	remove	unnecessary	Indexes	from	the	
move	process
§ Then	converted	Migration	strategy	to	use	RC/Merger	– large	
reduction	in	processing	time
§ Implemented	FlashCopy Support	(RC/Merger	R19	feature)
Customer	case	study
8 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
Customer	statistics	moving	from	standard	Unload/Load	method	to	RC/Merger
Note:	Cloning	process	is	now	
handling	 2-3x
the	data	originally	processed
Using	Unload/Load	Processing
Removed	some	unnecessary	indexes
Converted	to	RC/Merger	process
Implemented	SNAPSHOT	with	RC/Merger
9 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
Cloning	Data	using	CA	RC/Migrator	– M	Strategy	
Specify	RC/Merger	
Move/Copy	Analysis	Strategy	
Options.
Reserve	OBIDS=Y	will	remove	
need	to	translate	OBIDs	unless	
collision.
Source	Execution	of	Read	Only	
ensures	consistent	copy.
10 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
Cloning	Data	using	CA	RC/Migrator	– M	Strategy	
Global	Changes	
allow	object	
attributes	to	be	
altered	on	target	
system.
Copy	Source	
Tablespaces to	
Target	Tablespaces.
11 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
Cloning	Data	using	CA	RC/Migrator	– M	Strategy	
RC/Merger	will	
allocate	Target	
VSAM	datasets	
if	required.
12 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Migrator	(Merger)	
Cloning	Data	using	CA	RC/Migrator	– M	Strategy	
Call	RC/Merger	to	
Reserve	OBIDs	if	
available.
13 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
DB2	Real	Time	Statistics	(RTS)	for	Automation
14 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Real	Time	Stats	for	Automation
Database	Analyzer	– Object	Selection	using	RTS
§ DB2	Object	
selection	based	on	
RTS	using	Reorg	
best	practice	
selection	criteria	
(DSNACCOX	like)
15 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Real	Time	Stats	for	Automation
Database	Analyzer	– Object	Selection	using	RTS
§ Execution	of	PDA	
Extract	Procedure	to	
generate	Online	
Reorgs	JOBs	for	
selected	Tablespaces
tied	to	Object	
Selection	Profile
16 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Real	Time	Stats	for	Automation
Database	Analyzer	– Object	Selection	using	RTS
§ Online	Reorg	JCL	
generated	into	
target	library	for	
each	object	selected	
based	on	best	
practice	selection	
criteria.
17 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
Package	Compare	Integration	With	Change	Control
18 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Package	Compare	Integration	With	Change	Control
Identifying	Access	Path	Changes
19 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Package	Compare	Integration	With	Change	Control
§ Add	Batch	Process	steps	to	Change	Control	process	in	order	to	
detect	SQL	performance	impact	due	to	SQL	changes
§ Current	Explain	of	Package	can	be	used	to	create	the	Baseline
§ Future	Explain	with	Comparison	to	Current	Explain	to	detect	
impact	of	SQL	changes
§ Options	can	be	specified	to	set	Threshold	value	on	cost	
comparison
Cost	Compare	analysis
20 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Package	Compare	Integration	With	Change	Control
CVCCOPTS	contains	
options	for	Cost	
Compare	report	
including	thresholds.	
Add	JCL	step	to	
Change	Control	
Process	to	Compare	
baseline	to	future	
explain	in	order	to	
analyze	access	path	
changes	of	package.
21 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Package	Compare	Integration	With	Change	Control
Package	compare	of	Old	
versus	New	package	
compare	resulted	in	26	
improved	SQL	
statements.
22 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Package	Compare	Integration	With	Change	Control
Cost	of	SQL	statement	went	
from	60	to	1	(ms)	since	Access	
type	changed	from	TS_SCN	to	
IXDATA.
23 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	– New	R19	Feature	to	Simplify	Compare	Process	
§ Rebind	Compare	Analysis	(RCA)	command	to	simplify	
compare	current	/	future	access	paths	for	a	package
§ Issues	Current	Explain	of	Package,	followed	by	Future	Explain
§ Compares	Future	to	Current	explain	results	and	generates	the	
Rebind	Compare	Analysis	report
§ Show	only	SQL	statements	where	access	path	has	changed
§ RCA	can	be	issued	from	most	reports	where	a	Package	
line	exists	
Rebind	Compare	Analysis	Report
24 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Rebind	Compare	Analysis	(RCA)
RCA	Line	command	can	
be	executed	on	most	
reports	containing	a	
Package	detail	line.		
Current/Future	explains	
following	by	Compare	
with	Rebind	Analysis	
Report	for	SQL	with	
Access	Path	changes.
25 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
PPA	Rebind	Compare	Analysis	(RCA)
Rebind	Compare	Analysis	report	
shows	a	cost	improvement	from	
44	to	1	(ms)	when	rebinding	
package	on	DB2	V10	due	to	
ColFnE=R	(Column	Function	
evaluated	at	data	retrieval)
26 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
Detector	Reporting	and	Collection	Profile	Usage
27 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Detector	Reporting	and	Collection	Profile	Usage
Define	application	groups	using	reporting	 profiles
Application	 profiles	can	be	
defined	for	collections	of	
PLANs,	Packages,	CorrID,	and	
Users	which	make	up	an	
application.
In	this	example,	RTPPLNMN	
and	RTPREG	are	the	
collection	of	PLAN	names	
that	are	specified	in	the	
profile	that	make	of	the	
Application	 RTPAPPL.
28 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Detector	Reporting	Profile	Usage
Viewing	DB2	activity	by	Application	Reporting	Profile
View	By	‘Prof’	(option	 F)	provides	
an	aggregate	view	of	all	activity	
for	the	selected	intervals	by	all	
PLANs	defined	in	the	specific	
application	profiles.
In	this	example,	RTPAPPL	is	the	
application	ID	associated	with	the	
application	profile	that	
aggregates	the	collection	of	
PLANS	that	make	up	the	
application.	 	All	other	 activity	in	
the	interval	is	represented	by	
‘*No	Profile*’.
29 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Detector	Reporting	Profile	Usage
Drill	down	into	activity	within	the	selected	Application	
By	selecting	an	application	profile	
with	an	“S”	line	command	on	the	
View	By	Profile	display,	activity	
can	then	be	displayed	for	each	
PLAN	(or	profile	type)	
individually	within	the	
Application.	 	
Further	Drill	down	to	Programs,	
Dynamic	SQL,	or	other	Keys	can	
then	be	selected.
30 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
CA	RC/Query	HDDL	Line	Command
31 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
CA	RC/Query	HDDL	Line	Command
§ HDDL	Line	
command	on	a	
DB2	object	will	
generate	DDL	for	
the	object	along	
with	its	Parent	
and	Dependent	
Objects.
Generate	DDL	for	specified	object	along	with	Parent	and	Dependent	 Objects
32 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Use	Case:	
Manage	DB2	Analytics	Accelerator
33 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Manage	DB2	Analytics	Accelerator	
Use	CA	RC/Query	for	IDAA	administration
Ability	to	
Start/Stop/Display	
and	PING	
Accelerator	from	
RC/Q	Accelerator	
List
34 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Manage	DB2	Analytics	Accelerator	
Use	CA	RC/Query	for	IDAA	administration
RC/Q	Accelerator	
Table	list	report	
provides	table	level	
administration	of	
your	IDAA
35 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Manage	DB2	Analytics	Accelerator	
Use	CA	RC/Query	for	IDAA	administration
IDAA	Table	level		
functions	are	
available	to	Define,	
Alter,	Remove,	
Load,	etc.
36 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Manage	DB2	Analytics	Accelerator	
Use	CA	RC/Query	for	IDAA	administration
§ Load	DB2	Table	into	
IDAA
– RC/Q	ALOAD	Command
– Can	load	range	of	
partitions	or	entire	Table
– Uses	IDAA	Loader	utility
– Most	commands	such	as	
ALOAD	are	available	using	
Batch	Processor	Scripts
37 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Analytics	Accelerator
CA	SYSVIEW®	Performance	Management	for	DB2
§ Subsystem	statistics:	
Accelerator	Details
– SYSACDTL:	
Accelerator	Details	
– HSACCDTL	/	
HSUACDTL:	
Accelerator	Server	
Details/Summary
38 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Tips	and	Hints	With	DB2	Tools
39 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools
§ “?”	– Primary	and	Line	commands
§ Freeze	/	Unfreeze	/	Report	commands
§ QFILE	and	QPRINT	commands
§ ALL	primary	command	in		CA	RC/Query
§ EQF	– Extended	Query	Facility
– The	SQL	Line	command
§ RC/Query	User	Defined	Line	commands
Tips,	Hints	and	Useful	stuff
40 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
Use	of	“?”	for	available	Panel	and	Line	Commands
Enter	“?”	in	Primary	or	
Line	command	field	to	
get	a	list	of	available	
commands
41 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
Freeze,	Unfreeze	and	Report	Commands
§ Create	Customizable	
Report	formats	using	the	
Report	Command
§ Freeze	/	Unfreeze	
commands	allow	for	fixing	
columns	to	scroll	left/right
§ QPRINT/QFILE	commands	
to	print/save	report
42 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
ALL	Primary	command	in	CA	RC/Query	
The	“ALL”	primary	
command	will	populate	
all	object	rows	with	the	
associated	Line	
command	to	enable	a	
quick	method	of	
executing	a	specific	
command	for	all	object.		
Line	command	options	
can	then	be	applied	to	
all	objects.
43 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
EQF	– Extended	Query	Facility
Any	screen	that	contains	a	
‘Where	=>’	field	can	invoke	
the	EQF	SQL	Query	Editor.		
Y	– Create	or	Update	EQF
N	– Don’t	invoke	EQF
S	– Execute	Extended	Query
44 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
EQF	– Extended	Query	Facility
Additional	 Predicate	
values	and	ORDER	BY	
columns	can	be	added	
to	the	base	query	being	
executed	within	the	
DB2	Tools	interface.
45 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
CA	RC/Query	– User	Defined	commands
§ User	defined	RC/Query	commands	are	defined	via	USALINE	and	
identify	the	Object	type	they	are	available	to	be	used	on.
§ User	commands	can	be	written	in	REXX	or	as	a	compiled	program	
and	LINKED	into	the	PTLLINE	Load	Module			
USMLINE1 'USER-DEFINED LINE COMMANDS'
USMLINE2 LISTCAT,(TS,IX,T,I), *
'IDCAMS Listcat of tablespace/indexspace'
USMLINE2 FLDSTAT,(C), *
'Most frequent index column values'
USMLINE2 EX,(T,V,C,S,U,P,I,A,VC,SG,DB,TS,BP,DR,CL,PK,DT,R,RI, *
CD,SQ,H,U,SY,L,SC,TG,AC,PM), *
'Execute Clist or REXX Exec '
USMLINE2 TESTEX1,(T,V,C,S,U,P,I,A,VC,DT), *
'SAMPLE REXX EXEC ',TYPE=R
46 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
DB2	Tools	– Tips	Using	the	ISPF	Interface
CA	RC/Query	– User	Defined	commands
Available	User	defined	
commands	for	specified	
DB2	Object	Type	are	
listed	in	the	Panel	when	
entering	a	‘?’	Line	
command.	
Command	can	be	
Selected	or	entered	as	
Line	command.
Sample	REXX	command	
is	provided	 as	example.
47 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Participate	in	CA’s	DB2/IMS	Management	Community!!
communities.ca.com/community/ca-database-management-for-db2-and-ims
48 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Recommended	Sessions
SESSION	# TITLE DATE/TIME
MFX04E	
What's	New	with	DB2	Solutions	 from	CA	Technologies—
Administration,	Performance,	Recovery	&	Analytics
1/17/2015	at	11:00	am
Location:	Breakers	H
MFX06S	
CA's	Strategy	and	Vision	for	Mainframe	Data	
Management	and	Analytics
1/18/2015	at	1:00	pm
Location:	Breakers	I
MFX07E	
Place	your	vote:	Addressing	newer	Mainframe	Database	
Management	Needs	- Data	Governance,	Analytics	and	
Autonomics,	 Big	Data	and	others
1/17/2015	at	9:00	pm
Location:	Breakers	H
MFX14E	 Getting	the	Most	out	of	Your	DB2	Investment	
1/17/2015	at	10:00	am
Location:	Breakers	H
MFT05S	
Big	Iron	+	Big	Data	=	BIG	DEAL!		Unlock	The	Power	of	
Your	Mainframe	Data
1/18/2015	at	2:00	pm
Location:	Mainframe	Theater
MFX15S	
Predicting	When	Your	Applications	Will	Go	Off	the	Rails!		
Managing	DB2	Application	Performance	using	Analytics
1/18/2015	at	4:30	pm
Location:	Breakers	I
MFT12T
It's	Not	a	Dream—Conquer	Chaos	for	Your	DB2®	for	
z/OS®	Optimization	Nightmares
1/18/2015	at	3:00	pm
Location:	Tech	Talk	6
49 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Must	See	Demos
Maximize	Your	
DB2	Tools	
Investment
DB2	Tools
Mainframe	Area
Station:	MNFSE003
Unleash	the	
Power	of	
Mainframe	Data	
vStorm Connect	Data	
Streaming	for	Big	Data
Mainframe	Area
Station:	MNFSE001
Maximize	Your	
Mainframe	
Database	Value
CA	IDMS	/	CA	Datacom
Mainframe	Area
Station:	MNFSE002
Performance	
Analytics	
for	DB2
DB2	Analytics
Mainframe	Area
Station:	MNFSE004
50 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Follow	On	Conversations	At…
Smart	Bar
DB2	Tools	and	
Performance	Analytics
Mainframe	Area	on	
Expo	Floor
Tech	Talks
DB2	Tools	and	
Performance	Analytics
Mainframe	Area	on	
Expo	Floor
51 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
For	Informational	Purposes	Only
terms	of	this	presentation
Copyright	©	2015	CA.	All	rights	reserved.	All	trademarks	referenced	herein	belong	to	their	respective	companies.	The	presentation	
provided	at	CA	World	2015	is	intended	for	information	purposes	only	and	does	not	form	any	type	of	warranty.	Some	of	the	specific
slides	with	customer	references	relate	to	customer's	specific	use	and	experience	of	CA	products	and	solutions	so	actual	results	may	
vary.	
Certain	information	in	this	presentation	may	outline	CA’s	general	product	direction.	This	presentation	shall	not	serve	to	(i)	affect	the	
rights	and/or	obligations	of	CA	or	its	licensees	under	any	existing	or	future	license	agreement	or	services	agreement	relating	to	any	CA	
software	product;	or	(ii)	amend	any	product	documentation	or	specifications	for	any	CA	software	product.	This	presentation	is based	on	
current	information	and	resource	allocations	as	of	November	18,	2015,	and	is	subject	to	change	or	withdrawal	by	CA	at	any	time	
without	notice.	The	development,	release	and	timing	of	any	features	or	functionality	described	in	this	presentation	remain	at CA’s	sole	
discretion.	
Notwithstanding	anything	in	this	presentation	to	the	contrary,	upon	the	general	availability	of	any	future	CA	product	release referenced	
in	this	presentation,	CA	may	make	such	release	available	to	new	licensees	in	the	form	of	a	regularly	scheduled	major	product	release.	
Such	release	may	be	made	available	to	licensees	of	the	product	who	are	active	subscribers	to	CA	maintenance	and	support,	on	a when	
and	if-available	basis.	The	information	in	this	presentation	is	not	deemed	to	be	incorporated	into	any	contract.
52 ©	2015	CA.	ALL	RIGHTS	RESERVED.@CAWORLD #CAWORLD
Q	&	A

Weitere ähnliche Inhalte

Was ist angesagt?

Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...CA Technologies
 
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...CA Technologies
 
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization Nightmares
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization NightmaresIt's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization Nightmares
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization NightmaresCA Technologies
 
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)CA Technologies
 
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...Mobile to Mainframe: Leveraging Application Services for Rapid Application De...
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...CA Technologies
 
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 EnhancementsContinuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 EnhancementsCA Technologies
 
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...How To Track Performance and Fault in a Multi-layer, Software-Defined Network...
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...CA Technologies
 
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI Mainframe Software Management: Get the Scoop on New Architecture and Modern UI
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI CA Technologies
 
Give Me the Bad News Straight:  Why Models are a Broken Approach to Alerting
Give Me the Bad News Straight:  Why Models are a Broken Approach to AlertingGive Me the Bad News Straight:  Why Models are a Broken Approach to Alerting
Give Me the Bad News Straight:  Why Models are a Broken Approach to AlertingCA Technologies
 
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...CA Technologies
 
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...CA Technologies
 
Continuous Delivery: the Strongest Link in Your Value Chain
Continuous Delivery: the Strongest Link in Your Value ChainContinuous Delivery: the Strongest Link in Your Value Chain
Continuous Delivery: the Strongest Link in Your Value ChainCA Technologies
 
Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardCA Technologies
 
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...CA Technologies
 
CA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsCA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsAlan Baptista
 
Managing Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CAManaging Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CACA Technologies
 
What's New in CA Service Management
What's New in CA Service ManagementWhat's New in CA Service Management
What's New in CA Service ManagementCA Technologies
 
Raising the Speed Limit on Mobile App Development
Raising the Speed Limit on Mobile App DevelopmentRaising the Speed Limit on Mobile App Development
Raising the Speed Limit on Mobile App DevelopmentCA Technologies
 
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...CA Technologies
 
Tech Talk: Five Simple Steps to a More Powerful Database Experience
Tech Talk: Five Simple Steps to a More Powerful Database ExperienceTech Talk: Five Simple Steps to a More Powerful Database Experience
Tech Talk: Five Simple Steps to a More Powerful Database ExperienceCA Technologies
 

Was ist angesagt? (20)

Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...Predicting When Your Applications Will Go Off the Rails!  Managing DB2 Appli...
Predicting When Your Applications Will Go Off the Rails! Managing DB2 Appli...
 
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...What’s New With DB2 Solutions;  Administration, Utilities, Performance & Reco...
What’s New With DB2 Solutions; Administration, Utilities, Performance & Reco...
 
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization Nightmares
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization NightmaresIt's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization Nightmares
It's Not a Dream—Conquer Chaos for Your DB2® for z/OS® Optimization Nightmares
 
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)
Maximizing Your CA IDMS™ Investment for the New Application Economy (Part 1)
 
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...Mobile to Mainframe: Leveraging Application Services for Rapid Application De...
Mobile to Mainframe: Leveraging Application Services for Rapid Application De...
 
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 EnhancementsContinuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
Continuous Delivery—CA Workload Automation ESP Edition 11.4 Enhancements
 
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...How To Track Performance and Fault in a Multi-layer, Software-Defined Network...
How To Track Performance and Fault in a Multi-layer, Software-Defined Network...
 
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI Mainframe Software Management: Get the Scoop on New Architecture and Modern UI
Mainframe Software Management: Get the Scoop on New Architecture and Modern UI
 
Give Me the Bad News Straight:  Why Models are a Broken Approach to Alerting
Give Me the Bad News Straight:  Why Models are a Broken Approach to AlertingGive Me the Bad News Straight:  Why Models are a Broken Approach to Alerting
Give Me the Bad News Straight:  Why Models are a Broken Approach to Alerting
 
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...
How To Save A Million Dollars in 15 Minutes with Software Asset Management (a...
 
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
Best Practice for Supercharging CA Workload Automation dSeries (DE) for Optim...
 
Continuous Delivery: the Strongest Link in Your Value Chain
Continuous Delivery: the Strongest Link in Your Value ChainContinuous Delivery: the Strongest Link in Your Value Chain
Continuous Delivery: the Strongest Link in Your Value Chain
 
Hands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM DashboardHands-On Lab: Let's Build an ITSM Dashboard
Hands-On Lab: Let's Build an ITSM Dashboard
 
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
Stop the Blame Game with Increased Visibility of your Mobile-to-Mainframe IT ...
 
CA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubsCA Service Virtualization vs mocks stubs
CA Service Virtualization vs mocks stubs
 
Managing Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CAManaging Software Entitlements in Software Asset Management Solutions from CA
Managing Software Entitlements in Software Asset Management Solutions from CA
 
What's New in CA Service Management
What's New in CA Service ManagementWhat's New in CA Service Management
What's New in CA Service Management
 
Raising the Speed Limit on Mobile App Development
Raising the Speed Limit on Mobile App DevelopmentRaising the Speed Limit on Mobile App Development
Raising the Speed Limit on Mobile App Development
 
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...
New Mainframe IT Analytics: Actionable Insight into Root Cause Analysis of Pe...
 
Tech Talk: Five Simple Steps to a More Powerful Database Experience
Tech Talk: Five Simple Steps to a More Powerful Database ExperienceTech Talk: Five Simple Steps to a More Powerful Database Experience
Tech Talk: Five Simple Steps to a More Powerful Database Experience
 

Ähnlich wie Getting the Most Out of Your DB2 Investment

Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...
Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...
Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...CA Technologies
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12CA Technologies
 
EMC World 2016 - DevOps-at-Scale Session
EMC World 2016 - DevOps-at-Scale SessionEMC World 2016 - DevOps-at-Scale Session
EMC World 2016 - DevOps-at-Scale SessionBart Driscoll
 
Dynamics nav 2009 r2 launch iceland technical track external
Dynamics nav 2009 r2 launch iceland technical track externalDynamics nav 2009 r2 launch iceland technical track external
Dynamics nav 2009 r2 launch iceland technical track externalGunnar Gestsson
 
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...CA Technologies
 
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionPre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionCA Technologies
 
Jerry Tian Resume AX 2012
Jerry Tian Resume AX 2012Jerry Tian Resume AX 2012
Jerry Tian Resume AX 2012Jerry Tian
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Technologies
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMarkus Michalewicz
 
Resume Aden bahdon
Resume Aden bahdonResume Aden bahdon
Resume Aden bahdonAden Bahdon
 
Introduction to Database Benchmarking with Benchmark Factory
Introduction to Database Benchmarking with Benchmark FactoryIntroduction to Database Benchmarking with Benchmark Factory
Introduction to Database Benchmarking with Benchmark FactoryMichael Micalizzi
 
Santhosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extSanthosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extsanthosh kumar
 
Santhosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extSanthosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extsanthosh kumar
 
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools Update
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools UpdateDB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools Update
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools UpdateBaha Majid
 
Ayyapp Dasam 3.6 Years Exp in OracleApps
Ayyapp Dasam 3.6 Years Exp in OracleAppsAyyapp Dasam 3.6 Years Exp in OracleApps
Ayyapp Dasam 3.6 Years Exp in OracleAppsAyyappa Dasam
 
Confluent Partner Tech Talk with SVA
Confluent Partner Tech Talk with SVAConfluent Partner Tech Talk with SVA
Confluent Partner Tech Talk with SVAconfluent
 
Db2 update day 2015 managing db2 with ibm db2 tools svenn aage
Db2 update day 2015   managing db2 with ibm db2 tools svenn aageDb2 update day 2015   managing db2 with ibm db2 tools svenn aage
Db2 update day 2015 managing db2 with ibm db2 tools svenn aagePeter Schouboe
 
Klausing, Patrick Resume Consultant
Klausing, Patrick Resume ConsultantKlausing, Patrick Resume Consultant
Klausing, Patrick Resume Consultantpklausing
 

Ähnlich wie Getting the Most Out of Your DB2 Investment (20)

Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...
Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...
Pre-Con Ed: How to Get the Most out of Your DB2, DB2 Management, and Analytic...
 
Hariharan_Resume
Hariharan_ResumeHariharan_Resume
Hariharan_Resume
 
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
Benefits of Upgrading to CA Workload Automation CA 7® Edition r12
 
EMC World 2016 - DevOps-at-Scale Session
EMC World 2016 - DevOps-at-Scale SessionEMC World 2016 - DevOps-at-Scale Session
EMC World 2016 - DevOps-at-Scale Session
 
Dynamics nav 2009 r2 launch iceland technical track external
Dynamics nav 2009 r2 launch iceland technical track externalDynamics nav 2009 r2 launch iceland technical track external
Dynamics nav 2009 r2 launch iceland technical track external
 
C/SIDE-C/AL Vs VS Code-AL
C/SIDE-C/AL Vs VS Code-ALC/SIDE-C/AL Vs VS Code-AL
C/SIDE-C/AL Vs VS Code-AL
 
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
Pre-Con Ed: What's New with CA DB2 Tools for Administration, Utilities, Perfo...
 
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With XtractionPre-Con Education: Advanced and Reporting and Dashboards With Xtraction
Pre-Con Education: Advanced and Reporting and Dashboards With Xtraction
 
Jerry Tian Resume AX 2012
Jerry Tian Resume AX 2012Jerry Tian Resume AX 2012
Jerry Tian Resume AX 2012
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
 
MAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the CloudMAA for Oracle Database, Exadata and the Cloud
MAA for Oracle Database, Exadata and the Cloud
 
Resume Aden bahdon
Resume Aden bahdonResume Aden bahdon
Resume Aden bahdon
 
Introduction to Database Benchmarking with Benchmark Factory
Introduction to Database Benchmarking with Benchmark FactoryIntroduction to Database Benchmarking with Benchmark Factory
Introduction to Database Benchmarking with Benchmark Factory
 
Santhosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extSanthosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -ext
 
Santhosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -extSanthosha Kumara KN_SAP_ABAP_resume -ext
Santhosha Kumara KN_SAP_ABAP_resume -ext
 
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools Update
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools UpdateDB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools Update
DB2 Real-Time Analytics Meeting Wayne, PA 2015 - IDAA & DB2 Tools Update
 
Ayyapp Dasam 3.6 Years Exp in OracleApps
Ayyapp Dasam 3.6 Years Exp in OracleAppsAyyapp Dasam 3.6 Years Exp in OracleApps
Ayyapp Dasam 3.6 Years Exp in OracleApps
 
Confluent Partner Tech Talk with SVA
Confluent Partner Tech Talk with SVAConfluent Partner Tech Talk with SVA
Confluent Partner Tech Talk with SVA
 
Db2 update day 2015 managing db2 with ibm db2 tools svenn aage
Db2 update day 2015   managing db2 with ibm db2 tools svenn aageDb2 update day 2015   managing db2 with ibm db2 tools svenn aage
Db2 update day 2015 managing db2 with ibm db2 tools svenn aage
 
Klausing, Patrick Resume Consultant
Klausing, Patrick Resume ConsultantKlausing, Patrick Resume Consultant
Klausing, Patrick Resume Consultant
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 

Kürzlich hochgeladen (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 

Getting the Most Out of Your DB2 Investment