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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2209


What is difference between bind by copy and bind by reference?

1741


1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

5441


what do you mean by an input subfile, what are the keywords required?

787


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?

630






Interviewer asked me write down DDS for load all subfile .can anybody write dds

1028


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

762


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2060


How to write record if no field or the field are different in physical file in rpgle ?

498


what is data area and how it is used in rpg program ?

764


how does the rpg element work?

728


how do I preserve and clean the array?

683


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2528


how do you use commitment control in rpg?

768


How would display prime numbers using CL program?

5697