why we do STRSRVJOB in batch debugging in as400
Answer / raji
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. Dump, debug, and trace commands can be run in that job until service operation ends.
| Is This Answer Correct ? | 2 Yes | 0 No |
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Maximum how many files declare in rpgle
What is the OPEN and CLOSE accesspath?
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) How to define keyed file in CL pgm. 2) How can i read particular records in CL pgm from database file.
what is kids-rpg?
What is the difference between iter and do?
what is the necessary keyword needed to scroll subfile records?
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?