WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl
(as/400)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / priya arumugam
Message file: QTCPMSG contains all TCP related MON message Ids
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / david lex
For ALL native IBM CL commands:
Enter the command, then press F1 for help on that command.
Within the help text any possible errors are listed.
| Is This Answer Correct ? | 0 Yes | 0 No |
what do you mean by an input subfile, what are the keywords required?
What is difference between bind by copy and bind by reference?
How to search particular records from the database file in rpg?
What is the difference between RPG/400 and RPG4
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
how do I declare a minor?
how to display all the members records in a physical file without using ovrdbf?
How many program bind in one module....
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
what is the difference between SETON RT & RETURN?
Difference between RESET and CLEAR
How do I read records from Subfile? what is the purpose of READC explain with example?