Basics of JOBQ, JOBD, Subsystem in IBM i - for Beginners

Sdílet
Vložit
  • čas přidán 25. 01. 2018
  • This video covers the basic job attributes like JOBQ, JOBD and subsystem concept in IBM i. It is at high level but just to understand the relationship among these things with the job.
  • Věda a technologie

Komentáře • 27

  • @vsmithz4782
    @vsmithz4782 Před 3 lety +1

    Thank you man for sharing this...so usefull.

  • @shaikshabbir7875
    @shaikshabbir7875 Před 3 lety +3

    Explanation is good but u r going very fast.... It would be great if explain slowly...

  • @ay-by9qs
    @ay-by9qs Před 2 lety

    So useful.. thanks a lot :)

  • @bhaskerbachi5127
    @bhaskerbachi5127 Před 2 lety +1

    Hi Yousuf,
    Your videos are good and very helpful but there is noise in background.

  • @vivek_modha
    @vivek_modha Před 6 lety

    Hi,
    Can you post some tips or videos on how to create triggers on tables (PF) and on views (LF)
    Thx

  • @kevinfillyamna5620
    @kevinfillyamna5620 Před 6 lety +1

    thanks for tutorial sir

  • @hikeoganessian1482
    @hikeoganessian1482 Před 6 lety

    does it matter what sub system a job runs in..can there be different result with output....are there different libraries involved...I just want to know if some jobs must run in certain sub systems depending on the device description..

  • @poojaagrawal6191
    @poojaagrawal6191 Před 6 lety +1

    Hi, The job which is submitted to subsystem QINTER by SBMJOB command will also be the batch Job or it will be considered as interactive job ?

    • @yusy4code
      @yusy4code  Před 6 lety +1

      It is consider to be batch job only. Just because the subsystem is QINTER it doesn't mean all jobs under this will be interactive job. Interactive jobs are just our user sessions.

  • @sankhasubhrachatterjee5069

    Hi @yusuf the shift + f9 doesn't work if the jobq is empty or if the subsystem is not shown in the workjobq page. Please comment on this.

    • @yusy4code
      @yusy4code  Před 4 lety

      Yes, if the subsystem is not attached to the JOBQ then sfhit+F9 will not work. To see if subsystem is attached or not, you can type WRKJOBQ LIBNAME/JOBQNAME*

  • @tanujmayank8529
    @tanujmayank8529 Před 5 lety +1

    Hello ,
    I have one requirement where I have to submit a job (say A) only when a Job (say B) finish . What is the best possible way ?
    Thanks in advance :)

    • @yusy4code
      @yusy4code  Před 5 lety +1

      We can do this. First if both job A & B are in JS (Job Scheduler) then we can make JOB B dependent on JOB A. But if you say we are submitting both this job manually, then we can check for JOB A completion from JOB B and once completed we can start executing remaining code of JOB B. To make it easier, we can also use some DTAARA and update the data area (may be a particular position) at the end job JOB A for indicating that it is completed. And JOB B will be just looking into that DATA area position and start executing its code after JOB A is completed.

    • @tanujmayank8529
      @tanujmayank8529 Před 5 lety

      Thanks Yusuf ,
      when you say ' then we can check for JOB A completion from JOB B and once completed we can start executing remaining code of JOB B'.
      How can we check this ?

  • @bhaskarvepa7367
    @bhaskarvepa7367 Před 6 lety +1

    Can you please help me with the alternative server for PUB400. becoz some time's it goes to offline for days.

    • @yusy4code
      @yusy4code  Před 6 lety

      Bhaskar Vepa as this is Free server we cannot expect to be online always but there are alternative with payment around 1800 rupees for 3 months . U can check out texas400.com for this

    • @bhaskarvepa7367
      @bhaskarvepa7367 Před 6 lety

      Thank you.

  • @prashantpatil72
    @prashantpatil72 Před 6 lety

    You have changed jobq for job when it was stuck in jobq .... isn't it affect the execution of job? Also is it possible to set jobq which submitting job to other subsystem?

    • @yusy4code
      @yusy4code  Před 6 lety +1

      If the job is in JOBQ then it has not started to run. When the job is started to run, then we cannot change the jobq. We have something called JOB priority. E.g. If we have a job with priority 2 and changing from queue A to queue B, and there are 3 jobs already in queue B with priority 3. Then this job will sit in first position. If this job also having priority 3 or more then it will be the last job in queue B.

    • @prashantpatil72
      @prashantpatil72 Před 6 lety

      What if we change jobq from current jobq to other jobq which submit job to other subsystem? Is there any restriction to submit job to specific subsystem? And why we are using different subsystems to submit jobs?

  • @bharathkumarsai9645
    @bharathkumarsai9645 Před 6 lety

    how can we access this tool for practicing as400 and is there any tool alternative to mocha soft?

    • @yusy4code
      @yusy4code  Před 6 lety

      Bharath Kumar Sai I have given a link in my another video to download IBM windows client access trial version
      czcams.com/video/-UUsl-7mEwM/video.html

    • @hemanthihema1146
      @hemanthihema1146 Před 2 lety

      Halo

  • @hemanthihema1146
    @hemanthihema1146 Před 2 lety

    Halo sir

  • @chelebarry
    @chelebarry Před 3 lety

    You have great material but you seem to try to cram too much things in 1 video at once and you go too fast with the explanation...

    • @yusy4code
      @yusy4code  Před 2 lety

      Yep, My bad. Still working on the same.