How can we find out whether the job is interactive or Batch
through RPG program?
2) How can we find out through CL program?
Answer Posted / bhupendra tomar
through cl we can find through RTVJOBA cmd.
but in case of RPG i don't know. if you have idea about RPG
then reply
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is file information data structure?
What are the types of identifiers?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is the difference between do while and do until?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
How to handle duplicate error handling in RPG?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
how do I declare a minor?
Explain mdt?
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?
what is a rpg?
what is the procedure and explain about real time scenario.
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?