Is condition checking possible in jcl? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
How do you access an uncatalogued dataset in a jcl?
How to execute step2,step1,step3 when step1,2&3 are in order
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 ?
Is 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 ?
How do you find which GDG is using which dataset?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
what are the ways of passing data to a cobol program from jcl?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
List the various advantages of using jcl language?
Are there any set of rules for the names of the steps used in a job? What are they?
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?
How can a job send a status message to a tso user at the completion of a job?