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
Where & How Do You Code Identifier In Jcl?
What are hierarchy levels in jcl?
what are the statements that are not valid to be included in an include statement?
What do you understand by jcl?
Why include statement is used in a jcl?
what happens in conversion stage in job processing?
how do you access an uncataloged dataset in a jcl?
How jcl work to handle various input output file operations?
How can values be passed from the job stream to an executable program?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How is a type of file defined in the jcl that executes the cobol program?
Is it possible to left uncode disp?
Can we call instream to catalog and catalog to instream?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file