Answer Posted / bipul kunal
A Program status DS can defined to make program exception/error information available to an RPG program.
DS is defined as program status DS by an S in position 18 of the DS statement.
*STATUS contains status code.
*ROUTINE : contains name of routine in which the exception/error occurred
*PARMS : contains the number parameters passed to this program from the calling program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
is this a rpg channel?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
how does the rpg element work?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How to call one program from another program in RPG? please help me with the code
How would display prime numbers using CL program?
how can you display specific subfile page on the screen in unequal subfile?
What is difference between bind by copy and bind by reference?
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...?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
do you use message subfiles? What are the necessary keywords required coding a message subfile?
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.
how can I tell when to replace the array?
How can we override a file during runtime in rpg?
What are the types of identifiers?