Search found 1879 matches

by Robert Sample
Tue Jul 09, 2013 9:26 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: What is the difference between Successor and trigger job?
Replies: 4
Views: 8207
United States of America

Re: What is the difference between Successor and trigger job

The difference only appears when dealing with multiple job streams. Example: job A triggers job B triggers job C. At the same time, there is a different job stream where job D triggers job E triggers job F. Job B has a successor job of job F. If job E gets done at 11 AM and job B runs until 12 noon,...
by Robert Sample
Tue Jul 09, 2013 9:21 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How to know which COBOL compiler am using?
Replies: 9
Views: 5108
United States of America

Re: How to know which COBOL compiler am using?

Check out file 321 on the CBT tape (http://www.cbttape.org" onclick="window.open(this.href);return false;) for a program that can analyze COBOL load modules and give you information about them such as compiler used and compile options. You are also over-simplifying the history of COBOL on ...
by Robert Sample
Tue Jul 09, 2013 5:43 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: REXX and PDS.
Replies: 2
Views: 2077
United States of America

Re: REXX and PDS.

Your post is not clear about what you need help with. The answer to your question is Yes, REXX can access a PDS. The simplest way is if you want to read a member of the PDS, allocate the data set name with member name and let REXX handle the read as if it were sequential. If you want to write to a m...
by Robert Sample
Mon Jul 08, 2013 5:39 pm
Forum: JCL - Job Control Language.
Topic: How many MAXIMUM Jobs can be submitted in a single JCL
Replies: 8
Views: 2544
United States of America

Re: How many MAXIMUM Jobs can be submitted in a single JCL

Consider the internal reader. You copy a series of JCL statements to it, and the internal reader buffers them in your address space. These JCL statements may include one job, or two jobs, or many jobs. Finding a JOB statement in the stream of statements indicates that the previous job (if any) is co...
by Robert Sample
Sat Jul 06, 2013 6:43 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Diff. between STOP RUN and GO BACK?
Replies: 11
Views: 4575
United States of America

Re: Diff. between STOP RUN and GO BACK?

Executing STOP RUN in a CICS program would bring the entire CICS region down. GO BACK or EXIT PROGRAM merely return to the calling program (operating system for a batch program or CICS for a CICS program). So they are not exactly synonyms. There are still many program that have STOP RUN in them -- n...
by Robert Sample
Sat Jul 06, 2013 6:39 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How to know which COBOL compiler am using?
Replies: 9
Views: 5108
United States of America

Re: How to know which COBOL compiler am using?

Ask your site support group. They will know. If you're wanting to know if there is any way in general of knowing (from looking at data sets for example), then the answer is no. Although COBOL typically installs into version-specific data sets such as IGY.V5R1M0.SIGYCOMP, many sites use a non-version...
by Robert Sample
Sat Jul 06, 2013 6:34 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: What is a word and how many bytes are in it?
Replies: 5
Views: 4719
United States of America

Re: What is a word and how many bytes are in it?

If you are talking about memory swaps (such as paging to / from auxiliary storage), the unit used is a page. And a page is 4096 bytes (4KB or 1024 words).
by Robert Sample
Sat Jul 06, 2013 6:31 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Which is better Pic S9(9) or using -9(9)?
Replies: 5
Views: 2431
United States of America

Re: Which is better Pic S9(9) or using -9(9)?

In general, anyone concerned about performance in this day of executing tens of millions to hundreds of millions of COBOL statements per second of CPU time is extremely misguided -- except for the one case where the program is already in production and not meeting batch window requirements. So the w...
by Robert Sample
Fri Jul 05, 2013 8:48 pm
Forum: File-AID and IBM File Manager.
Topic: How to create XREF in File-Aid?
Replies: 6
Views: 8459
United States of America

Re: How to create XREF in File-Aid?

You need to find the File Aid manuals at your site (if your site is licensed for File Aid, you have access to the manuals, via harcopy at your site or internal web site or through the vendor web site) and read up on this. Or you could try the online help by hitting F1 after doing option 7 for XREF f...
by Robert Sample
Fri Jul 05, 2013 8:03 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Which is better Pic S9(9) or using -9(9)?
Replies: 5
Views: 2431
United States of America

Re: Which is better Pic S9(9) or using -9(9)?

The answer to your question partly depends upon what you mean by "better for calculation". For general calculations, using COMP-3 (packed decimal) is usually better than DISPLAY (zoned decimal). For some calculations, using COMP (binary) will be better than COMP-3 or DISPLAY. The -9(9) is ...
by Robert Sample
Fri Jul 05, 2013 4:46 pm
Forum: JCL - Job Control Language.
Topic: What is the difference between restart and resubmit?
Replies: 6
Views: 2805
United States of America

Re: What is the difference between restart and resubmit?

If the job failed for an allocation problem, then it never got started executing. In that case, restart and resubmit would be the same. As I stated in my previous post, "restart" is an ambiguous term since it can refer to multiple things. Without knowing the type of "restart" bei...
by Robert Sample
Fri Jul 05, 2013 4:42 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: How to count No. of Records in Dataset using Sort?
Replies: 9
Views: 7686
United States of America

Re: How to count No. of Records in Dataset using Sort?

If the data set has about 2 billion records, I would NOT recommend using REXX.
by Robert Sample
Fri Jul 05, 2013 3:35 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Where do the copybook "comes from" while execution?
Replies: 7
Views: 2430
United States of America

Re: Where do the copybook "comes from" while execution?

Link list applies only to load libraries. Hence copy books cannot be stored in the link list.
by Robert Sample
Fri Jul 05, 2013 3:33 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Empty the VSAM file.
Replies: 9
Views: 3808
United States of America

Re: Empty the VSAM file.

I don't think using SORT would allow one to empty a VSAM file. A program could, by reading each record sequentially and then deleting that record. I'm not sure if sorting an empty file into the VSAM file would delete the records or not.
by Robert Sample
Fri Jul 05, 2013 3:31 pm
Forum: JCL - Job Control Language.
Topic: What is the difference between elapsed time and the CPU time
Replies: 6
Views: 4854
United States of America

Re: What is the difference between elapsed time and the CPU

It can be MUCH higher than that. Job management is generally handled by Workload Manager (WLM) these days. There are 6 priority classes for a job in WLM -- 1 through 5 and DISCRETIONARY. A discretionary job gets CPU time if -- and only if -- no other job with a numeric priority can use the CPU time....
by Robert Sample
Fri Jul 05, 2013 3:25 pm
Forum: JCL - Job Control Language.
Topic: How many MAXIMUM Jobs can be submitted in a single JCL
Replies: 8
Views: 2544
United States of America

Re: How many MAXIMUM Jobs can be submitted in a single JCL

The system determines the start of a job when it finds a JOB card. The end of the job is much harder to determine, but a new job card definitely ends the previous job. The member count of a PDS has nothing to do with the number of submitted jobs.
by Robert Sample
Fri Jul 05, 2013 3:20 pm
Forum: JCL - Job Control Language.
Topic: Why browse is substituted on big datasets?
Replies: 7
Views: 3641
United States of America

Re: Why browse is substituted on big datasets?

Yes, the region shown on the log on screen is the memory size allowed. There is some overhead with the system so if the value is 256000 then you cannot actually edit a file that contains 256,000 K of data.
by Robert Sample
Thu Jul 04, 2013 8:05 pm
Forum: JCL - Job Control Language.
Topic: What is the difference between elapsed time and the CPU time
Replies: 6
Views: 4854
United States of America

Re: What is the difference between elapsed time and the CPU

Under z/OS, there are typically hundreds of tasks running simultaneously on any given system. These include started tasks (which would include DB2, MQ series, Websphere, system tasks), TSO users, batch jobs, CICS regions. The system manages these tasks and allows each to run for a certain amount of ...
by Robert Sample
Thu Jul 04, 2013 8:01 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: What is the difference between paging and swapping?
Replies: 2
Views: 3661
United States of America

Re: What is the difference between paging & swapping?

From the z/OS Concepts manual: Swapping is the process of transferring all of the pages of an address space between central storage and auxiliary storage. A swapped-in address space is active, having pages in central storage frames and pages in auxiliary storage slots. A swapped-out address space is...

Go to advanced search