FUNL0218 Found set contained in (nullOrGroup) (foundNumberFiles) file(s), OPEN command specifies (openNumberFiles) file(s).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This indicates that ''Fast/Unload'' was invoked with the ''Fast/Unload User Language Interface'' which passed a record set contained either: <ul> <li>in a group of files...")
 
m (1 revision)
(No difference)

Revision as of 17:48, 9 November 2010

This indicates that Fast/Unload was invoked with the Fast/Unload User Language Interface which passed a record set contained either:

  • in a group of files (in which case nullOrGroup is the phrase "Group of"), and the number of files in the group (foundNumberFiles) differs from the number of DD names in the OPEN command (openNumberFiles), or,
  • in a single file (in which case nullOrGroup is the null string), and there is more than one DD name in the OPEN command.