Answered Questions

  • TSO command

    what is an SDSF?

  • compress PDS

    how did you compress a pds? explain in detail?

    Nagaraju

    • May 12th, 2017

    1. Using line command Z.
    2. IEBCOPY

    sai prasad

    • Dec 17th, 2015

    We can compress a partitioned data set in two ways 1)by using line command Z before data set 2)by using IEBCOPY Utility PROGRAM: //SHRDV08A JOB NOTIFY=&SYSUID //STEP1 EXEC PGM=IEBCOPY //SY...

  • JES

    What is JES?Explain in detail about JES?What is the difference between JES2 and JES3?

    santhosh s kumar

    • Feb 17th, 2013

    JES2 in this it will release the resource after completion every step execution that resource can be used by any other user.

    JES3 it will release the resource only after the completion of all steps execution no other program can access that resource util the completion of exec.

    monika samal

    • May 1st, 2012

    JES2 processing is considered to be independently controlled.
    JES3 processing is considered to be centrally controlled..

  • what is the in stream data ?

    Akash

    • Nov 18th, 2016

    In-stream data in JCL: which come under SYSIN DD * AND /*

    //SYSIN DD *
    HI
    /*

    HI will be in stream data.

    Ishaan

    • Feb 19th, 2016

    We need to use ACCEPT keyword in the COBOL program to read the instream data.