Search found 2456 matches

by Anuj Dhawan
Thu Mar 02, 2023 10:23 am
Forum: CICS, Middleware and MQ Series.
Topic: Call sub-program in batch and online
Replies: 4
Views: 2498
India

Re: Call sub-program in batch and online

If I've understood your question correctly - search for CICS DFHEIBLK and nested COBOL programs.

Edit:

There is an example at this link: https://www.ibm.com/docs/en/cics-ts/5.3 ... l-programs
by Anuj Dhawan
Wed Mar 01, 2023 10:49 am
Forum: IBM DB2 and IMS DB/DC
Topic: Can we run a select * query for a production DB2 table?
Replies: 4
Views: 1673
India

Re: Can we run a select * query for a production DB2 table?

Glad that I had been helpful.

Good luck,
by Anuj Dhawan
Mon Feb 27, 2023 9:13 pm
Forum: Site Announcements and Rules.
Topic: Recent Topics.
Replies: 3
Views: 5897
India

Re: Recent Topics.

We're working on it and will keep you posted.

Should be positive,
by Anuj Dhawan
Fri Feb 17, 2023 1:37 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Sort error.
Replies: 1
Views: 973
India

Re: Sort error.

As part of IT career, it'll greatly help you if you can develop the skill to search the error messages system shows you. You get an ICE027A, explanation for which is: Explanation Critical. If ddname is blank, then: The OUTREC or INREC length exceeded 32767 bytes, or if INREC was specified, a SORT, M...
by Anuj Dhawan
Thu Feb 16, 2023 6:51 pm
Forum: IBM DFSort, ICETOOL, ICEMAN, ICEGENER.
Topic: Replace a character using JCL and SORT.
Replies: 1
Views: 2158
India

Re: Replace a character using JCL and SORT.

Look for FINDREP, a sample is given below:

Code: Select all

//SYSIN DD *                           
 OPTION COPY                           
 OUTREC FINDREP=(IN=C'X',OUT=C'Y')
Play around with position of characters you want to replace, should work.
by Anuj Dhawan
Thu Feb 16, 2023 5:25 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Can we run a select * query for a production DB2 table?
Replies: 4
Views: 1673
India

Re: Can we run a select * query for a production DB2 table?

You "can' use it, however it's not recommend in static SQL. SELECT * is recommended mostly for use with dynamic SQL and view definitions. You can use SELECT * in static SQL, but doing so is not recommended because of first, possible host variable compatibility and performance implications. Supp...
by Anuj Dhawan
Thu Feb 16, 2023 2:14 pm
Forum: Ask for Job Guidance and referrals here.
Topic: mainframe Batch and console operator to developer.
Replies: 1
Views: 1016
India

Re: mainframe Batch and console operator to developer.

This move should be easy, if you are willing to do so. Possibly you want to explain in details your questions and someone will be around.
by Anuj Dhawan
Tue Feb 14, 2023 11:33 pm
Forum: You are a Guest.
Topic: CICS support person having 2.6 years exp. - need suggestion.
Replies: 3
Views: 2495
India

Re: CICS support person having 2.6 years exp. - need suggestion.

Do you have offer for the job in other technology?

If no, quest ends there as you've left the previous job and apparently you need another.

If yes, are you good with the opportunities it presents now and can possibly bring in future? Write down those thoughts, meditate, pick a choice.
by Anuj Dhawan
Tue Feb 14, 2023 11:26 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is PDX?
Replies: 2
Views: 1335
India

Re: What is PDX?

A PDX is a pre-formatted, fixed-blocked BDAM data set. Like a partitioned data set (PDS), it contains a directory followed by member data blocks. The directory starts at the beginning of the data set and is defined in tracks (not blocks). The directory blocks are the same size as the data blocks. Th...
by Anuj Dhawan
Tue Feb 14, 2023 5:23 pm
Forum: Ask for Job Guidance and referrals here.
Topic: Question on TCS base location.
Replies: 2
Views: 1052
India

Re: Question on TCS base location.

This question can be best answered at TCS internally. Suggest you ask it there.

You can talk to Resource Management Group (RMG) there - they should guide you. Good Luck.
by Anuj Dhawan
Tue Feb 14, 2023 2:31 pm
Forum: Ask for Job Guidance and referrals here.
Topic: Bench criteria in TCS.
Replies: 3
Views: 1731
India

Re: Bench criteria in TCS.

Look at the flip side also - you're in a job so you should ideally have a project, yes? Thinking that you can answer your own question. With any company if you are on bench longer than anticipated, it's not good. For TCS, it's good that you get in touch with RMG and get yourself aligned. Good Luck!
by Anuj Dhawan
Mon Feb 13, 2023 7:27 pm
Forum: Other Databases on zOS.
Topic: Can some plz tel me about natural adabas.
Replies: 2
Views: 4369
India

Re: Can some plz tel me about natural adabas.

ADABAS, Adaptable DAta BAse System, is Software AG’s primary database management system. Initially released on IBM mainframe systems using DOS/360, OS/MFT or OS/MVT, ADABAS is now available on a range of other systems including OpenVMS, Unix (including Linux and Linux on zSeries), and Microsoft Win...
by Anuj Dhawan
Sat Feb 11, 2023 11:07 am
Forum: You are a Guest.
Topic: NDM JCL
Replies: 1
Views: 1886
India

Re: NDM JCL

You might want to clarify a bit more - a further explanation would help us to help you.
by Anuj Dhawan
Wed Feb 08, 2023 9:04 pm
Forum: DevOps for Mainframes and related news
Topic: How to use IBM DBB.
Replies: 12
Views: 5455
India

Re: How to use IBM DBB.

Richa Chauhan wrote: Mon Feb 06, 2023 11:45 amSo this is really a devops solution?
Yes, it is - It's part of IBM DevOps tool-set.
by Anuj Dhawan
Sat Feb 04, 2023 5:03 pm
Forum: DevOps for Mainframes and related news
Topic: How to use IBM DBB.
Replies: 12
Views: 5455
India

Re: How to use IBM DBB.

In addition to what Robert has said - IBM's Dependency Base Build (DBB) tool is (part of) a source code management solution for IBM Mainframe systems. It provides an end-to-end solution for managing and automating the build, deployment and management of mainframe applications. With DBB, developers c...
by Anuj Dhawan
Wed Jan 18, 2023 6:43 pm
Forum: DevOps for Mainframes and related news
Topic: How to use IBM DBB.
Replies: 12
Views: 5455
India

Re: How to use IBM DBB.

IBM DBB is short for IBM Dependency Based Build. It's part of IBM DevOps tool-set. DBB is a build system for traditional z/OS applications written in languages such as COBOL and PL/I that allows the analysis of build dependencies between objects. It provides the automation capabilities that can be u...
by Anuj Dhawan
Sat Jan 14, 2023 8:22 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Can we copy a PDS to another PDS?
Replies: 7
Views: 2130
India

Re: Can we copy a PDS to another PDS?

That's correct - IEBCOPY can be used to copy PDS. IEBCOPY is a data set utility that is used to copy or merge members between one or more partitioned data sets, or partitioned data sets extended (PDSEs), in full or in part. //COPYJOBA JOB,'COPY PDS',MSGCLASS=X // EXEC PGM=IEBCOPY //SYSPRINT DD SYSOU...
by Anuj Dhawan
Sat Jan 14, 2023 6:40 pm
Forum: Ask for Job Guidance and referrals here.
Topic: Two offers - which one should I consider?
Replies: 8
Views: 1268
India

Re: Two offers - which one should I consider?

This pretty much is a personal choice. And if someone is confused with that much money on disposal and asking a direction on a Forum, I'm not sure if they really deserve it. With that rant here are two cents: If the personal choice is to stay with family, WFH is a good choice. If the person comes fr...
by Anuj Dhawan
Sat Jan 07, 2023 11:16 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: update colums, if match found in file1 and file2.
Replies: 4
Views: 1683
India

Re: update colums, if match found in file1 and file2.

This is a classic case of JOINKEYs in SORT, unless there is more to what meets the eyes. See below exmaple: //JKE1 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTJNF1 DD * Roses 03 Red Daisies 06 Orange Roses 04 Pink Daisies 02 Yellow Roses 06 Yellow Daisies 12 Lilac Roses 09 Blue /* //SORTJNF2 DD * Red L...
by Anuj Dhawan
Thu Jan 05, 2023 8:11 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: update colums, if match found in file1 and file2.
Replies: 4
Views: 1683
India

Re: update colums, if match found in file1 and file2.

This definitely needs more explanation as Robert has said too. What kind of solution are you looking for COBOL or SORT or anything else?

Go to advanced search