Search found 649 matches

by nicc
Wed Oct 22, 2014 12:04 am
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: Oracle testing to Mainframe testing.
Replies: 3
Views: 1533

Re: Oracle testing to Mainframe testing.

If you are running batch jobs then you definitely need JCL. You don't need to know everything - just the basics. As someone new to the mainframe world you would not be expected to know everything on day 1. Just find out where the manuals are. And learn that control cards are not JCL but are control ...
by nicc
Tue Oct 21, 2014 3:21 am
Forum: IBM DB2 and IMS DB/DC
Topic: what is the difference between MPP, BMP and batch programs?
Replies: 4
Views: 2479

Re: what is the difference between MPP, BMP and batch progra

Have you tried reading an introductory manual or searching the internet? And that is an IMS question so why post in the JCL forum?
by nicc
Tue Oct 21, 2014 3:19 am
Forum: IBM DB2 and IMS DB/DC
Topic: GNP call first with out using GN?
Replies: 4
Views: 1144

Re: GNP call first with out using GN?

How can you issue a get next within parent if you do not have a parent? Think about it.
by nicc
Tue Oct 21, 2014 3:17 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Rexx script for reporting
Replies: 5
Views: 1653

Re: Rexx script for reporting

Code: Select all

this = 'something'
that = 'something else'
say this that
gives:

Code: Select all

somethng something else
Suggest you read up about concatenation as that is a basic part of Rexx.
by nicc
Sat Oct 18, 2014 3:13 am
Forum: JCL - Job Control Language.
Topic: COND Parmeter in JCL.
Replies: 5
Views: 917

Re: COND Parmeter in JCL.

Write yourself a little program that takes a value as a parameter and uses that to issue a return code. Create a procedure with as many executions of the program as you need with differing parameters and condition codes and check out the results.
by nicc
Sat Oct 18, 2014 3:10 am
Forum: JCL - Job Control Language.
Topic: check a GDG generation is present in catalog or not?
Replies: 1
Views: 535

Re: check a GDG generation is present in catalog or not?

Schedule the job so that it runs after the dataset is created. Alternatively, use IDCAMS to list the entries and then a program to check through the resultant list and set an appropriate return code.
by nicc
Thu Oct 02, 2014 6:15 pm
Forum: Suggestions & Feedback : About the website.
Topic: Cannot add another attachment, 1 is the maximum.
Replies: 2
Views: 700

Re: Cannot add another attachment, 1 is the maximum.

Just a note - it is preferable not to add attachments when seeking a solution to a problem. Use cut'n'paste instead.
by nicc
Thu Sep 25, 2014 6:18 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: xml generate and validation in cobol.
Replies: 3
Views: 672

Re: xml generate and validation in cobol.

Read the IBM COBOL Language Reference for the level of COBOL that you are using (assuming that you are using IBM COBOL). I checked the 5.1 version which was the latest that was returned on my search - and guess what?
by nicc
Fri Sep 19, 2014 8:08 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5295

Re: Space abend SB37 and Space parameter.

Go see whoever and ask them why so many records and what is the max that you should expect. That amount of "growth" so suddenly seems fishy - has something changed? Have they got the budget for that amount of dasd? You may prefer to shove the dataset onto tape.
by nicc
Thu Sep 18, 2014 8:34 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5295

Re: Space abend SB37 and Space parameter.

Yes (without double checking your arithmetic!). If your file is definitely that size. But, I would probably code either 600,100 or 500,100 just to have nice round figures - 15 * 500 is easier than 15 * 555 for mental arithmetic!
by nicc
Thu Sep 18, 2014 8:30 pm
Forum: JCL - Job Control Language.
Topic: JESMSGLG, JESJCL and JESYSMSG, are not they just same?
Replies: 2
Views: 3292

Re: JESMSGLG, JESJCL and JESYSMSG, are not they just same?

A simple browsing of each would have shown you that they are different from each other. JESMSGLG contains the console messages issued for the job although some might not actually go to a physical console (not sure about that) and JESYSMSG shows the dataset allocation messages, and other information,...
by nicc
Mon Sep 15, 2014 8:24 pm
Forum: Application Change Control Software for MVS, OS/390 and z/OS.
Topic: How to stage 100+ components in changman in single go?
Replies: 3
Views: 2198

Re: How to stage 100+ components in changman in single go?

I am pretty sure you can just get a member list up and select the components that you need. Same for putting them back and promoting.
by nicc
Mon Sep 15, 2014 8:23 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5295

Re: Space abend SB37 and Space parameter.

For example, if this data set has 1,000,000 records - what is the best SPACE I can code for it? I gave you the steps for doing the calculation yourself so do it. As it is stated the question is meaningless as you do net specify the LRECL. Is it 1 million records of 1 byte each (1 million bytes) or ...
by nicc
Thu Sep 11, 2014 9:02 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: Space abend SB37 and Space parameter.
Replies: 11
Views: 5295

Re: Space abend SB37 and Space parameter.

My question is -- as we've code SPACE=(4068,(500,500),RLSE) - will that play some role in the abend? Yes And what is the best way to avoid the space abend? By specifying enough space. 4068 is your lrecl - I believe you should have your blocksize here but I could be wrong. I usually code in TRK (CYL...
by nicc
Tue Sep 09, 2014 10:45 pm
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: zCobol.
Replies: 5
Views: 4227

Re: zCobol.

Did you try googling for 'cobol compilers'? You can cut down that list by googling for 'free cobol compilers'. The zCOBOL compiler is incomplete in its support for keywords and abbreviations of keywords. I had to write my own macro to permit the use of the abbreviation 'ID'.
by nicc
Tue Sep 09, 2014 10:36 pm
Forum: JCL - Job Control Language.
Topic: symbolic parameter.
Replies: 17
Views: 4892

Re: symbolic parameter.

Then you will need a program to red the dt, update it and write to anothe dataset.

If your data is instream i.e. after a DD * AND you are using the ltest z/OS then you can use symbolics in your data.
by nicc
Sun Aug 31, 2014 8:41 pm
Forum: JCL - Job Control Language.
Topic: MQFTE takes time and job abends.
Replies: 3
Views: 1127

Re: MQFTE takes time and job abends.

Do not execute the job every half hour - execute it when the dataset is received. The scheduler can do this for you.
by nicc
Fri Aug 08, 2014 4:34 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Group records for Ouput in an IMS DB.
Replies: 2
Views: 1863

Re: Group records for Ouput in an IMS DB.

Did you check the manual? Unless it is recent then the answer is "no". IMS returns one segment at a time although it is possible that with a path call it will return the segments from the path (not sure on that). But it will return ONE target segment so what good would grouping it be?
by nicc
Mon Jul 21, 2014 10:27 pm
Forum: JCL - Job Control Language.
Topic: Changinging the definition of variables in file.
Replies: 2
Views: 1575

Re: Changinging the definition of variables in file.

Are you really converting the 7 byte comp-3 fields to 13 byte alpha numeric-fields? I haven't checked that both layouts do total 120 and how about your FILLER?
by nicc
Thu Jul 10, 2014 12:54 am
Forum: Jobs for Experienced Professionals.
Topic: Mainframe Development - 4 to 6 years - TCS.
Replies: 2
Views: 2155

Re: Mainframe Development - 4 to 6 years - TCS.

It would help if the actual skills required were mentioned e.g. language, DBMS etc

Go to advanced search