WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl
(as/400)?
Answer Posted / syam
EX: STRTCPFTP RMTSYS(*INTNETADR) INTNETADR('1.2.3.4')
No MONMSG for ERROR
MONMSG(CPF0000) for OK
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Explain mdt?
how do I declare a table or array in rpg iv?
what is program status data structure?
How can we override a file during runtime in rpg?
what was the robotech rpg?
what is the difference between do while and do until?
how can I tell when to replace the array?
What is the difference between iter and do?
What is file identifier where we can use?
what is an online rpg?
How would display prime numbers using CL program?
what is the necessary keyword needed to scroll subfile records?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to call one program from another program in RPG? please help me with the code