SYS1942 Explanation One of the following occurred: 1. A program attempted to push more data onto the stack than the stack could hold. 2. A program called too many subroutines. 3. A program attempted to take more data off the stack than was pushed onto the stack. 4. A program tried to return more subroutines than were called. Action Correct the program and retry the command.