two attributes which govern the excecution of a job>>>>??
Answers were Sorted based on User's Feedback
Answer / svankipu
Obviously it's Priority and the position in the Job-Queue
| Is This Answer Correct ? | 1 Yes | 1 No |
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
what is program status data structure?
How Chain operation copies the record's data to the input buffer for the program?
What is ment by record level identifier?
Errors in Sql query will be in which state?
how do u find whether a record is locked or not??
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?
program to find the number of objects used in a given program through a display.
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?
We 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?