why do we use file-aid wht r the adv of using file-aid thn in ispf
Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of //jcllib statement?
how can you check if a file is empty using jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
List the different components of jcl statement?
How can the submitting users racf authority be overridden in a job stream?
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 ?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the syntax of JCL statement?
How is a type of file defined in the jcl that executes the cobol program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How can values be passed from the job stream to an executable program?
what is DSN in JCL and what are the parameters to declare the DSN?
What are the rules employed while naming the steps in a job?
Where & How Do You Code Identifier In Jcl?