Start of change

CPP0605225E   Data set name is too long. This data set will be allocated with SSA ssa_name, which limits the data set to data_set_length characters

Explanation

The length of the data set along with the SSA name exceeds the allowable limit, which is 44 characters.
ssa_name
The user input from the SSA panel ( SSA name that user provides).
data_set_length
The length of the data set which will be calculated dynamically depending on the length of SSA.

System programmer response

Provide the SSA name such that the data set name along with the SSA name should not exceed 44 characters.

End of change