Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
2 7161A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
1 10024Post New FIS Interview Questions
What is dialect in database?
Is android owned by google?
How to customize qtp?
What is pgadmin used for?
What are custom exceptions?
What is an external dos command?
How will you add header and footer?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is the difference between SELECT and LOAD statements?
What is apache spark core?
What are the different gates where boolean logic are applicable?
Assume that I am a potential corporate partner. Tell me on the benefits of the Industrial Research Office with 3 bullet points.
Explain the pointers in Java?
How do you ensure correct balances in the financial statement version? : fi- general ledger accounting
Design a view in a map such that if user selects any state, the cities under that state has to show profit and sales.