Search found 1879 matches

by Robert Sample
Mon Aug 05, 2013 3:21 pm
Forum: JCL - Job Control Language.
Topic: Confusion about different DD names used in JCL...
Replies: 2
Views: 2660
United States of America

Re: Confusion about different DD names used in JCL...

SYSPRINT -- commonly used for system output SYSTSPRT -- usually used for output of TSO commands in batch jobs that execute TSO SYSABOUT -- usually used for abend dump data for old (VS COBOL II) programs ABENDAID -- used by a third-party vendor (Compuware) for its product dump SYSUDUMP -- used by z/O...
by Robert Sample
Mon Aug 05, 2013 3:16 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: AIX in KSDS VSAM.
Replies: 6
Views: 2264
United States of America

Re: AIX in KSDS VSAM.

The 5 bytes are system information -- IBM does not tell us what is stored in those bytes; therefore it can be categorically stated that there is no reason for you to know that. If you work for IBM, and get assigned to work on VSAM, then you can find out (but you might have to sign a non-disclosure a...
by Robert Sample
Mon Aug 05, 2013 3:07 pm
Forum: File-AID and IBM File Manager.
Topic: How to view Copy-Book in File-Aid?
Replies: 5
Views: 3213
United States of America

Re: How to view Copy-Book in File-Aid?

A copy book is a member of a PDS -- so look at it just like any other PDS member.
by Robert Sample
Mon Aug 05, 2013 3:07 pm
Forum: JCL - Job Control Language.
Topic: JCL time limit for making the Job complete by some time.
Replies: 3
Views: 1929
United States of America

Re: JCL time limit for making the Job complete by some time.

z/OS has no such facility. What you are talking about is called job scheduling and there are a number of products on the market (NOT free) that do this -- CA-7, ZEKE, Control-M, Tivoli among them.
by Robert Sample
Mon Aug 05, 2013 3:04 pm
Forum: JCL - Job Control Language.
Topic: SMTP parameters and IEBGENER.
Replies: 2
Views: 2158
United States of America

Re: SMTP parameters and IEBGENER.

As long as the SMTP parameters are correctly specified, you can get them to SMTP any way you want -- IEBGENER, DITTO, SORT, or even a COBOL (or other language) program.
by Robert Sample
Mon Aug 05, 2013 3:02 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Structured Cobol Programming and Object Oriented COBOL...
Replies: 3
Views: 2636
United States of America

Re: Structured Cobol Programming and Object Oriented COBOL..

You are comparing apples to elephants. Structured programming is a concept that goes back to Dijkstra's 1968 letter to the Communications of the ACM where he suggested that the GOTO statement was not necessary and actually harmful to logic processes. Use of PERFORM statements in COBOL replace GOTO s...
by Robert Sample
Sat Aug 03, 2013 6:12 pm
Forum: Interview Questions.
Topic: Are Empty and Scratch mutually exclusive in GDG?
Replies: 7
Views: 5122
United States of America

Re: Are Empty and Scratch mutually exclusive in GDG?

It may seem strange but the combination is allowed. IBM may have had a reason for allowing this combination but if so we may never know the reasons behind it.
by Robert Sample
Wed Jul 31, 2013 4:27 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: BLOCK CONTAINS 0 RECORDS.
Replies: 7
Views: 5011
United States of America

Re: BLOCK CONTAINS 0 RECORDS.

If the JCL is coded to use 23440 block size for a data set with LRECL=80, then changing the pool DASD from 3380 to 3390 would indicate a change in the block size in the JCL to use 27920; otherwise, the data set would be using more tracks than needed.
by Robert Sample
Mon Jul 29, 2013 6:20 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: ICETOOL and ICEMAN in DFSORT - are they same?
Replies: 9
Views: 6122
United States of America

Re: ICETOOL and ICEMAN in DFSORT - are they same?

ICEMAN is another name for the DFSORT program -- you can also use SORT and execute the same program. ICETOOL is part of the DFSORT family but it is a separate utility. From the DFSORT Application Programming Guide manual: 6.1 Overview This chapter describes ICETOOL, a multi-purpose DFSORT utility. I...
by Robert Sample
Mon Jul 29, 2013 6:15 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: What are work-files in SORT and are they mandatory?
Replies: 2
Views: 1926
United States of America

Re: What are work-files in SORT and are they mandatory?

From the DFSORT Application Programming Guide manual: A.1 Introduction When a sort application cannot be performed entirely in virtual storage, DFSORT must use work space. The amount of work space required depends on: The amount of data being sorted The amount of virtual storage available to DFSORT ...
by Robert Sample
Mon Jul 29, 2013 3:16 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Difference between IDMS and DB2?
Replies: 3
Views: 6903
United States of America

Re: Difference between IDMS and DB2?

IDMS is a database system from a third-party vendor called Computer Associates (CA). It and DB2 have organizational differences in defining data bases and using them in programs, but your question is so broad as to be meaningless.
by Robert Sample
Mon Jul 29, 2013 3:12 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: What is syncsort ?
Replies: 13
Views: 4772
United States of America

Re: What is syncsort ?

Syncsort is a sort product from a third-party vendor called Syncsort. It is sometimes used in place of DFSORT. As with DFSORT, Syncsort will sort files, copy files, and merge files on a key field. You can also do reporting with either sort product.
by Robert Sample
Sun Jul 28, 2013 7:20 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to view vsam files without file manager or File-Aid?
Replies: 5
Views: 3402
United States of America

Re: How to view vsam files without file manager or File-Aid?

Unfortunately, there are no IBM utilities that do really well at displaying VSAM files -- hence the market for File Aid and File Manager. You can use IDCAMS to print the file but the display is not really that human-friendly.
by Robert Sample
Sun Jul 28, 2013 7:15 pm
Forum: JCL - Job Control Language.
Topic: What is MLDSCB?
Replies: 4
Views: 2202
United States of America

Re: What is MLDSCB?

If SMS is not active, then model DSCB data sets will be required for creating a GDG generation (for example).
by Robert Sample
Sat Jul 27, 2013 5:41 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?

Glad to hear your question was fully answered!
by Robert Sample
Wed Jul 24, 2013 7:33 pm
Forum: Assembler & PL/I.
Topic: How can I learn Assembler?
Replies: 3
Views: 2331
United States of America

Re: How can I learn Assembler?

System programmers still use assembler -- most operating system and JES exits are written in assembler. Assembler is so closely tied to machine architecture that I strongly recommend getting one of the books on it (Amazon has various IBM assembler books, even though the prices are high). I learned f...
by Robert Sample
Wed Jul 24, 2013 7:23 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: BLOCK CONTAINS 0 RECORDS.
Replies: 7
Views: 5011
United States of America

Re: BLOCK CONTAINS 0 RECORDS.

The answer actually is complicated. When JCL references a file, where does z/OS get the DCB data (record length and block size in particular)? The answer to THIS question is that z/OS uses a specific hierarchy to find DCB data: 1. The program 2. The JCL 3. The data set Any values not found in the pr...
by Robert Sample
Wed Jul 24, 2013 7:13 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Date in comp-3 Format and conversion.
Replies: 1
Views: 2270
United States of America

Re: Date in comp-3 Format and conversion.

Define a 4-byte numeric variable. Compute that variable = date-variable / 10000. Since COBOL will perform integer arithmetic, you'll get the MMDD removed and just the year as the result.
by Robert Sample
Wed Jul 24, 2013 7:09 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: 88-Level and display.
Replies: 7
Views: 3348
United States of America

Re: 88-Level and display.

An 88-level is not a variable. The manual calls them 88 Identifies any condition-name entry that is associated with a particular value of a conditional variable. (For details, see "VALUE clause" in topic 5.3.18.) and the various places in the manual will refer to "condition-name"...
by Robert Sample
Wed Jul 24, 2013 7:02 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?

It would be rare but not impossible for a company to have two COBOL (or other language) compilers. Depending upon the circumstances, a company might have kept the VS COBOL II compiler (for example) around even after upgrading to Enterprise COBOL. The older compiler would generally be accessed by use...

Go to advanced search