i'm working on progA , in that program i want to see the
userids of the users who work on this program?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
How I can reread the physical file in CL program once the
end of file reached in same CL program.
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 8063 }
One of the job in subsystem is in Running status,expected
time to complete this job is 2 minutes.
But from last 5 -10 minutes this job is still in running
status....What are the possible reasons...and What are the
actions i need to perform to check this...?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 6889 }
How do you find whether a record is locked or not?
Answer
Is This Answer Correct ? | 3 Yes | 1 No |
Question { 9895 }
1..Write an sql query to find the employee name who is
having 2 phone numebr?
2.Write an sql query to the the second highest salary of
the employee?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
1.If *HIVAL SETGT is used what opcode is used to read a
record?
A:READ
B:READPE
C:CHAIN
D:READP
2.How to pass numeric parameter to the rpg pgm from the
command line?
3.What keyword is used on the rpg 4 definition
specification to rename a subfile in an externally
definition data structure?
A:RENAME
B;LIKE
C:EXTNAME
D:EXTFLD
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
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?
Answer
Is This Answer Correct ? | 1 Yes | 1 No |