Getting message TPBL1015 PARAMETER LESS THAN MINIMUM
book
Article ID: 117336
calendar_today
Updated On:
Products
TPX - Session ManagementVman Session Management for z/OS
Issue/Introduction
We have an issue when running the batch job to add/update a profile session we are seeing the message TPBL1015 10/06/18.279 00:21:18.41 PARAMETER LESS THAN MINIMUM. However, the adds and updates are processed successfully. Here are the input statements: ADD PROFILESESSION (SYSTEMS WCSS) UPDATE PROFILESESSION (SYSTEMS WCSS (PENTAPPL(WCSS) (WSESLABL('Western Center Super Session')))
Remove the left ( in front of the WSESLABL variable. Example below: ADD PROFILESESSION (SYSTEMS WCSS) UPDATE PROFILESESSION (SYSTEMS WCSS (PENTAPPL(WCSS) WSESLABL('Western Center Super Session')) )