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 8983How 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 13872How 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 13269File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 12209in 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 9063we 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 5138In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7510
How can the submitting users racf authority be overridden in a job stream?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain in DD statement what is the use of DCB parameter?
what are the various stages of job processing?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is NOTCAT ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What parameter directs the output of the job log dataset?
Explain about LMQUERY�give a dialog information about a data set
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What happens if both JOBLIB & STEPLIB is specified ?
How gdg are concatenated?
What are some jcl statements that are not allowed in procedures?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Why block size is multiple of lrecl in jcl?