Normally if you try an instruction such as IMAGE before any data has been input you will receive a warning message telling you that first you must INPUT DATA or CREATE DATA. CREATE DATA makes FIT2D create program data, although initially the data array elements are all zero. This can be useful for simulation purposes.
The user is prompted for the size of artificial data to create. This must clearly be not greater in size than the current program arrays.