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 13738How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
5603Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
8 19893When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
2 7203Hi, 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 9786Hi, 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 7117I 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 5839
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the maximum length of a single line of jcl?
In job processing, what happens in conversion stage?
Explain the purpose of dd dummy statement?
How can a jobs execution priority be modified?
How is the record format of an output dataset specified?
Explain the function of dd disp parameter?
What parameter of the job statement is used to limit the cpu time consumed by the job?
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?
Which dd parameters are required?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
which parameter is used to check the syntax of a jcl without executing it?
Must tape dataset definitions include vol=ser specifications?
What is NOTCAT ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?