can any one help in hawkeye and turnover or any change
management system plzzzzz or send the documents to my mail
id :gvsp.as4@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
If 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?
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?
Need a sql query: retrive all duplicate records in table
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
When a object will be locked & when a record will be locked? Plz explain.
How can we override a file during runtime in rpg?
How can a screen field that has changed since the last output operation be detected?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
how can I tell when to replace the array?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF