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 10766is 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 25972if 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 12919can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
7 19958i 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 8851
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What do you know about jcl?
what are the statements that are not valid to be included in an include statement?
How is the record format of an output dataset specified?
how JCL works?
what is SOC4 error?
How do you submit a job for execution?
Which statement is used to identify the private libraries in job?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Is their any limit for data sets?
Is there any command to check wether the ps file is in sorted order?
What is the function of a dd statement?
What are the 2 types of parameters in dd statement?