what if any ,is the syntax error in the following piece of code
01 B PIC A(7)
02 C PIC 9(4)
........
IF(B NUMERIC)
ADD 10 TO C
a.the condition in the if statement is wrong
b.noting is wrong
c.because C is initialised.ADD 10 TO C is wrong
d.both B and C shoud have same size.
"B (ALPHABETIC)" did not have a valid type for the specified class condition. T
nformational Warning Error Severe Terminating
WORKING-STORAGE SECTION.
01 B PIC A(7) VALUE '1'.
01 C PIC 9(4) VALUE 2.
PROCEDURE DIVISION.
IF(B NUMERIC)
ADD 10 TO C.
STOP RUN.
| Is This Answer Correct ? | 4 Yes | 0 No |
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
what will be the error code if duplicate key of VSAM file is found?
what is the use of temporary files?
Is Default for MSGCLASS = (1,1) ?
Can I share my data with other jobs? How?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the purpose of dd * statement in jcl?
i have a string of 80 chars i want to replace 4th char with "a"?
whats SOC7?
What is a GDG
Can we create VSAM file by using IEBGENER?
what is alternate index?