What would be the effect on the field where reverse image, underline and high intensity?
IBM,
7 16161How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
2 20672If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
1 68081.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
5 96721.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
HCL,
1 3488
what is the difference between do while and do until?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
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.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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.
what is data area and how it is used in rpg program ?
what was the robotech rpg?
How many program bind in one module....
What is the purpose of record level identifier?
what is *place and *auto keyword in prtf ?plz explain
how can I tell when to replace the array?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to handle duplicate error handling in RPG?
How can we know running job is batch or interactive?