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 13573How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
5538Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
8 19632When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
2 7090Hi, 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 9621Hi, 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 6987I 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 5758
is there any way to execute more than one proc in the same exec statement at the same time..?
What is use of restart and how to use it?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
A dd statement consists of 4 fields. Name them?
What is the purpose of dd?
Differentiate between the joblib and the steplib statements?
How jcl work to handle various input output file operations?
How to override loadlib?
What is timing concept in mainframe?
what are the statements that are not valid to be included in an include statement?
what happens in execution stage in job processing?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Are there any set of rules for the names of the steps used in a job?