Hi guys.
Im in AS/400(RPGLE,CLP) from last 1 year.Now i wan to
upgrade my Knowledge in AS/400.
Suggest me some new fields & courses which falls under
AS/400.
Waiting for your quick Response.
Answer Posted / sivaprasad
try to do mainframes or data stage(parallel),
those r may be some relevant process
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is program status data structure?
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.
Explain mdt?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
What is the purpose of record level identifier?
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 ment by record level identifier?
how can you display specific subfile page on the screen in unequal subfile?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is the procedure and explain about real time scenario.
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
how do you use commitment control in rpg?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg