Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Setps to create .csv file on IFS folder in AS/400(
V4R3)....?

Answers were Sorted based on User's Feedback



Setps to create .csv file on IFS folder in AS/400( V4R3)....?..

Answer / justin lopes

Use the command as follows on Physical file

CPYTOIMPF FROMFILE(LIBRARY/FILENAME) TOSTMF('/QDLS/TEMP/TEST.CSV') +
MBROPT(*REPLACE) FROMCCSID(37) +
STMFCCSID(*PCASCII) RCDDLM(*CRLF) FLDDLM(',')

Is This Answer Correct ?    2 Yes 0 No

Setps to create .csv file on IFS folder in AS/400( V4R3)....?..

Answer / samul

Reshma,

Thanks for info.

Can u plz eloberate this wiht exapmle ,it will be helpful
for me.

Thanks ,
Samul

Is This Answer Correct ?    0 Yes 1 No

Setps to create .csv file on IFS folder in AS/400( V4R3)....?..

Answer / reshma

Hello
To create a .csv file

u need to use command cpytoimpf on the file.

If u want it copy to a folder then
CPYTOPCD with .CSV extension

Thanks
Reshma

Is This Answer Correct ?    0 Yes 8 No

Post New Answer

More RPG400 Interview Questions

What is the purpose of Panel Groups?

4 Answers  


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.

0 Answers  


Can we have a Physical file without any member ? Please let me know

12 Answers  


list down and describe the sub systems vailable

5 Answers   IBM,


What is the RPG cycle?

3 Answers   CSC,


Anybody know the difference of primary file and full procedural file

4 Answers  


What is the difference between inner join @ outer join

4 Answers  


How to declare the pull button in AS/400..

0 Answers  


1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

2 Answers  


How can we call CL program to RPG? How many number of parameter we can pass

2 Answers   TCS,


how to retrieve RRN value in RPGLE program

3 Answers  


Categories