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
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can values be passed from the job stream to an executable program?
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 job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can the attributes of one sms dataset be copied to another dataset?
Is there any command to check wether the ps file is in sorted order?
Is automatic restart possible in jcl? If yes, how?
Explain how can the submitting users racf authority be overridden in a job stream?
Name the statement which can be used to send data to another mvs jes3 node?
Can I share my data with other jobs? How?
Explain how can return codes be tested before execution of a job step?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How dummy is used in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?