what is the purpose of DMPCLPGM IN CL?
Answers were Sorted based on User's Feedback
Answer / shobhit
The Dump CL Program (DMPCLPGM) command dumps variables
(used in the CL program in which the command is pocessed)
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / parikshit
As per my understanding, its just like dump cmd used in
RPGLE. you can able to see variable values used in CL pgm.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
writing an sql statement from selecting records from two files using single statement and nested select statement.
what is match field indicator?
Logic cycle
define a output queue?
what is term cua , saa?
What is the difference between non-join logical files and join logical files?
what is the purpose of overrides?
how many files, printer files you can describe in a rpg?
i have two pfs it contains "Status" fields in the same name "status in both the pf's...But i used the same name in display file...when i enter a status thru disp file it willbe added to pf1...so i want to rename "Staus " field in pf2 through program...............wat will do..give coding?
what are the important factors in error message subfile ?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
what is library?