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 is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
What is Multi Occurrence Data Structure(MODS)?
can anyone say,what is the use of operation extended H/N/P?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
Can we have a Physical file without any member ? Please let me know
how to change the length of the field in a physicalfile?
What is the purpose of PUTOVR keyword?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
what is post opcode do