Answer Posted / dimpy19
1. You can use the ISPFTTRC command to trace both the execution of file tailoring service calls
(FTOPEN, FTINCL, FTCLOSE, and FTERASE)
2. The ISPFTTRC command traces the processing of file tailoring services that are invoked from
any screen within the current ISPF session.
3. You can trace both the execution of file tailoring service calls (FTOPEN, FTINCL, FTCLOSE, and FTERASE)
and the processing that occurs within the file tailoring code and processing of each statement.
4. The output from the trace is written to a dynamically allocated VB (variable blocked) data set that has a record length of 255.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is DSN parameter and DISP parameter is used for?
Is automatic restart possible in jcl?
Explain the function of //cntl statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to override loadlib?
what happens in conversion stage in job processing?
What do you understand by the term job time – out and how can you overcome that?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dcb parameter in dd statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the use of disp parameter?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of the dd dcb keyword?