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
How does jcl act on a cobol code?
How do you overcome this limitation ?
What are the rules employed while naming the steps in a job?
What parameter directs the output of the job log dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what sort card you will use to copy the data from one dataset to another dataset?
Which statement is used to identify the private libraries in job?
How does jcl act on code(if you take a cobol program)?
what is use of space parameter in dd statement?
Explain how can a jobs execution priority be modified?
What is the difference between the positional and keyword parameters? Give examples.
what is the use of JCL?
In sms datasets, what is the function of the dd avgrec keyword?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Is automatic restart possible in jcl? If yes, how?