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 to increase the graph size for CICOD1 ?

Environment

Release : 14.1

 

Resolution

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

In the sharedprefix.SOURCE members AICODn or ZICODn, 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 MICS delivered values:

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