what happens when sflsiz = sflpag? What are the advantages and disadvantages?
No Answer is Posted For this Question
Be the First to Post Answer
how can I tell when to replace the array?
what are the types of identifers
steps for debugging two rpg programs????
explain sflclr, sflend, sfldlt, and sflcsrrrn?
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
How to index LF by relative record no (RRN)
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
what is the use of sflnxtchg?
What are the commands that can be executed in CLP but not in RPG? Why?
How Commitment and Roll back control is used in as400, explain with real time senario ???
How to add 2 new fields in a file? How many ways are there in as400?
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?