I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
10 37589I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
5 13066In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
4 27637I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
2 6530I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
CSC,
4 33196how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
CSC,
6 17495
What is jcl in mainframe?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
In sms datasets, what is the function of the dd avgrec keyword?
Explain how can a jobs execution priority be modified?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is catelog procedure and how many catelog procedure to use in one job?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Is acct parameter mandatory?
How to pass data to a program that is coded in an exec statement?
What are the utility programs in jcl?
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?
What is the purpose of dd?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?