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 |
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
RPG/400 faqs?
Can we have a Physical file without any member ? Please let me know
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Why did we give STRSRVJOB while debugging batch program
What are the commands that can be executed in CLP but not in RPG? Why?
How can a screen field that has changed since the last output operation be detected?
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
Can a indexed file be accessed in arrival sequence in RPG?