Search found 8 matches
- Tue May 31, 2016 3:28 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Edit a big sequential file in ISPF.
- Replies: 19
- Views: 4707
Re: Edit a big sequential file in ISPF.
If you have File/Aid, you can use that to edit selected records from a larger dataset than you would otherwise be able to.
- Tue May 03, 2016 4:00 pm
- Forum: Scheduling Software for MVS, OS/390 and zOS
- Topic: Trigger a job based on more than one file.
- Replies: 13
- Views: 7104
Re: Trigger a job based on more than one file.
Assuming you're talking about TWS, one dataset will trigger an application with one (or more) jobs in. You cannot wait until all three datasets have been closed before the application is triggered. What you could do of course is have each of the three datasets trigger three applications that don't a...
- Wed Feb 24, 2016 2:34 pm
- Forum: C, C++ and Java for Mainframes.
- Topic: Java or Mainframe, which is the better technology?
- Replies: 10
- Views: 7050
Re: Java or Mainframe, which is the better technology?
For creating a simple UI screen with business logic, you need to create six different files in Mainframe(COBOL). Whereas in Java, you can create it with two files only. So, I think Java is better than Mainframes. And, let me assure you, Java is the future. It's here to stay for long. Surely that ju...
- Tue Feb 02, 2016 3:56 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: Finding the job which has created the dataset.
- Replies: 2
- Views: 498
Re: Finding the job which has created the dataset.
Have a look at the SMF type 61 records.
- Tue Oct 06, 2015 2:21 pm
- Forum: Scheduling Software for MVS, OS/390 and zOS
- Topic: initialize multiple DASD volume !!!
- Replies: 9
- Views: 4481
Re: initialize multiple DASD volume !!!
Assuming that all of the parameters for each volume are the same apart from the device address and the volser, you could perhaps write a utility in a language of your choice (Rexx would be simple enough) to generate the JCL for a batch job which then could be submitted. It would be simple enough to ...
- Tue Oct 06, 2015 2:13 pm
- Forum: JCL - Job Control Language.
- Topic: How to skip steps in PROC on restart with IF?
- Replies: 6
- Views: 1732
Re: How to skip steps in PROC on restart with IF?
We have used the ¬RUN test successfully in this scenario, in conjunction with your existing IF test. If the first step hasn't run due to the restart, the condition will still be true and your subsequent steps can run. Alternatively, what scheduler are you using? TWS can be configured to retain step ...
- Tue Jun 23, 2015 7:49 pm
- Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
- Topic: VSAM CLUSTER W/O DATA AND W/O INDEX
- Replies: 7
- Views: 2533
Re: VSAM CLUSTER W/O DATA AND W/O INDEX
Have you tried the NSCR operand?
- Tue Jun 23, 2015 4:27 pm
- Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
- Topic: How to get all the GDG created in a Day?
- Replies: 7
- Views: 1672
Re: How to get all the GDG created in a Day?
Although of course if you're on z/OS v2.1 you can use the GDGORDER parameter so that all generations are NOT processed in reverse order.