IBM AS400 AllOther (736) Suppose 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?
1 2565We 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?
1250If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
1115Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
1 2090Suppose 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?
1 2467
Explain how to detect record is locked in cobol/400? What is the solution for that?
How to avoid using indicators in ile ?
How can we read file using curser? how to define a curser?
how do I play {insert rpg system here}?
what are different types of substems?
what is a composite key?
define the purpose of the *cat function?
what is the rpg system?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is data structure in as400? What is the use of data structure?
What are the types of identifiers?
What is output procedure?
What is array in as400? What are the types of array?
different type of cursor?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?