Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
2 10771is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
4 25977if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
5 12929can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
7 19959i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
3 8856
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is “Cond= even” and “Cond=only”?
How to run cobol program using jcl?
How does jcl act on code(if you take a cobol program)?
What is the function of the dd mgmtclas keyword in sms datasets?
a dd statement has 2 types of parameters. Name them?
What is the maximum length of a single line of jcl?
How to pass data to a program that is coded in an exec statement?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the purpose of dd * statement in jcl?
What is the function of job statement in jcl?
what is JCL?
What is the significance of addrspc parameter in the exec statement?
Can I send output of job to my remote device careerride123?
what are JCLLIB and STEPLIB in JCL?