| Subject | Date Asked | Expert |
|
| JCL | 6/9/2005 | Venkatesh |
Q: How should I skip the execution of the fisrt step in a JCL A: You can use a Labeling method as follows. If that is not the first step you can simply code ...
|
| cobol | 3/10/2005 | Venkatesh |
Q: How scrolling is possible in cics. Sunil A: Here is a sample program using scrolling logic... ID Division PROGRAM-ID. ENVIRONMENT Division ...
|
| cobol | 3/9/2005 | Venkatesh |
Q: Followup To Question - Dear Venkatesh, If an abend occurs how can we find that particular line ... A: We can analyze the DUMP in SPOOL to find out the ABEND. we can also use tools like IBM Fault ...
|
| all | 3/8/2005 | Venkatesh |
Q: i need all about mainframe FAQ, plz send , A: You better down load complete FAQ from www.ibmmainframes.com/downloads section... Interview Q & A ...
|
| jcl | 3/7/2005 | Venkatesh |
Q: How can we execute only the 10th 20th and 30th steps in a job of total 50 steps in a single go. ... A: Here is a sample IEBEDIT job as requested that submits a job (JOB1) from steps 10, 20 and 30 Code: ...
|
| cobol | 1/4/2005 | Venkatesh |
Q: given in a mainframe environment,if asked to sort a file with some 100 records but the sorting ... A: You can skip first n records before starting the sort process. This can be done in JCL using SKIPREC ...
|