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 |
How many extents are possible for a sequential file ? For a VSAM file ?
How to copy VSAM files without using REPRO
What is the function of dd name parameter with a 2 part structure; audit.report?
Where can program checkpoints be stored for use in a restart?
what is full form of AIX
which statement is used to end the in-stream procedure in a jcl?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
what do you mean by include statement in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
How many instream we can write in single jcl?
Is it possible to define dd statements as you want?