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 21043One 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 8899What 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 5218Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
2 9169what 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 23777Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
2 8594i 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 20537how 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 9760
how will you search an array?
What is the use of member in pf?
which cl command can be used at program execution to redirect the file named in an rpg program?
when should I use method get, and when should I use method post in my cgis?
maximum number of subfiles that can be active for a single file is?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
describe the difference between the dowxx and douxx operations?
what is the function of crtdupobj command?
define the purpose of the leave operation?
how can you detect overflow for a print program that prints multiple lines per cycle?
What is difference between bind by copy and bind by reference?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
How can we read file using curser? how to define a curser?