I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
RBS,
3 13592How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
5546Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
8 19675When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
2 7112Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
3 9662Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
2 7012I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
1 5776
How do you overcome this limitation ?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain about LMQUERY�give a dialog information about a data set
List in order the hierarchical levels of jcl?
Name what parameter directs the output of the job log dataset?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are hierarchy levels in jcl?
What dd statement is used to supply the name of a dataset?
What parameter directs the output of the job log dataset?
What are the parameters that are used in creating a gdg?
what is DD statement is used in JCL?
How can a fb file convert to vb file using sort program?
what is the purpose of coding class parameter in job statement?
What is condition checking in jcl? Is this possible?
what is DSN parameter and DISP parameter is used for?