What is the purpose of 'CPYTOIMPF' command?
Answers were Sorted based on User's Feedback
Answer / vignesh c
The Copy To Import File (CPYTOIMPF) command copies an
externally described file to an import file. The term import
file is used to describe a file created for purposes of
copying data between heterogenous databases.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sasikumar
Used to copy or import data from Stream files to a PF/LF.
The stream files may be an excel,txt,......etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / bhupendra tomar
if u want to copy a EDF from otherwhere to your local
system in a PDF then we use this cmd
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / yogesh
CPYTOIMPF – Copy to import file
The Copy To Import File (CPYTOIMPF) command copies an
externally-described file to an import file. The term
import file is used to describe a file created for purposes
of copying data between heterogeneous databases. The
import file (TOSTMF or TOFILE parameter) will be called the
to-file for this command.
TOSTMF: - Specifies the output stream file to which data is
to be copied
A stream file is a randomly accessible sequence of bytes,
with no further structure imposed by the system. The
integrated file system provides support for storing and
operating on information in the form of stream files.
Documents that are stored in your server's folders are
stream files. Other examples of stream files are PC files
and the files in UNIX systems. An integrated file system
stream file is a system object that has an object type of
*STMF.
TOFILE:- Specifies the database file to receive the copied
records.
The to-file can be any of the following file
types:
o source physical
file.
o if the file is not a source file, the file can have
only one non-numeric
field.
o program-described physical
file.
o externally-described physical file with one non-numeric
field.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / megha
one more advantage is that we can convert spool file
to .csv file using this command
cpytostmf frommbr(db file) tostmf(/home/xx/megha.csv)
| Is This Answer Correct ? | 0 Yes | 1 No |
what is qcmdexc?
what are necessary keywords to code message subfile?
Difference Between Call & Sbmjob?
What is SFLSIZ ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
Can an indexed file be accessed in arrival seQuence in RPG program ?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
what is *iso date format?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?