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 |
can we use cl programming to update or delete physical files
difference between 1:%found and %equal built function in detail with example .
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is the necessary command needed before OPNQRYF and why?
how to display all the members records in a physical file without using ovrdbf?
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
Can a indexed file be accessed in arrival sequence in RPG?
A rpg or clp command to find if the file field is defined as a character or numeric field.
two types of read performed in dataqueue?????
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Can more than one subfile record be displayed on one line?