wht r different types of sorts ?
Answer / rama krishna
internal sort and external sort.
internal sort - the sort which is done by using the
programming language.
external sort - the sort which is done by using jcl sort
utility.
| Is This Answer Correct ? | 13 Yes | 3 No |
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
What are s0c1, s0c4, s0c5, s0c7 and socb?
how to convert a file form fixed Length to variable length?
if we give two job cards in a single what happens
can we write a proc with in a proc
how to compress the data set
using cursor how can you fetch more than one record into a variable
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
How can a stopped job be started again?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?