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 |
what would be the effect on the field where reverse image, underline and highlight display attributes were active?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
what does vldcmdkey means?
can we creat a member logical file
what is default data type for the fields(sub fields) defined in data structures in rpg?
how to change job priority when it is running in sub system ?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
how can you detect overflow for a print program that prints multiple lines per cycle?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
what is the function of crtdupobj command?
which indicator is used for read?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?