What is the purpose of dd * statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
what is the cond=even only
How Can we see all generations of a GDG ?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
I have three files for one step i need to override the third file how to do that in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
how many max steps can we use in a job? pls answer to my question
What will happen if we write two STOP RUN's in a COBOL program?