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 |
Max generations in GDG??
what is the compile process of cobol program expalin with code
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
is there any utility for restarting a particular step in jcl reply soon ?
what happens if job falls in loop ? how to resolve it ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
Define concatenating?
Can we use empty VSAM as input?
how to resolve soc-7 ? please tell me
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Is acct parameter mandatory?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.