Copy multiple files into one DB2 file
How do you copy multiple stream files into one DB2 file using wildcard (*) at the cpyfrmstmf command?
CPYFRMSTMF FROMSTMF('/usr/sap/bgt/edilink/snd/orde/orde*+ TOMBR('/qsys.lib/sap.lib/edibgt.file/edibgt+ .mbr') MBROPT(*REPLACE)
You can't - CPYFRMSTMF does not allow patterns (wildcard characters) to be specified. If you're trying to take multiple stream files to one database file you have to issue the command multiple times, using MBROPT(*ADD).
==================================
MORE INFORMATION ON THIS TOPIC
==================================
Search400.com's targeted search engine: Get relevant information on DB2/400.
The Best Web Links: tips, tutorials and more.
Check out this Search400.com Featured Topic: Database issues resolved
Dig Deeper on DB2 UDB (universal databases)
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our AS/400 experts
View all AS/400 questions and answers
Start the conversation
0 comments