Search found 13 matches

by Ajit Shah
Mon Jul 10, 2017 4:47 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Use date as qualifier.
Replies: 2
Views: 486

Re: Use date as qualifier.

We made use of CA-7 for this. Thanks for the help.
by Ajit Shah
Mon Jul 10, 2017 4:46 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Write the sort logic in COBOL.
Replies: 8
Views: 1079

Re: Write the sort logic in COBOL.

I will have a file like this:

0010
0009
0003
0008
0007
0005
0002
0001
0006
0004

and I want to sort them in ascending order. I can do it using by calling the SORT but I need to use using a COBOL program logic.
by Ajit Shah
Mon Jul 03, 2017 5:00 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Write the sort logic in COBOL.
Replies: 8
Views: 1079

Re: Write the sort logic in COBOL.

Yes, I need to replicate SORT logic just uisng COBOL and not by calling some external SORT utility.
by Ajit Shah
Fri Jun 30, 2017 4:51 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Write the sort logic in COBOL.
Replies: 8
Views: 1079

Write the sort logic in COBOL.

Hi,

I need to write a COBOL program to sort the file in ascending order without sort. As sort is not working in Micro Focus language. Can somebody please guide on this?
by Ajit Shah
Fri Feb 10, 2017 2:45 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Use date as qualifier.
Replies: 2
Views: 486

Use date as qualifier.

Hi, I have two JCLS. After submitting the JCL1, if the return code is 4 then JCL2 needs to be submitted. Actualy once JCL1 step is submitted a data set name with the current date, as one of its qualifier should get created as the output. Because this is for test, I can take care of the first require...
by Ajit Shah
Mon Jul 14, 2014 11:27 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74108

Re: Count to a Million!

0139.
by Ajit Shah
Mon Jul 14, 2014 11:27 am
Forum: Suggestions & Feedback : About the website.
Topic: About the Forum.
Replies: 12
Views: 4914

Re: About the Forum.

So far it looks good. :)
by Ajit Shah
Mon Jul 14, 2014 11:27 am
Forum: Suggestions & Feedback : About the website.
Topic: How did you find us?
Replies: 294
Views: 500623

Re: How did you find us?

Google.
by Ajit Shah
Mon Jul 14, 2014 11:26 am
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229169

Re: Where do you live?

I'm from India.
by Ajit Shah
Mon Jul 14, 2014 11:22 am
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is meant by vanilla mainframes?
Replies: 3
Views: 1115

Re: What is meant by vanilla mainframes?

So in terms of mainframes what should I consider as the technologies if someone talks about "vanilla mainframes"?
by Ajit Shah
Thu Jul 10, 2014 2:36 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: What is meant by vanilla mainframes?
Replies: 3
Views: 1115

What is meant by vanilla mainframes?

Hi,

What is "vanilla mainframes"? If anybody knows it please let me know about this? I've heard/read about this term in some of the job-interviews ads.
by Ajit Shah
Wed Oct 16, 2013 11:47 am
Forum: Terminology is Important.
Topic: Memory and Storage.
Replies: 4
Views: 3717

Re: Memory and Storage.

Thanks for this crisp explanation - this makes me understand that I was using 'memory' quite incorrectly... :oops: .
by Ajit Shah
Wed Oct 16, 2013 11:45 am
Forum: Terminology is Important.
Topic: DCB and DSCB.
Replies: 12
Views: 26619

Re: DCB and DSCB.

The SPACE=(TRK,0) parameter means that this file will just be created as a VTOC entry, it will not use up disk space.
When it does not use up any space, does it really exist?

Go to advanced search