what is program status data structure?
Answer / 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 |
steps for debugging two rpg programs????
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
what is program status data structure?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
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...?
difference betwen keywords and opcodes
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
parameters cannot be passed in which one??