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 13574How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
5540Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
8 19647When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
2 7093Hi, 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 9627Hi, 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 6996I 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 5764
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the difference between run mode and addressing mode?
Explain how can return codes be tested before execution of a job step?
What is the purpose of dd * statement in jcl?
how to do automated restart when a job abends?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What do you know about jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain how can values be passed from the job stream to an executable program?
Is automatic restart possible in jcl? If yes, how?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between the positional and keyword parameters? Give examples.
What is the function of the dd avgrec keyword in sms datasets?
what is “Cond= even” and “Cond=only”?
how you can access an uncataloged dataset in a JCL?