what is qcmdexc?
Answer / sophia
It is an API used in RPG programs to execute CL commands. We need to pass the command string along with the length of command string.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the maximum number of subfiles that can specified in a display file ?
How to reverse a string using RPG?
What is the difference between regular logical file and join logical file?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
In which specification can a report layout be defined ?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
what is the command to know key fields of file?
what are all the contents of subfile?
pf named karthik 3members jan feb mar cmd must executed create mbr ar ap
Write a CL program which will run a batch job at 1 am every night
How to inner join more than 2 PFs in a CL program using OPNQRYF command?