How can we know running job is batch or interactive?
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?
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
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
wat is curser?? and its types???
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
how do u find whether a record is locked or not??/
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
suppose one file is used by 100 user and file is locked by 100 user, what are the impact analysis?
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
3 members in a databasefile .how to read records from all the members?????????
what r drawbacks of OPM? Why do we go for ILE RPG?
how do you use commitment control in rpg?