Search found 11 matches

by Kannan P
Fri Feb 02, 2024 7:45 pm
Forum: File-AID and IBM File Manager.
Topic: Creating XREF for IMS DBD in fileaid.
Replies: 1
Views: 388

Creating XREF for IMS DBD in fileaid.

Hello,

Anyone has idea how to create XREF for IMS DBD in fileaid?
by Kannan P
Fri Feb 02, 2024 7:38 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Compare a flat file with DB2 table.
Replies: 3
Views: 452

Re: Compare a flat file with DB2 table.

Thanks. Can we not do it using JCL only with some utility?
by Kannan P
Fri Feb 02, 2024 7:36 pm
Forum: Ask for Job Guidance and referrals here.
Topic: How is scope of mainframe in market ?
Replies: 4
Views: 558

Re: How is scope of mainframe in market ?

That's a good idea, but I'll still remain a mainframe resource that way, right?
by Kannan P
Mon Jan 29, 2024 11:47 am
Forum: Ask for Job Guidance and referrals here.
Topic: How is scope of mainframe in market ?
Replies: 4
Views: 558

How is scope of mainframe in market ?

How is scope of mainframe in market ? Friends and cousins are asking me to move out of mainframe and move in to latest technologies like Java , please suggest what should we do?
by Kannan P
Mon Jan 29, 2024 11:44 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL unstring question for packed decimal.
Replies: 2
Views: 414

Re: COBOL unstring question for packed decimal.

Thanks for the suggestion zum13. Let me work on this:
If there's any way of getting your input file written with the packed data converted to displayable characters, I'd suggest taking it as it will make things a whole lot easier.
by Kannan P
Mon Jan 29, 2024 11:43 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Compare a flat file with DB2 table.
Replies: 3
Views: 452

Compare a flat file with DB2 table.

Hi,

I have ps file
Record 1
Record 2

Db2 table
Record 1
Record 2
Record 3
My req : I need to find record 3 record and delete it
by Kannan P
Sat Jan 27, 2024 11:32 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL unstring question for packed decimal.
Replies: 2
Views: 414

COBOL unstring question for packed decimal.

Hello,

I have a requirement to unstring the fields based on semicolon. I have a packed decimal in the record which throws compilation error because of this unstring, however.

Is there any other option to separate fields in jcl or is it correct to use unstring for packed decimal. TIA
by Kannan P
Tue Sep 06, 2016 3:28 pm
Forum: Interview Questions.
Topic: What is the difference between SYSPRINT and SYSOUT DD names?
Replies: 7
Views: 2333

Re: What is the difference between SYSPRINT and SYSOUT DD names?

10529 Be aware that z/OS is not the same a Unix where stdout and stderr have special and agreed upon meanings. With z/OS a DD can be whatever the programmer wants it to be. Thus a SYSPRINT and a SYSOUT DD could be used for completely different purposes in different programs. From a different perspe...
by Kannan P
Thu Aug 11, 2016 8:30 pm
Forum: Interview Questions.
Topic: What is the difference between SYSPRINT and SYSOUT DD names?
Replies: 7
Views: 2333

Re: What is the difference between SYSPRINT and SYSOUT DD names?

Thanks Lbdyck. But this is an interview question but I think this answer will work in interview too.
by Kannan P
Mon Jul 25, 2016 2:46 pm
Forum: Interview Questions.
Topic: What is the difference between SYSPRINT and SYSOUT DD names?
Replies: 7
Views: 2333

What is the difference between SYSPRINT and SYSOUT DD names?

Hi, When we code like this in a JCL //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* What difference exists between SYSPRINT and SYSOUT DD names ? Why do we use SYSOUT=* in both? I replied that they are to disply the system messages but I am not sure why we used SYSOUT=* in both? Can there be something l...

Go to advanced search