how to crack cts interview apps?
NOVEMBER 21 2010
Answer Posted / 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 |
Post New Answer View All Answers
What are 77 levels used for?
) How do u handle errors in BMS macro?
Explain about different table spaces.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the printer file formats from cobol programs
how to refer the data field?
) how do u code after getting data?
How do you reference the fixed block file formats from cobol programs
What is rmode(24)
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How you can read the file from bottom?
What is the difference between PIC 9.99 and 9v99 in COBOL?
When is inspect verb is used in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.