Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
IBM,
3 7198What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
2024What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
IBM,
2559How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
IBM,
2673What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
IBM,
4 22329Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
IBM,
1 13606How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
4 17237If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
IBM,
1 9114How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
IBM,
5 272151) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
IBM,
3 16874Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
IBM,
6 11285
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the function of job statement in jcl?
What is the purpose of dd dummy statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What parameter directs the output of the job log dataset?
How dummy is used in jcl?
Why block size is multiple of lrecl in jcl?
Explain how can a jobs execution priority be modified?
What is the significance of addrspc parameter in the exec statement?
Explain the function of job statement in jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How gdg are concatenated?