what is the purpose of DMPCLPGM IN CL?
Answer Posted / arun
according to me
DUMP IN RPG PROG
DUMP IS AN OP CODE WHICH IS USED IN TIME WHEN OUR PROG IS
EXC AND DEBUG CHECKING ALSO COMP. BUT WE FACE ERROR/BUG
THEN IT SHOWS ERROR TO CONTINUE THE WRK WITHOUT ANY
INTERRUPTION WE USE DUMP IN RPG IN THE SAME WAY DMPCLPGM IS
USED I THINK
IF IS WORRONG MEANS PLZ SAY
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
can we define multi-dimensional arrays in rpg ?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
define what a data queue is along with a brief example of what it may be used for?
maximum number of subfiles that can be active for a single file is?
how to define to define a hidden filed in dspf ?
What is the difference between crtdupobj and copyf?
what is the function of rlu ?
how to write code for singlepage in sqlrpgle with update ?
The content of Physical file is as below: hfcftp wruquief SENDPASV 0 CDUP ASCII GET 01100901.CSV ramndk/ECP505.EC0110090 (REPLACE QUIT Thw above commands will get executed when we call STRTCPFTP from CL program.... Now if I want to use SFTP what can be the solution? plz reply in detail....Thank you for ny help... I m using RPG/ILERPG to download...
How to convert a spool file to PDF file in AS400?
which type of object is used in db2/400?
which are control break logic indicators?
what opcode could be used to test an alphanumeric field for all numeric values?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
name few ibm supplied libraries?