IDMS REORG: Received 'ICE118I 0 UNKNOWN FILE SIZE - FILSZ=EN MAY IMPROVE RESOURCE USAGE AND PERFORMANCE'
search cancel

IDMS REORG: Received 'ICE118I 0 UNKNOWN FILE SIZE - FILSZ=EN MAY IMPROVE RESOURCE USAGE AND PERFORMANCE'

book

Article ID: 53077

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

During the execution of REORG RELOAD, the SORT files dynamically allocated; received 'ICE118I 0 UNKNOWN FILE SIZE - FILSZ=EN MAY IMPROVE RESOURCE USAGE AND PERFORMANCE? error. What does this error mean and how to resolve it?

Environment

IDMS - all supported releases

Resolution

While executing REORG RELOAD where the sortwknn files are allocated dynamically in the JCL; an 'ICE118I 0 UNKNOWN FILE SIZE - FILSZ=EN MAY IMPROVE RESOURCE USAGE AND PERFORMANCE' error is received.

Whenever the SYSIDMS SORTSIZE parameter is missing; it will default to SORTSIZE=OFF. The SYSIDMS SORTSIZE=ON|OFF parameter directs whether CA IDMS utilities (REORG, IDMSDBAN) generate the SIZE= sort parameter card. Some sort packages cannot handle the SIZE= parameter. The default is OFF, which means that the SIZE= sort parameter is not generated.

The corrective action is to add the SORTSIZE=ON parameter to the SYSIDMS statement. In fact, this option should apply to any IDMS program that calls the external sort package. It would not hurt to code it for any job, as it would get ignored if the external sort was not called.