how can you execute a command from within an rpg program without calling a clp program?
Answer / kanckan singh
By calling QCMDEXC application program interface we can execute a CL command with in an RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
when are the referential constraints executed?
What is the difference between Array and Table?
how can a message from a message file appear as a constant on the screen?
How do you grant authority?
Define the purpose of Factor 1 the Operation Code and *IN15 in following code HI LO EQ C *YMD Test(D) yymmddDate 15
What are all the compiler directive statements?
How can we find from which source the program has been compiled for a given RPGLE program object?
what is a composite key?
Apart from opening of a file do we have any other use of USROPN?
what is the disadvantage of using global variable?
Q1. How to use signature in service program and ILE.? Q2.what is use of signature and binder language and what is the relation between them?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?