Why did we give STRSRVJOB while debugging batch program

Answer Posted / ajit

STRSRVJOB is used on the job so that other service commands
can be entered for that job like debug, dump, trace etc etc

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

762


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?

511


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2045


what is data area and how it is used in rpg program ?

752


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...?

1457






what happens when sflsiz = sflpag? What are the advantages and disadvantages?

706


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2367


which program rpg or cl is efficent to update a transaction onto a database file and why ?

740


How to write record if no field or the field are different in physical file in rpgle ?

483


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1559


What is ment by record level identifier?

647


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...

1306


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

489


How can we know running job is batch or interactive?

647


how do you use commitment control in rpg?

755