oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
3 8834How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
3 13709How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
1 13174File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 11933in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
3 8946we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
1 5067In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7415
How do you access an uncatalogued dataset in a 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?
which utility is used a dummy utility?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can I share my data with other jobs? How?
Name the statement which can be used to send data to another mvs jes3 node?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can a jobs execution priority be modified?
What dd statement is used to supply the name of a dataset?
in ways data can be passed to a COBOL program from JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the purpose of dd dummy statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What are the rules employed while naming the steps in a job?