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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain dd statement in jcl?

654


is there any way to execute more than one proc in the same exec statement at the same time..?

2118


what is the JCL statement consists of?

710


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

739


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676






Is acct parameter mandatory?

769


In job processing, what happens in conversion stage?

753


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

863


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1960


How to pass data to a program that is coded in an exec statement?

845


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

657


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2084


Differentiate between addressing mode and run mode.

622


Explain in DD statement what is the use of DCB parameter?

668


What is condition checking in jcl? Is this possible?

639