Increase graph size for CICOD1
search cancel

Increase graph size for CICOD1

book

Article ID: 145403

calendar_today

Updated On:

Products

MICS Resource Management

Issue/Introduction

How do you increase the graph size for CICOD1 ?

Environment

Release : 14.1

Component : CA MICS

Resolution

The following will increase the size of your charts in the modified inquiries.

In your sharedprefix.SOURCE members AICODn or ZICODn, you can insert the following two lines ahead of the first %MACRO statement.

You can set the width and height to what you want by changing these numbers:

%LET GIMGW = 1070PX; /* modified width */
%LET GIMGH = 850PX; /* modified height */



These are the default CA MICS delivered values:

%LET GIMGW = 870PX;
%LET GIMGH = 650PX;