Explain about File Tailoring
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 |
What are some jcl statements that are not allowed in procedures?
How do you create a temporary dataset?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
mainframe questions like basic&depth
What is a JCL Command statement ?
In how ways you can pass the data from Jcl to cobol ?
what is the alternative to model parameter?
Explain the purpose of dd * statement in jcl?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to copy VSAM files without using REPRO
Is there any command to check wether the ps file is in sorted order?
How do you submit a JCL under CICS environment ?