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 10873is 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 26238if 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 13153can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
7 20250i 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 8995
what is use of dcb parameter in dd statement?
what is the compile process of cobol program expalin with code
Can we use DISP=SHR in output file in JCL
How can values be passed from the job stream to an executable program?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain about LMFREE�free data set from its association with data ID
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to submit a jcl from cics?
Explain how can return codes be tested before execution of a job step?
which utility is used to run a cobol-db2 program?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the syntax of JCL statement?
What is catelog procedure and how many catelog procedure to use in one job?
How to override loadlib?
Explain dd statement in jcl?