why do we use file-aid wht r the adv of using file-aid thn in ispf
Answers were Sorted based on User's Feedback
Answer / laxmikanth
fileaid is a tool .using fileaid we can create data
set ,sort,compare two files etc........
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / srinivasa yadav
FILE AID IS A NAVIGATION TOOL.
WHICH IS USED
1)TO BROWSE THE DATA.
2)TO EDIT THE DATA.
3)TO COUNT THE NUMBER OF RECORDS.
4)TO CREATE GDG BASE.
5)TO COPY ONE PDS TO OTHER PDS.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / amarnath reddy
File-aid is using browse or edit files structure with
specific layouts, see comp-3 data items etc.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vimal
1)TO BROWSE THE DATA.
2)TO EDIT THE DATA.
3)TO COUNT THE NUMBER OF RECORDS.
4)TO CREATE GDG BASE.
5)TO COPY ONE PDS TO OTHER PDS WITH ANY NUMBER OF RECORDS(IN
ISPF WE CAN COPY ONLY LIMITED DATAS)
6)TO FIND THE DATAS USING ANY OF THE WORDS PRESENT IN THE
MEMBER.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / murali
1)TO BROWSE THE DATA.
2)TO EDIT THE DATA.
3)TO COUNT THE NUMBER OF RECORDS.
4)TO CREATE GDG BASE.
5)TO COPY ONE PDS TO OTHER PDS WITH ANY NUMBER OF RECORDS(IN
ISPF WE CAN COPY ONLY LIMITED DATAS)
6)TO FIND THE DATAS USING ANY OF THE WORDS PRESENT IN THE
MEMBER.
7)To Compare the datasets also it is useful
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / muttaiah
The difference between file-aid & ISPF is
1. Comp-3, Comp variables can be displayed using File-aid
2. We can view data in a VSAM file, which is not possible
in ISPF
3. We can view data in GDG also..
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / divya
hi every one file aid is nothing but a data managing solution.it is used to test the data and will be very helpful to developers while developing a new functionality with out hunting for genuine data. used to add data to the base registers.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the function of dd name parameter with a 2 part structure; audit.report?
List in order the hierarchical levels of jcl?
What is STEPLIB, JOBLIB? What is it used for?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
What are the 2 types of parameters in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
What do you feel makes a good program?
Brief description of inline procedure of jcl.
Explain the purpose of dd dummy statement?
What is Cataloged Procedures?
Explain about Specifying compiler options in the PROCESS (CBL) statement
I have a PDS and want to omit few rows of all members of a PDS. How to do it?