can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there
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 |
how many bytes does s9(7)COMP-3 field occupies?
what is the difference b/w level no.01 & level no.77?
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?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is an in-line perform ?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
what are decleratives in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
can anyone explain me the concept of COMP-4 PLEASE??
How may divisions are there in JCL-COBOL?