can anybody post me about file-aid and changemen tools pls and
give me reference if any mainframe guys are there
Answer / Tufan Singh
File-AID is a popular COBOL data manipulation tool used for managing large volumes of COBOL files. CHANGE-MAN is another tool used to manage changes in COBOL programs on the IBM z/OS platform. Here's a link to File-AID's documentation: <https://www.bcugroup.com/products/fileaid/>, and here's a link to CHANGE-MAN's documentation: <https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.2.0/com.ibm.zos.v1r3.bndl.doc/rzgscd00/rzgscd010.htm>
| Is This Answer Correct ? | 0 Yes | 0 No |
1.Can we define condition-name conditions in FD entry.
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
What are subroutines ? and how do we pass data to the sub routines?
What is the difference between comp and comp-3 usage?
can we use 77 level no for Redefines?if we use give an example?
What are the different types of condition in cobol and write their forms.
what is the default print format? in cobol
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
db2 variable decimal(15,2) what is the equalent size of cobol variable
How you can delete a record from a ps file in cobol?
If I want to increase the Limit in GDG. What should I do?