IBM AS400 AllOther (736) I had ruestion in one of the interview..... If 1 file has more than 1 member and i want to use the 2nd member in the RPG pgm (in RPG400),how can I use this.... I know the possible answers i.e. useing API 'QCMDEXE' or Before calling the pgm I can use OVRDBF for that member... but I dont' want to use both the tips in above scenarion. Does any body tell me how can i use this ....?
13 21861One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
4 9213What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
2 5433Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
2 9387what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
2 24011Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
2 8817i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
IBM,
11 21378how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible
ocbc,
4 10064
what is term cua , saa?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
what are the important factors in error message subfile ?
give three main purposes of file specification ?
what is the maximum number of files allowed in rpg?
how will you find a string using pdm?
What is the Difference between command attention key and command function key ?
what is a program described file in rpg?
how can I tell when to replace the array?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
what is *inzsr used for?
what does opcode post do ?
what does dfu program you to do on a record?
what is the purpose of indicators in rpg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds