Specifications

Visual Fortran Run-Time Errors Page 37 of 48
to the number of dimensions in the array to be shifted. That is, 1 <= DIM <= n, where n
is the number of dimensions in the array to be shifted.
682
severe (682): DIM argument (’dim’) to CSHIFT is out of range (1:’n’)
FOR$IOS_F6727. The optional argument DIM specifies the dimension along which to
perform the circular shift, and must be greater than or equal to 1 and less than or equal
to the number of dimensions in the array to be shifted. That is, 1 <= DIM <= n, where n
is the number of dimensions in the array to be shifted.
683
severe (683): Shape mismatch (dimension ’dim’) between ARRAY and SHIFT in
CSHIFT
FOR$IOS_F6728. The SHIFT argument to CSHIFT must be either scalar or an array
one dimension smaller than the shifted array. If an array, the shape of the SHIFT must
conform to the shape of the array being shifted in every dimension except the one being
shifted along.
684
severe (684): Internal error - bad arguments to CSHIFT_CA
FOR$IOS_F6729.
685
severe (685): Internal error - bad arguments to CSHIFT_CAA
FOR$IOS_F6730.
686
severe (686): DATE argument to DATE_AND_TIME is too short (LEN=’len’)
FOR$IOS_F6731. The character DATE argument must have a length of at least 8 to
contain the complete value.
687
severe (687): TIME argument to DATE_AND_TIME is too short (LEN=’len’)
FOR$IOS_F6732. The character TIME argument must have a length of at least 10 to
contain the complete value.
688
severe (688): ZONE argument to DATE_AND_TIME is too short (LEN=’len’)
FOR$IOS_F6733. The character ZONE argument must have a length of at least 5 to
contain the complete value.
689
severe (689): VALUES argument to DATE_AND_TIME is too small (’size’ elements)
FOR$IOS_F6734. The integer VALUES argument must be a one-dimensional array
with a size of at least 8 to hold all returned values.
Run-Time Errors 690 Through 719
This section describes in detail Visual Fortran run-time errors 690 through 719.