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 7017A 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 9932Post New FIS Interview Questions
Explain the ontrimmemory() method?
What is the difference between physical file and logical file?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How can javascript codes be hidden from old browsers that don't support javascript?
What is process keys
Explain the use of keyword 'register' with respect to variables.
How do I open outlook without an account?
What will be the output of round(3.7) and ceil(3.7)?
Explain what is difference between query studio and report studio?
Can we call the run() method instead of start()?
What is the programming skills needed for Pega RPA?
What is a hierarchy in tableau?
What is spring jdbc how is different from jdbc?
What is the use of array fetch size?
How to save array of objects in mongoose?