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 to call one program from another program in RPG? please help me with the code
how do u find whether a record is locked or not??
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
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
3 members in a databasefile .how to read records from all the members?????????
what will happen two jobs have same name are submitted
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
I have to change a program. This program is calling a subroutine mor than 100times within it. so will it have any performance issue? if yes than what changes i can make. Thanx for ur valuable answer.
what is the difference between the cpyf command crtdupobj command?