IIN APITUDE THEY GAVE ONLY 10 QUESTIONS..
THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME &
DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER
?
9 25
4 36
81 64 49
AND surveillance SPELLINGS E.T.C
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between addressing mode and run mode.
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
Mention the types of job control statements?
what is the difference between JES3 and JES2?
How to execute step2,step1, step3 if step1,2,3 are in order
Why include statement is used in a jcl?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
a dd statement has 2 types of parameters. Name them?
Define concatenating?
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.