which MONMSG will give higher priority in CL program?
I know MONMSG are of two types. Program Level Monmsg and
Command Monmsg?
Answer / pk
Command level MONMSG takes priority over the global MONMSG.
| Is This Answer Correct ? | 22 Yes | 0 No |
How to sort an array in descending in RPG
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
what is file information data structure?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
A rpg or clp command to find if the file field is defined as a character or numeric field.
what is the necessary keyword needed to scroll subfile records?
What is difference between bind by copy and bind by reference?
How do you know if a record exists without doing a READ and CHAIN?
What would be the result on writing a data record to a PF file using the "WRITE" opcode after the SETON *ON *INLR statment?
Can a indexed file be accessed in arrival sequence in RPG?
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?