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 10876is 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 26248if 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 13158can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
7 20267i 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 8996
Explain the function of dd disp parameter?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is there any command to check wether the ps file is in sorted order?
what is the purpose of coding class parameter in job statement?
which parameter is used to check the syntax of a jcl without executing it?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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' ?
Explain about LMFREE�free data set from its association with data ID
when can a job time-out occur? How to overcome that?
What is the function of the dd avgrec keyword in sms datasets?
A dd statement consists of 4 fields. Name them?
Brief description of inline procedure of jcl.
Explain the jcl exec statement?
What is the significance of addrspc parameter in the exec statement?
Explain dfsort utility?