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 |
What is Job description?
How to retrieve data from data area?
Can level check error occur if we do chgpf?
What is program status data structure(psds) in as400?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
what are the different types of data areas?
how to see all source files in a particular library? ex:xyz is a library name a,b,and c..... are source files how to see?
Difference between NOPASS & OMIT?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
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..
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)