Answer Posted / dimpy19
1.File-tailoring services read skeleton files and write tailored output that can be
used to drive other functions.
2.Frequently, file tailoring is used to generate job files for batch execution.
FTOPEN - Prepares the file-tailoring process and specifies whether
the temporary file is to be used for output
FTINCL - Specifies the skeleton to be used and starts the tailoring process
FTCLOSE - Ends the file-tailoring process
FTERASE - Erases an output file created by file tailoring
he file name of the temporary file is available in system variable ZTEMPF.
In MVS�, ZTEMPF contains a data set name.
The ddname of the temporary file is available in system variable ZTEMPN.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of dd name parameter with a 2 part structure; audit.report?
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.
what happens in conversion stage in job processing?
Explain the function of the dd dcb keyword?
Suppose I have five jobs to do. But I want to hold one?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the use of symbol // in jcl?
what is the resolution for sb37 error
how do you code a null statement?
Describe the various parameters utilized in the creation of a gdg?
what JCL Procedures?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Can an individual step be restricted from using all the jobs allowed cpu time?