Answer Posted / sethu
Pls refer the link
http://www.geocities.com/srcsinc/drona/programming/languages
/jcl/jcl.sort.html
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Name a few IBM utility programs, and explain its function.
what is the use of IEBGENER utility?
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 anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the compile process of cobol program expalin with code
How can return codes be tested before execution of a job step?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how JCL works?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what operation is performed by job statement?
when can a job time-out occur? How to overcome that?
What are the parameters that are used in creating a gdg?
if the submitter of a job wants to inform another user about the job completion, how can it be done?