IBM AS400 AllOther (736) Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
1204Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
1172How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
1057When 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?
1003Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
9821. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
997If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
1 2446
what is the rpg system?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
can you display a empty subfile?
how can I tell when to replace the array?
What is the maximum number of subfiles that can be specified in a display file?
which cl command can be used at program execution to redirect the file named in an rpg program?
How Many Specs Are There In Rpg & Which Are They?
what are the three line types in rlu ?
the maximum number of subfiles that can defined in a rpg program for one display file is ___ .
How can we arrange duplicate records in a file?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
What is the syntax of redefine?
what does the ovrdbf command do?
How to read a pf in reverse(from last record to first) using cl?