what is “Cond= even” and “Cond=only”?
No Answer is Posted For this Question
Be the First to Post Answer
wht happens if blksize = 0 and lrec = 0 ?
how you can direct the data to spool using SYSOUT option?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Why do you use a control card?
how to split a file
Where can program checkpoints be stored for use in a restart?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
what is alternate index?
Can we change the LIMIT of GDG?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
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.
What is use of restart and how to use it?