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



why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

why do we use file-aid wht r the adv of using file-aid thn in ispf..

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

Post New Answer

More JCL Interview Questions

What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE

8 Answers   IBM,


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,






//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


how to modify the copy book?explain with examples

2 Answers   TCS,


Which statement is used to identify the private libraries in job?

0 Answers  


For what purpose steplib and joblib are used ?

0 Answers  


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

0 Answers  


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


Categories