Did anybody attend the walkin of TCS on 31st July in
Gurgaon for any technology,If u have completed 3 round i.e
till the HR round,have u received the Offer letter yet?
Please let me know.Thanks.
Answer Posted / curiousme
Hey , I am going for TCS mainframe interview this week...
Can you provide an overview of the kind of questions being
asked this time..?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Mention the guidelines to write a structured cobol program?
What type of SDLC u followed? Why?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
In COBOL programming, what is PERFORM? What is VARYING?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how do you reference the ksds vsam file formats from cobol programs
What is rmode(any) ?
How do we get current date from system with century in COBOL?
Write some characteristics of cobol as means of business language.
How to remove 2 duplicate records and copy only one using job control language?