what is the purpose of DMPCLPGM IN CL?

Answers were Sorted based on User's Feedback



what is the purpose of DMPCLPGM IN CL?..

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

what is the purpose of DMPCLPGM IN CL?..

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

what is the purpose of DMPCLPGM IN CL?..

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

Post New Answer

More IBM AS400 AllOther Interview Questions

What is Job description?

1 Answers  


How to retrieve data from data area?

1 Answers  


Can level check error occur if we do chgpf?

1 Answers  


What is program status data structure(psds) in as400?

1 Answers  


Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?

2 Answers  


what are the different types of data areas?

2 Answers   IBM,


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?

13 Answers  


Difference between NOPASS & OMIT?

1 Answers  


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?

2 Answers   IBM,


What Does 'sr' In Columns 7-8 Of C Specs Mean?

2 Answers   IBM,


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..

2 Answers   ISE,


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)

1 Answers   TCS,


Categories