how to crack cts interview apps?
NOVEMBER 21 2010
Answers were Sorted based on User's Feedback
Answer / sharathyadhav
just read the following books and chapters u will surely
get thru
RS AGARWAL VERBAL AND NON RESONING
CHAPTERS:
LOGIC-PAGES(SECTION2>LOGIC>1-42):SYGOLISM(ALL DOGS ARE
ANIMALS,ALL FISH ARE ANIMALS,JUST GO THRU THE CONCEPT USING
VENN DIAGRAM WITH THIS U WILL BE ABLE TO ATTEND 2 TO 3
QUESTIONS
DECODING TECHNIQUE JUST HAVE A GLANCE OF ALL SUMS HOW THEY
PERFORM
DIRECTIONS
COMMON ENGLISH TEST WHETHER THE LINE IS CORRECT OR INCORRECT
2 BIG PARAGRAPH ALWAYS MAKE SURE U DO THIS AT LAST OR U
WILL WASTE TIME
TIPS:READ THE QUESTIONS AND HAVE IT I MIND THEN READ THE
PARA SO U WILL MAKE IT CORRECT
TRY TO READ AGE SUMS AND RACE AND AVERAGE
THEN COMMON ONE "FIND THE NEXT FIG"
WITH THIS IF U ARE SURE THEN U ARE IN FOR APPS FOR CTS
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / suresh
only maintain good time maintainance
see the previous exam papers of cts they will be very useful
to u.
then u will get clear idea
| Is This Answer Correct ? | 10 Yes | 2 No |
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
Explain how you can characterize tables in cobol?
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what is internal sort and external sort ? which is preferable ?
diffrence between renames and redifnes with examples
how can u pass the values into db2 values from cobol ?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
s9(18) comp-3:: What is the size of memory it takes internally?
Why would you use find and get rather than to obtain?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?