A particular job executing on the iS is not behaving as
expected and is operating in an environment in which it can
be debugged. What commands would you use to debug and
observe the program?
Answer Posted / student
Strsrvpgm, strdbg - and then debug the program
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is a rpg?
What is a record lock error?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What is ment by record level identifier?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How many program bind in one module....
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?
what is the difference between do while and do until?
what do you mean by an input subfile, what are the keywords required?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is the necessary keyword needed to scroll subfile records?
what is file information data structure?
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?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...