Search found 22 matches

by Om Prakash
Thu Aug 24, 2017 2:09 pm
Forum: CICS, Middleware and MQ Series.
Topic: CEMT I PROG(*).
Replies: 2
Views: 584

Re: CEMT I PROG(*).

Thanks Robert....
by Om Prakash
Thu Aug 17, 2017 5:20 pm
Forum: CICS, Middleware and MQ Series.
Topic: CEMT I PROG(*).
Replies: 2
Views: 584

CEMT I PROG(*).

Hi,

Is it possible to see all the PPT entries by giving CEMT I PROG(*)? Does it make logical sense or I'm completely wrong?
by Om Prakash
Mon May 23, 2016 2:00 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Finding the utilities location.
Replies: 6
Views: 491

Re: Finding the utilities location.

Is zOS Management Facility available to only system programmer?
by Om Prakash
Fri May 20, 2016 2:52 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Finding the utilities location.
Replies: 6
Views: 491

Re: Finding the utilities location.

 AMBLIST should be in SYS1.LINKLIB as it is an IBM utility.  File Aid and Syncsort, however, are from independent software vendors and hence could reside anywhere on the system.  Short of asking your site support group, or running a program, there really is no way to know if they are installed. Tha...
by Om Prakash
Thu May 19, 2016 12:37 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Finding the utilities location.
Replies: 6
Views: 491

Finding the utilities location.

Hi,

Apart from asking the colleague and avoiding the idealistic situation of getting training, is there any good way to identify the existence of utilities like FILEAID, SyncSORT, AMBLIST on the mainframes; without really submitting a JCL or executing a REXX EXEC to see if they exist?
by Om Prakash
Tue May 10, 2016 3:25 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL program and wrong DD name.
Replies: 3
Views: 712

Re: COBOL program and wrong DD name.

And to not get an abend, you have coded the FILE STATUS clause - and simply not checked it. Which is the worst thing you can do. Because then any IO problems are ignored, because by using FILE STATUS you are telling the run-time that you want to check things, and then you don't bother. Both of you ...
by Om Prakash
Mon May 09, 2016 8:22 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL program and wrong DD name.
Replies: 3
Views: 712

COBOL program and wrong DD name.

Hi, I have a simple program which simply opens a sequential output file, write in to and closes the file.  I faced a problem that the program compiled well and executed to. It allocates the file the output file do not have any records . After a long a careful observation I came to know that the DD n...
by Om Prakash
Mon May 09, 2016 7:54 am
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: View CBT XMIT file on the PC.
Replies: 2
Views: 2866

Re: View CBT XMIT file on the PC.

Thanks enrico-sorichetti.
by Om Prakash
Thu May 05, 2016 11:35 am
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: View CBT XMIT file on the PC.
Replies: 2
Views: 2866

View CBT XMIT file on the PC.

Hi,
Whenever I download a XMIT file from CBT Tape I can't "see and read" it until I upload it to mainframes. Is it possible to see the contents of the XMIT file on PC ? Thanks.
by Om Prakash
Wed May 04, 2016 4:51 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Does blind work on mainframes?
Replies: 3
Views: 396

Re: Does blind work on mainframes?

Thanks. I have one of my known who has shown his ambition to work on mainframes. But he is blind. I am not aware of anyone in this and working with mainframes or computers.

I shall search to see what can be the additional requirements for such a programmer.
by Om Prakash
Tue May 03, 2016 12:12 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Does blind work on mainframes?
Replies: 3
Views: 396

Does blind work on mainframes?

Hi,

The question is sensitive to me and I ask it here. Does blind work on mainframes? Or are there some arrangements which can be made them to learn mainframes? Please share your piece of thought.
by Om Prakash
Thu Jun 04, 2015 2:26 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Why INITIAILIZE is not that preffered in COBOL.
Replies: 9
Views: 2902

Re: Why INITIAILIZE is not that preffered in COBOL.

After all that, remember that setting anything to an initial value is a waste of time if it is immediately going to be set to something else without reference to its current content. But if something else is not "big enough" to fill the all bytes of the variable, will that still hold true...
by Om Prakash
Thu Jun 04, 2015 2:18 pm
Forum: IBM DB2 and IMS DB/DC
Topic: the data in GSAM vanishes while it should be there
Replies: 6
Views: 1167

Re: the data in GSAM vanishes while it should be there

Hi Anuj,

Yes, it is U0102 abend of IMS. Can you please help?
by Om Prakash
Tue Jun 02, 2015 1:00 pm
Forum: IBM DB2 and IMS DB/DC
Topic: the data in GSAM vanishes while it should be there
Replies: 6
Views: 1167

Re: the data in GSAM vanishes while it should be there

But the very ame logic works in other programs...and we are taking checkpoints. If there is no abend you can see the data for the last checkpoint in the GSAM but in case of abend, the data is still there until we restart the job. This is confusing and we are not able to solve it...could there be any...
by Om Prakash
Tue Jun 02, 2015 12:57 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Why INITIAILIZE is not that preffered in COBOL.
Replies: 9
Views: 2902

Re: Why INITIAILIZE is not that preffered in COBOL.

No,I'll try to be fast.

Looks like this site was blocked in our office that's one of the reasons I could not log in here for long.

Thanks for your explnation but why would it be slow, because it is "designed" this way?
by Om Prakash
Mon Jun 01, 2015 7:36 pm
Forum: IBM DB2 and IMS DB/DC
Topic: the data in GSAM vanishes while it should be there
Replies: 6
Views: 1167

the data in GSAM vanishes while it should be there

I was recently working with GSAM files and every time when there is an abend I restart the Job, the data in GSAM vanishes while it should be there?
by Om Prakash
Mon Jun 01, 2015 6:59 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Why INITIAILIZE is not that preffered in COBOL.
Replies: 9
Views: 2902

Re: Why INITIAILIZE is not that preffered in COBOL.

Per the shop standard they would like uto MOVE SPACES and ZEROS at the 01 level in working storage and keep this "initialized" version aside and use it whenever we need to IINITIALIZE the same 01 level again in the program isntead of using INITIALIZE again and again.
by Om Prakash
Sun May 18, 2014 6:22 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Why INITIAILIZE is not that preffered in COBOL.
Replies: 9
Views: 2902

Why INITIAILIZE is not that preffered in COBOL.

Hi,

Why INITIAILIZE is not that preffered in COBOL. At my shop they usually don't prefer as per good coding practice. What are your thoughts, please share.
by Om Prakash
Sun Sep 29, 2013 1:35 am
Forum: Introduce Yourself and Share Your IT Experience.
Topic: This is Om.
Replies: 2
Views: 1509

Re: This is Om.

Thanks for the welcome Anuj. (I was keeping busy and could not log in here for a while...)

Regards,

Go to advanced search