How to call one program from another program in RPG? please help me with the code
No Answer is Posted For this Question
Be the First to Post Answer
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
parameters cannot be passed in which one??
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
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.
What is the difference Return and InLr?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?