Hi guys, anybody know How RPG/400 code can be converted to RPG
IV code with a single command?
1.The questions have given an array declaration and move operation then this statement is correct or not?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
How Chain operation copies the record's data to the input buffer for the program?
Write a program to display prime numbers between 1 to 100 using RPGLE.
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?
what is mean by *MAP and *DROP?what commands use these two keywords?why are they used?
difference betwen keywords and opcodes
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
can we perform CHAIN operation on Subfile record format....?
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?