how can we can we the data decimal error?how can we open such
file in support
Answer / raju ch
we can achieve this by populating the numeric value into Character data structure field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
How to declare the more than one file in cl/400.
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
What is difference between bind by copy and bind by reference?
What is the RPG cycle?
How Chain operation copies the record's data to the input buffer for the program?
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
How do you find whether a job is a batch job or interactive?
What is the difference between copybooks and subprocedures in as400?
How can i check the object existance in RPG program without using QCMDEXC command.
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?
When a object will be locked & when a record will be locked? Plz explain.