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
How can return codes be tested before execution of a job step?
How to run cobol program using jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to override loadlib?
Name what parameter directs the output of the job log dataset?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What are steplib and joblib?
what is the resolution for sb37 error
Is condition checking possible in jcl?
what is “Cond= even” and “Cond=only”?
What are the 4 fields in dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of dd disp parameter?