Explain about ISPFTTRC
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 |
Must tape dataset definitions include vol=ser specifications?
What does a disposition of (NEW,CATLG,DELETE) mean?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
What is the syntax of JCL statement?
What is the format of comment statement?
In sms datasets, what is the function of the dd avgrec keyword?
i want to avoid the positional parameter how to code it ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
In DCB, what is LRECL,BLKSIZE,DSORG
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Explain how can a stopped job be started again?