What are three parameters you can specify on Job statement
as well as on exec stmt ?
How to send data from cobol program to jcl?
restart logic ?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
how do u see jobs submitted before ur job ?
Please give me the coding for converting VB to FB and FB to VB
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
What is difference between Return Code, user completion code, Abend code and reason Code?
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!