what is batch debug in as400?
Answers were Sorted based on User's Feedback
Answer / naresh
Batch debug means debugging the program by putting job in
service by using STRSRVJOB command after that we debug the
program as usual.Once debug is done we need to end the
service job using ENDSRVJOB command.
please correct me if i made any wrong statement.
| Is This Answer Correct ? | 10 Yes | 1 No |
batch job means running job in background to save the time.so user are not able to make the interaction with batch job.suppose there in and issue occured or error occured in job of batch .now you have to find the error but how as that job is running in batch and we are not able to make intercation with that job in batch so what we do . we remotly access that batch job through strsrvjob command .when we remotly access that job than it will convert into interactive job .after making it interactive job we can debug that job and find the error.
i short we have to make batch job to interactive job for solving the error or to debug the program.
please correct me if i m wrong .
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sandy
Using your interactive screen to debug a batch job submitted to the job queue allows you to put the batch job into debug mode and to set breakpoints without having to change the program to run interactively.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
Can more than one subfile record be displayed on one line?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
How do you call procedures in ILE?
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?
What is the name of default out queue when user logs inn to syatem with valid profile?
How would display prime numbers using CL program?
Can we have a Physical file without any member ? Please let me know
Write a program to display prime numbers between 1 to 100 using RPGLE.