Search found 50 matches
- Thu Jul 11, 2013 5:45 pm
- Forum: JCL - Job Control Language.
- Topic: What is the difference between restart and resubmit?
- Replies: 6
- Views: 2949
Re: What is the difference between restart and resubmit?
How did you do the "restart"? There is a job card parameter to restart a job at a particular step, and job schedulers (such as CA-7) also allow restart of jobs. If you used the job card method, for example, then you skipped the CA-11 analysis and set up, which could cause GDG issues. I re...
- Thu Jul 11, 2013 5:41 pm
- Forum: JCL - Job Control Language.
- Topic: How many MAXIMUM Jobs can be submitted in a single JCL
- Replies: 8
- Views: 2622
Re: How many MAXIMUM Jobs can be submitted in a single JCL
Thanks for such a comprehensive explanation, Robert.
Much appreciate that,
Much appreciate that,
- Thu Jul 11, 2013 5:27 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Sequential file processing.
- Replies: 4
- Views: 2365
Re: Sequential fiel processing.
So in case, someone needs a kind of processing, which needs to go to the start of the file -- sequential files are not a good choice but then other than VSAM -- what do we have?
- Thu Jul 11, 2013 5:24 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Occurs are not allowed at 01/77, why?
- Replies: 4
- Views: 2501
Re: Occurs are not allowed at 01/77, why?
Can we say that -- "01 Level" represents a "record occurrence" so every next 01-level is a next record. If tables are allowed at 01 level - we'll never know if it's "record-occurrence" or "a repetition of similar fields" in a single record!?
- Thu Jul 04, 2013 7:06 pm
- Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
- Topic: What is the difference between paging and swapping?
- Replies: 2
- Views: 3746
What is the difference between paging and swapping?
Hi,
What is the difference between paging & swapping, in MVS? Does the same apply to zOS?
What is the difference between paging & swapping, in MVS? Does the same apply to zOS?
- Thu Jul 04, 2013 7:04 pm
- Forum: JCL - Job Control Language.
- Topic: What are different operating systems in mainframes?
- Replies: 2
- Views: 1996
What are different operating systems in mainframes?
Hi,
Are there any other operating system that supports mainframes other than zOS, OS/390 and MVS?
And are there any differences among them, if any?
Thanks,
Are there any other operating system that supports mainframes other than zOS, OS/390 and MVS?
And are there any differences among them, if any?
Thanks,
- Thu Jul 04, 2013 5:02 pm
- Forum: JCL - Job Control Language.
- Topic: What is the difference between restart and resubmit?
- Replies: 6
- Views: 2949
What is the difference between restart and resubmit?
Hi, A Job got abended because a dataset was not created in time. As the dataset created late, Job has taken yesterday's dataset and abended. Restarted the Job after the new dataset created but it failed due to GDG verification in CA-11 step. Now I resubmit the Job instead of restarting and this time...
- Thu Jul 04, 2013 4:55 pm
- Forum: JCL - Job Control Language.
- Topic: How many MAXIMUM Jobs can be submitted in a single JCL
- Replies: 8
- Views: 2622
How many MAXIMUM Jobs can be submitted in a single JCL
Hi,
How many MAXIMUM Jobs can be submitted in a single JCL?
How many MAXIMUM Jobs can be submitted in a single JCL?
- Thu Jul 04, 2013 4:54 pm
- Forum: JCL - Job Control Language.
- Topic: GDG LRECL for different generations.
- Replies: 4
- Views: 2624
GDG LRECL for different generations.
Hi,
Can I give more length for GDG than previous one?
Can I give more length for GDG than previous one?
- Thu Jul 04, 2013 4:52 pm
- Forum: JCL - Job Control Language.
- Topic: BLDL error while creating a PDS Member.
- Replies: 3
- Views: 3191
BLDL error while creating a PDS Member.
Hi, I am trying to create PDS usign below JCL: //DISK1 DD DSN=QNQD.INPUT1.PDS,DISP= (new,CATLG,DELETE), // UNIT=SYSDA, // SPACE=(TRK,(25,10),RLSE),DCB=(RECFM=FB,LRECL=80,BLKSIZE=800), // DSORG=PO I can create the PDS successfuly here but I'm not able to create the member in the PDS it is giving BLDL...