When it is desirable to describe files Internally?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
How to sort an array in descending in RPG
Why did we give STRSRVJOB while debugging batch program
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is the significance of UDATE?
can anybody help me that what is the procedure of debugging the service program?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?
How can we override a file during runtime in rpg?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
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?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?