What do you understand by the term notcat 2 – gs?
No Answer is Posted For this Question
Be the First to Post Answer
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
How can you execute a COBOL program via SYSIN in JCL?
how to increase the space of a dataset in instream procedure.
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What is a GDG
how to resolve the soc4 error?
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.
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
what is full form of AIX
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
how to split a file
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.