why do we use file-aid wht r the adv of using file-aid thn in ispf
Answer Posted / 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 |
Post New Answer View All Answers
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of //jcllib statement?
In job processing, what happens in execution stage?
what is use of dsn parameter in dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
For what purpose steplib and joblib are used ?
what is JCL?
What are steplib and joblib?
What are the 2 types of parameters in dd statement?
Differentiate between addressing mode and run mode.
When space is allocated for an output dataset, what units can be used?
Suppose I have five jobs to do. But I want to hold one?
how JCL works?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?