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
Difference between array and sub-script ?
What is the utilization of copybook in cobol?
Name the sections present in data division.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are the different open modes available in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How are the next sentence and continue different from each other?
IF I mention stop run in CICS what happens?
How many sections are there in data division in COBOL?
Give some examples of command terminators?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is report-item in COBOL?
how do you reference the esds vsam file formats from cobol programs