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 7200What 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' ?
2026What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
IBM,
2567How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
IBM,
2678What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
IBM,
4 22345Is 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 13611How 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 17246If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
IBM,
1 9117How 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 272371) 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 16892Is 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 11299
Why block size is multiple of lrecl in jcl?
Explain the job statement in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain the function of //jcllib statement?
what is the difference between JES3 and JES2?
what sort card you will use to copy the data from one dataset to another dataset?
Is it possible to code instream data in a PROC?
In sms datasets, what is the function of the dd mgmtclas keyword?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens in conversion stage in job processing?
Is automatic restart possible in jcl? If yes, how?
What do you know about jcl?
Are there any set of rules for the names of the steps used in a job?
Is it possible to define dd statements as you want?