ESCAPE message sent by child program can be handled by
parent program using which keyword?

Answers were Sorted based on User's Feedback



ESCAPE message sent by child program can be handled by parent program using which keyword?..

Answer / kuldeep sharma

After the call of Child program put a MONMSG for CPF9999.

NOTE:

You need to capture CPF9999 in the parent program not
CPF0000.

Is This Answer Correct ?    4 Yes 1 No

ESCAPE message sent by child program can be handled by parent program using which keyword?..

Answer / rashmimalpani

I guess SNDPGMMSG and then the error. I m not sure about
the answer

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More RPG400 Interview Questions

What is the OPEN and CLOSE accesspath?

3 Answers   CTS,


please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?

4 Answers   HCL,


Why did we give STRSRVJOB while debugging batch program

3 Answers   HBL Power Systems,


As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?

1 Answers  


how can you display specific subfile page on the screen in unequal subfile?

0 Answers   IBM,






ESCAPE message sent by child program can be handled by parent program using which keyword?

2 Answers  


How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program

1 Answers   UST,


What is a record lock error?

0 Answers   Wipro,


If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

0 Answers  


how do u track msg in cl pgm???

1 Answers   CTS,


we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?

4 Answers   Virtusa,


Categories