OK; who can answer the following:

o without reading the manual or testing

o with reading the manual only, and no testing:

What does the following job do:

    //IF        JOB  etc.
    //*
    //  IF ( FALSE ) THEN
    //B  EXEC PGM=IEFBR14
    //  ELSE
    //C  EXEC PGM=IEFBR14
    //  ENDIF

o Both steps B and C flush?
o Step B runs; step C flushes?
o Step B flushes; step C runs?
o Both steps B and C run?

Same set of questions for the following:

    //IF        JOB  etc.
    //*
    //  IF ( TRUE  ) THEN
    //B  EXEC PGM=IEFBR14
    //  ELSE
    //C  EXEC PGM=IEFBR14
    //  ENDIF

And similarly for:

    //IF        JOB  etc.
    //*
    //  IF ( FALSE ) THEN
    //A  EXEC PGM=IEFBR14
    //B  EXEC PGM=IEFBR14
    //  ELSE
    //C  EXEC PGM=IEFBR14
    //  ENDIF

Why?

(Sorry to waste so much resource with all  those IEFBR14s.)

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to