System Testing for Mainframe Developers
What is System Testing?
integration testing ? what's the procedure ..
No Answer is Posted For this Question
Be the First to Post Answer
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.
how do you reference the esds vsam file formats from cobol programs
What is normalisation?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
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.
Explain Restart Logic in Cobol?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
What are the different types of condition in cobol and write their forms.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
wht is load module and object module ?