How to increase the graph size for CICOD1 ?
Release : 14.1
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;