Can we change a FB file to VB file in JCL? Please help
IN sort
OPTION COPY
OUTFIL FNAMES=DDName,FTOV
| Is This Answer Correct ? | 0 Yes | 0 No |
what is SOC4 error?
What do you feel makes a good program?
Which COND paramter will u use to execute the step only if the previous step does not execute
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
How is a dataset passed from one step to another?
What is the motivation behind coding class parameter in job statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
Is condition checking possible in jcl? If yes, how?