what are the parameters of jobd?give in detail.&what are
the parameters of subsystem...????
Answer / syam
It is not "jobd" can be WRKJOBD Work with Job Descriptions
use command WRKJOBD *all *libl Enter, system will you all
Subsytem/Job for Create Change Delete Copy Display.
Subsystem Parameters = CRTSBSD SBSD(xxxx/*LIBL) POOLS()
MAXJOBS(*NOMAX) TEXT(*BLANKS) SGNDSPF(QDSIGNON) SYSLIBLE
(*NONE) AUT(*LIBCRTAUT)
You can use WRKSBSD command also.
| Is This Answer Correct ? | 4 Yes | 4 No |
How can you delete records form a file in rpg without using "Delete" OPCODE?
what is a rpg?
Can more than one subfile record be displayed on one line?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
How we will read call stack?
One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?
What is the difference between copybooks and subprocedures in as400?
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...
How to print output from openquery in as400 ?
What is the OPEN and CLOSE accesspath?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???