Tuesday 15 July 2014

PL/I ONCODE Errors


ONCODEmeaning of the ONCODE
3in a SELECT/WHEN/OTHERWISE group, no WHEN clause satisfies the condition and no OTHERWISE clause is given
4SIGNAL FINISH, STOP or EXIT statement executed
9SIGNAL ERROR statement executed
10SIGNAL NAME statement executed or NAME condition occurred
20SIGNAL RECORD statement executed
21Record variable smaller than record size
22Record variable larger than record size
23Record variable length is zero or is too short to contain the key
24a record with a length of zero was read from a REGIONAL data set
40SIGNAL TRANSMIT statement executed.
41transmission error in output data set
42transmission error in input data set
43transmission error on output to VSAM index set
44transmission error on input from VSAM index set
45transmission error on output to VSAM sequence set
46transmission error on input from VSAM sequence set
50SIGNAL KEY statement executed


No comments:

Post a Comment