1) What is ONCODE (Return code) in PL/1?
2) How to handle the ONCODE in PL/1? Please give me some
examples?
Answer / bal mukund bihari
The ONCODE is a useful built-in functions to analyze the error in code. All these return a BINARY (15)
ONCODE is equivalent to condition code which is returned by last executed statement.
Is This Answer Correct ? | 0 Yes | 0 No |
How will u give input data to cobol program apart from PARM & Instream data?
Name and explain the type of locks?
what is the difference between the jes2 and jes3
How do you create a like table?
What is the meaning of a (new, catalog, keep) disposition mean?
what is the meaning of notcat 2?
Can we move alphanumeric incentive to the numeric field?
Can you define notcat 2?
Have you caused any huge mistakes for the bank?
name the vsam file in which the deletion is not possible.
Is there any other debugging tool for expeditor?
Total no of bytes in the following 01 rec-1 02 first-group 03 a1 pic x(4). 03 a2 pic 99. 02 second-group redefines first-group. 03 A3 pic999. 03 A4 pic 999. 02 third-group. 03 A5 occurs 5 times pic 99. A)22 B)16 C)12 D)10