Why did we give STRSRVJOB while debugging batch program

Answers were Sorted based on User's Feedback



Why did we give STRSRVJOB while debugging batch program..

Answer / chenna

The Start Service Job (STRSRVJOB) command starts the remote
service
operation for a specified job (other than the job issuing
the
command) so that other service commands can be entered to
service
the specified job. Any dump, debug, and trace commands can
be run
in that job until service operation ends. Service
operation
continues until the End Service Job (ENDSRVJOB) command is
run.

Is This Answer Correct ?    12 Yes 0 No

Why did we give STRSRVJOB while debugging batch program..

Answer / 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

Why did we give STRSRVJOB while debugging batch program..

Answer / rohit

Can say STRSRVJOB provides interactive environment for batch jobs to debug as interactive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?

3 Answers  


What is I90(Insure 90)?

1 Answers  


1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

2 Answers  


Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?

2 Answers   TCS,


in rpg could u please tell me errors types and meanings like 3030 that ....

1 Answers   EXL, UHG,






The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?

6 Answers  


How do you find whether a record is locked or not?

2 Answers  


am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me

1 Answers  


1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?

4 Answers   IBM,


Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?

2 Answers  


1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?

2 Answers   HSBC,


If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?

1 Answers  


Categories