how do u see jobs submitted before ur job ?
Answer / harsha
Go to your IOF/SPOOL and type 'OWNER *' on the command
line. Hit enter. It will list all jobs running on the
system including yours in ascending orders.
| Is This Answer Correct ? | 7 Yes | 1 No |
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
When cursor is not closed what is the error?
how to count the number of members in pds?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What statement marks the end of an in-stream or catalogued procedure?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
what is alternate index?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.