How 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
No Answer is Posted For this Question
Be the First to Post Answer
1.Suppose my file has 10 fields and I want to make the 2nd field Zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation? 2. Assume my file has 100 records and I want to see only first 10 records. Is this possible through LF? 3.I have 3 jobs A B and C. I want to submit B after successful completion of A and want to submit C after successful completion of B. Without using job scheduler or job queue, how can i do that through CL program? 4.What is difference between Bind by copy and bind by reference?
what is the difference between SETON RT & RETURN?
in which journalling which attributes are necessary??/
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
do you use message subfiles? What are the necessary keywords required coding a message subfile?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
How can you delete records form a file in rpg without using "Delete" OPCODE?
suppose if we want to update the data in cl what we will do?
How many program bind in one module....