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 8831How 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 13683How 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 13165File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 11920in 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 8934we 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 5065In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7405
Is it possible to left uncode disp? If yes, how?
Is automatic restart possible in jcl? If yes, how?
how do you code a null statement?
what is “Cond= even” and “Cond=only”?
What are the 4 fields in dd statement?
What are some jcl statements that are not allowed in procedures?
Can an individual step be restricted from using all the jobs allowed cpu time?
Mention the types of job control statements?
How is the record format of an output dataset specified?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List the different components of jcl statement?
Why include statement is used in a jcl?
what is the difference between JES3 and JES2?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC