Search found 18 matches

by Aarohi Saxena
Thu May 03, 2018 9:59 pm
Forum: JCL - Job Control Language.
Topic: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.
Replies: 10
Views: 4163

Re: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.

Thanks Robert. Just after my previous reply I got to see a link which said about that it's about REGION. I was using REGION=4K in my job card, changed it to 1M and it worked for me.

Thank you so much everybody! :)
by Aarohi Saxena
Thu May 03, 2018 6:42 pm
Forum: JCL - Job Control Language.
Topic: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.
Replies: 10
Views: 4163

Re: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.

Hi Enrico,

I did search for it and increased the space for the job. But it did not work for me.
by Aarohi Saxena
Tue May 01, 2018 10:08 am
Forum: JCL - Job Control Language.
Topic: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.
Replies: 10
Views: 4163

SYSTEM COMPLETION CODE=106 REASON CODE=0000000C.

Hi, I am executing SRCHFOR in batch but I'm continuously getting the following error: SYSTEM COMPLETION CODE=106 REASON CODE=0000000C //SEARCH EXEC PGM=ISRSUPC, // PARM=(SRCHCMP, // 'ANYC') //NEWDD DD DSN=PROD....PROCLIB, // DISP=SHR //OUTDD DD DSN=....SEARCH.OUT, // DISP=(,CATLG,DELETE), // SPACE=(...
by Aarohi Saxena
Tue Apr 24, 2018 11:40 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: NODYNAM and STATIC.
Replies: 1
Views: 550

NODYNAM and STATIC.

Hi,

In COBOL, NODYNAM and STATIC CALLs would mean same? Or are they different?
by Aarohi Saxena
Wed Apr 18, 2018 12:35 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What were the top 10 mainframe companies of old times.
Replies: 10
Views: 1460

Re: What were the top 10 mainframe companies of old times.

I wanted to know both hardware and software. I want to make a decision that which company is better to work with? Like the companies for J P Morgan chase which make us of mainframes or the companies like BMC, CA which make the products to be used on mainframes.
by Aarohi Saxena
Mon Apr 16, 2018 10:44 am
Forum: Interview Questions.
Topic: Which database will you choose and why?
Replies: 1
Views: 598

Which database will you choose and why?

Hi, I need help for the answer of one of the questions I have been asked: What differences do you know between DB2 and IMS, when you need to choose between these two? There is a task, where you need to design a system which needs a database and you can choose between both of these. The company has t...
by Aarohi Saxena
Sun Nov 19, 2017 9:37 am
Forum: Ask for Job Guidance and referrals here.
Topic: Need help on the difference between production support and development.
Replies: 1
Views: 724

Need help on the difference between production support and development.

Hi,

What is the difference between a Mainframe production support and a mainframe development project, I mean which is better for a career choice? And gives challenging work for better future.
by Aarohi Saxena
Sun Nov 19, 2017 9:32 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What were the top 10 mainframe companies of old times.
Replies: 10
Views: 1460

What were the top 10 mainframe companies of old times.

Hi,

I have been working on mainframe for some time. And would like to know what were say top 5-10 mainframe companies during the time when mainframe were at peak in 1980s? Does anyone here some information on them and do those companies exist today too?
by Aarohi Saxena
Sat Oct 28, 2017 2:01 pm
Forum: CICS, Middleware and MQ Series.
Topic: XCTL, LINK and CALL in CICS.
Replies: 2
Views: 422

XCTL, LINK and CALL in CICS.

Hi,

In CICS to call another program we use XCTL and LINK. Is it a normal rule to avoid CALL in COBOL CICS program? Please advise.
by Aarohi Saxena
Thu Aug 03, 2017 2:51 pm
Forum: CICS, Middleware and MQ Series.
Topic: Limit on COMMAREA.
Replies: 2
Views: 482

Limit on COMMAREA.

Hi, I need to ask a conceptual question for which I don't have all the details with me. The question is like this: We've a front end, which is written in SAP. They want to get some results from our CICS programs. Two such programs (pgm1 and pgm2) can provide the results from the SAP. Both programs p...
by Aarohi Saxena
Tue Mar 07, 2017 1:49 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Difference between COBOL and JCL?
Replies: 6
Views: 2417

Difference between COBOL and JCL?

Hi,

What is the difference between COBOL and JCL?
by Aarohi Saxena
Wed Sep 24, 2014 8:22 am
Forum: Application Change Control Software for MVS, OS/390 and z/OS.
Topic: Comparison of changeman and ISPW.
Replies: 3
Views: 2896

Re: Comparison of changeman and ISPW.

That's what I'm doing. I thought getting a list of changes might help me to pick this all up faster.

Thanks.
by Aarohi Saxena
Wed Sep 24, 2014 8:21 am
Forum: SyncSort, SyncTool, SyncGener.
Topic: PARM='CENTWIN=' in SyncSort.
Replies: 5
Views: 1813

Re: PARM='CENTWIN=' in SyncSort.

Thanks for the directions enrico and William. I'll work on these and let you know.
by Aarohi Saxena
Thu Sep 18, 2014 5:35 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: PARM='CENTWIN=' in SyncSort.
Replies: 5
Views: 1813

Re: PARM='CENTWIN=' in SyncSort.

Thanks, you are correct Enrico. I read more about CENTWIN and came to know that CENTWIN is an alias for DFSORT's Y2PAST option (and applicable in SyncSort too) which is used to set the "century window" you want to use with DFSORT's Y2x formats. I'm thinking if it'll have something to with ...
by Aarohi Saxena
Mon Sep 15, 2014 6:07 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: PARM='CENTWIN=' in SyncSort.
Replies: 5
Views: 1813

PARM='CENTWIN=' in SyncSort.

Hi, What is the use of PARM='CENTWIN='? In one of the jobs we're using PARM='CENTWIN=1970'. When I search for it, I came to know that it is used to provide a century window between years but could not understand for 1970 what it would be? The SORT card is SORT FIELDS=COPY and the this sort-step has ...
by Aarohi Saxena
Mon Sep 15, 2014 2:11 pm
Forum: Application Change Control Software for MVS, OS/390 and z/OS.
Topic: Comparison of changeman and ISPW.
Replies: 3
Views: 2896

Comparison of changeman and ISPW.

Hi,

I used to work at a company using changeman but now have joined another company. These people are using ISPW. ISPW is very different than changeman. How can I get the differences in tehse two to learn things better?

Go to advanced search