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 the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what are the types of identifers
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
how do I do concatenation in rpg iv, like I do in cl?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
i want to retrieve record b/w 2 dates in as400
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
What is the purpose of record level identifier?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
How to create a key field for a logical file inside RPG?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?