how can you check if a file is empty using jcl?
Why we will create load module in PDS only, Why nt in PS?
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.
can i sort packed decimal if i can tell the syntax
once we submitted the job to the operating system, how can we cancel the job before execution?
Is their any limit for data sets?
i need some shortcuts and tso commands can any on ehelp me in these ?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
Explain about LMCOPY -
What is DISP= (NEW,PASS,DELETE)?
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