Question { 5527 }
Hi friends,
Can you give the solution for the below mention simple
code.and explain.what is output
D CHR1 S 4A INZ('PEN')
D CHR2 S 10A INZ('MYGET')
D CHR3 S 8A INZ('GOOD')
D CHR4 S 22A INZ
C MOVEL CHR1 CHR4
C MOVE CHR2 CHR4
C EVAL CHR4=CHR3
C MOVE CHR1 CHR4
Answer
Is This Answer Correct ? | 13 Yes | 0 No |
Question { 10917 }
i)What is the command to lock a file in a program
ii)2. Can you get a level check error in a CL program
Answer
Is This Answer Correct ? | 15 Yes | 1 No |