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 10992is 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 26463if 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 13375can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
7 20533i 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 9115
Explain how can a stopped job be started again?
Explain the function of the dd dcb keyword?
what is the purpose of coding class parameter in job statement?
What is timing concept in mainframe?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the purpose of disp parameter?
How to override loadlib?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is it possible to code instream data in a PROC?
Give the syntax of job specifying jcl statement.
How can values be passed from the job stream to an executable program?
Is automatic restart possible in jcl?
Where & How Do You Code Identifier In Jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can the disposition of sysout datasets be set for an entire jobstream?