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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is condition checking possible in jcl? If yes, how?

738


What is the function of job statement in jcl?

638


What is the purpose of dd?

728


what is use of space parameter in dd statement?

758


What is jcl in mainframe, and how many types of jcl statements are there for a job?

633






Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2223


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7091


Define concatenating?

669


How can unused space allocation be returned to the system when a dataset is closed?

812


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1041


Explain the job statement in jcl?

653


a dd statement has 2 types of parameters. Name them?

653


How to run cobol program using jcl?

656


Explain the function of dd name parameter with a 2 part structure; audit.report?

905


what is SOC4 error?

740