can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there



can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe ..

Answer / 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

More COBOL Interview Questions

If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


What is the Purpose of Pointer in the string?

0 Answers  


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


without performing any operations on a file how can i know whether it contains data or not

2 Answers  






what is SYNCHRONIZATION?

3 Answers   Syntel,


When is inspect verb is used in cobol?

0 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  


01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?

1 Answers   CGI,


01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


Categories