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 |
What are different ways to pass data between programs and which one is the efficient way?
wat is meant by hidden field , why it is used?
can I touch the array during treatments?
why subproc not run in dftactgrp?????/plz explain
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
WHAT IS MENT BY RECORD LEVEL IDENTIFIER ? WHAT IS THE PURPOSE OF THIS?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
how to run only 10 modules of existing N modules in service program in RPGILE ?
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
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?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program