If a=1 or 2 or 3 NEXT SENTENCE
ELSE move a to b.
a) if A not = 1 or 2 or 3 move A to B
b) if not A = 1 and 2 and 3 move A to B
c) if A Not = 1 and 2 and 3 move A to B
d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
Answer Posted / prasanna
The answer should be 'D'.
Hi Basavaraj,
FYI, AND operator is used in between the variables in
option c. But in the question it is OR operator and so
correct your answer. thanks
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain isolation level?
what is use of linkage section?
Explain paging concept in memory?
What is difference between static call and dynamic call?
What are the different types of PL/1 files?
Name all the file-open modes
What are the error (ONCODES) codes did you encounter in PL/1 programme?
Is the order of the when clause significant in an evaluate statement?
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
Is it possible to move the alphanumeric variables to a numeric variable?
HOW to change the coloumns in XREF?
What is the maximum value that can be stored in s9(8) comp?
Can I redefine an x(100) field with a field of x(200)?
File1 has 100 records and file2 has 200 records I want to copy 50 records which are in both file into file3?
What is inspect?