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 2128We 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?
1008If 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?
823Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
1 1666Suppose 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 2041
What is the actual use of fillers?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
what are the different types of data areas?
what does the ovrdbf command do?
which are control break logic indicators?
what is the purpose of indicators in rpg?
Write a logic program for knowing the repeated number of a vowels in a given program?
What is the syntax of sort?
Difference Between Source Physical File & Physical File?
how do handle file exception/error?
how can I control the way a remote browser uses its cache?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
difference between view and index ?
What is the syntax of redefine?
Explain the input procedure and output procedure?