in ways data can be passed to a COBOL program from JCL?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCLOSE�close a data set
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
What is the use of disp parameter?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is mainframe?
What do you understand by jcl?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
How does jcl act on a cobol code?
Why include statement is used in a jcl?
Describe the DD statement, its meaning, syntax and keywords?
What do you understand by the term job time – out and how can you overcome that?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.