Results 1 to 3 of 3

Thread: Execute 3 step directly

  1. #1
    Geek_Guest
    Guest

    Execute 3 step directly

    If there are 5 step in a JCL program it is possible to execute 3 step without executing 1 &2 ? if yes then how?

    Question asked by visitor subhash


  2. #2
    Junior Member
    Join Date
    Dec 2007
    Answers
    4

    Re: Execute 3 step directly

    Yes, while using the restart= keyword of the //JOB card

    For sample

    //MYJOB JOB (ACCN01,04XX-),'MY Description ',CLASS=C,MSGCLASS=T,
    NOTIFY=&SYSUID,RESTART=STEP030

    //STEP010 EXEC PGM=P10
    ....
    //STEP020 EXEC PGM=P20
    ....
    //STEP030 EXEC PGM=P30
    ....
    //STEP040 EXEC etc...


  3. #3
    Junior Member
    Join Date
    Dec 2007
    Answers
    2

    Re: Execute 3 step directly

    we need to give 5steps. there is no other way


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact