Symptoms
Wwhen trying to execute a job with many read commands defined in the script, the following error message is returned:
U0020350 Runtime error in object 'objectname', line 'number'. Within a block READ a maximum of '100' READ statements are supported
Investigation
Only 100 Read Statements per block are allowed?
Dont use more than 100 Read Statements in one block, if you want to use more than 100 Read Statements simply create another block after you have reached 100 Read Statements.