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 to code instream data in procedure?
What is DATACOM db?
Hi, can any one tell about " How do u eliminate the duplicates "
is there any way to execute more than one proc in the same exec statement at the same time..?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
there are 10 steps in jcl how to execute the steps from step2 to step8 only
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How is a GDG base created?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to execute only th 15th step of JCL consisting of 50 steps?