ESCAPE message sent by child program can be handled by
parent program using which keyword?
Answers were Sorted based on User's Feedback
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 |
I guess SNDPGMMSG and then the error. I m not sure about
the answer
| Is This Answer Correct ? | 0 Yes | 2 No |
What will happen if we r using seton lr after return or vice versa.
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
How to print output from openquery in as400 ?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
how do u find whether a record is locked or not??/
Interviewer asked me write down DDS for load all subfile .can anybody write dds
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
Difference between RESET and CLEAR
Can we found a record existance in a file w/o reading the file?
6 Answers Traitsys Technologies,
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'