can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there
Answer Posted / jithin
Changeman is version control utility of HOUSEHOLD which manages and automates the process of implementing applications/systems software from a development environment to the production environment. Changeman uses the strategy of packages which will include all the information which has to be move into the production environment. Change man does this job by managing movement of change package information in five distinct environments
File-Aid is a family of mainframe data management tools from Compuware. It lets programmers interactively manipulate databases as well as readily develop test data for new applications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between comp and comp-3?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the different rules of SORT operation?
What is redefines clause in COBOL?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Write down the divisions of cobol program?
How many sections are there in data division in COBOL?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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 u code after getting data?
What the difference is between continue and next sentence?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?