how can send report to user through cl program in as400



how can send report to user through cl program in as400..

Answer / raj

First convert a spool file to database file using CPYF,then
create a TXT file using CPYTOIMPF , then use SNDNETF and
specify users email address (which should be mentioned in
Distribution List)...
After this user will be able to receive report in Text file.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More IBM AS400 AllOther Interview Questions

How to read 2 positions at a time in a data area? I have created a data area of length and i have to read the values of the data area like 91-92,93-94 at a time up till 100

3 Answers  


WHAT IS DECIMAL DATA ERROR IN RPG IV...WHEN WILL IT HAPPENS?

6 Answers   CTS,


List and explain the different type of data structures?

1 Answers  


How many Printer Files can Declare in a CL Program?

4 Answers  


what is arrival sequence?

2 Answers   IBM,


how do u compile rpgle program?

1 Answers   IBM,


What is a Join Logical File, Can it be used for Update ?

1 Answers  


How can we find from which source the program has been compiled for a given RPGLE program object?

5 Answers  


What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error

5 Answers  


what is the difference between packed decimal and zoned decimal?

2 Answers   IBM,


Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?

3 Answers   CTS,


how do you pass parameters in cl?

2 Answers   IBM,


Categories