what will be the error code if duplicate key of VSAM file
is found?
what happens in conversion stage in job processing?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
What are SD37, SB37, SE37 abends?
What are the parameter we cannot use in procedure?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
How can the disposition of sysout datasets be set for an entire jobstream?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
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.