Search found 32 matches

by Manoj
Mon Nov 20, 2023 8:58 am
Forum: JCL - Job Control Language.
Topic: How to pass the value in Hexadecimal in SORTD?
Replies: 2
Views: 1490

Re: How to pass the value in Hexadecimal in SORTD?

Try

Code: Select all

//SORTIN DD *
X'F1F2F3F4F5'
by Manoj
Sun Oct 29, 2023 10:21 am
Forum: JCL - Job Control Language.
Topic: a step is amending with sb37 space abend
Replies: 2
Views: 918

Re: a step is amending with sb37 space abend

Yes, I am following up with storage team but not much yet told.
by Manoj
Mon Oct 23, 2023 8:09 pm
Forum: JCL - Job Control Language.
Topic: a step is amending with sb37 space abend
Replies: 2
Views: 918

a step is amending with sb37 space abend

I need help with jcl issue..so a step is amending with sb37 space abend. Data class is specified jumbo 2 for the op file. And no space parameter specified. They are asking what should they give should they give cylinders or what data class
by Manoj
Mon Jul 10, 2017 3:34 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Expand copybooks in the program itself.
Replies: 1
Views: 1378

Expand copybooks in the program itself.

Hi,

In the COBOL program using REXX can we expand the copybooks then and there instead of going to coybook-library and look for it there?
by Manoj
Mon Dec 16, 2013 11:40 pm
Forum: Site Announcements and Rules.
Topic: Manoj is Promoted as "Senior Member"!
Replies: 3
Views: 2499

Re: Manoj is Promoted as "Senior Member"!

Thanks Anuj and PB.
by Manoj
Thu Aug 08, 2013 7:09 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74047

Re: Count to a Million!

21
by Manoj
Wed Jul 24, 2013 1:44 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Date in comp-3 Format and conversion.
Replies: 1
Views: 2250

Date in comp-3 Format and conversion.

I have a date stored in a COMP-3 field in YYYYMMDD format. I need to check the Year. Is there some easy way to find the year? Please help.
by Manoj
Wed Jul 24, 2013 1:36 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Paint using Check boxes.
Replies: 5
Views: 1621

Re: Paint using Check boxes.

Good one!
by Manoj
Wed Jul 24, 2013 1:35 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74047

Re: Count to a Million!

9
by Manoj
Wed Jul 24, 2013 1:34 pm
Forum: zLinux, USS and other Operating Systems for Mainframes.
Topic: Installing zLinux.
Replies: 4
Views: 2836

Re: Installing zLinux.

Thanks Anuj.
by Manoj
Wed Jul 24, 2013 1:29 pm
Forum: IBM DB2 and IMS DB/DC
Topic: What are GSAM Files? Why do we need them?
Replies: 3
Views: 7874

Re: What are GSAM Files? Why do we need them?

As much as I know - GSAM files are used when you need check-point restart in your program...
by Manoj
Wed Jul 24, 2013 1:27 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: 88-Level and display.
Replies: 7
Views: 3312

Re: 88-Level and display.

Robert Sample wrote:1. There is no such thing as an 88-level variable.
So is it always wrong to mention them as "variables"?
by Manoj
Wed Jul 24, 2013 1:20 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can we initiate abend in a Job from cobol?
Replies: 7
Views: 3722

Re: Can we initiate abend in a Job from cobol?

Thanks Robert, that's a great explanation.

Yes, I understadn the difference between an abend and a non-zero return code... :)
by Manoj
Wed Jul 24, 2013 1:19 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: How to know which COBOL compiler am using?
Replies: 9
Views: 4948

Re: How to know which COBOL compiler am using?

As we talk about compilers here - is it possible that a company can have more than one COBOL compilers? Like Enterprise and COBOL II both?
by Manoj
Mon Jul 22, 2013 11:45 am
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: How to get data-set name implicitly in REXX?
Replies: 5
Views: 2870

Re: How to get data-set name implicitly in REXX?

Silly me - yes, I was using wrong pairs of /*.

Thank you.
by Manoj
Mon Jul 22, 2013 11:43 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Can we initiate abend in a Job from cobol?
Replies: 7
Views: 3722

Re: Can we initiate abend in a Job from cobol?

Hi Robert,

Thanks - this works and causes S0C7.

However, I'm thinking is it a good way of testing, to test/testify the application against abends? Please suggest.

Go to advanced search