Suppose there are 2 Input files Infile-1 and Infile-2. Both
the Files contain Employee Records. You need to compare both
the files and Write the Common Records in third file named
Outfile. How can we do this using File-Aid?
No Answer is Posted For this Question
Be the First to Post Answer
What is DYNAMBR in jcl?
What is order of searching of the libraries in a JCL?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Explain the purpose of dd dummy statement?
Why we will create load module in PDS only, Why nt in PS?
What do you feel makes a good program?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
What is MOD and when would you use it?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
How can unused space allocation be returned to the system when a dataset is closed?
How I sort the records in a file and copy the first 10 records to another file
Hi, 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?