How can we override a file during runtime in RPG? Without
using OVRDBF or calling a CL program
what is the difference between SETON RT & RETURN?
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...?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
1) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
How can read PF in reverse order (end to start) in CL pgm..
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What is the RPG cycle?
IN RLU what are the record level keyword is used?
If 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)?
what is the difference between do while and do until?