i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
3 12513i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
14 27274My 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 584881) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
1 14326i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
1 15144Post New L&T JCL Interview Questions
Can sql servers link to other servers like oracle?
swap 2 numbers without using third variable?
who is the best Trainer for ASP.NET MVC in Hyderabad?
what is new updates in account
What are the types of database explain each of them briefly?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Describe your involvement in re-engineering down-sizing or cost containment processes?
can you email me because I have a report and I need you to answer these questions if you would like to if not I completely under stand.
What is the penal interest charged in your bank? Have you ever refunded it?
Can you index views?
Are you ready to relocate? : xslt
As you know account executives need to be talented salespeople. Do you have experience making sales?
How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement