Search found 26 matches

by pinball
Thu Nov 12, 2020 6:02 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Program compiled through 4.2 or 6.2?
Replies: 14
Views: 4140

Re: Program compiled through 4.2 or 6.2?

Does that mean that every company has to migrate to COBOL 6.2?
by pinball
Thu Nov 12, 2020 5:52 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: Restoring a dataset your own for analysis.
Replies: 1
Views: 1114

Restoring a dataset your own for analysis.

Hi, We had an abend in production and it required to analyze a file to be restored. We had to request to the storage team to restore it for you. Why could not we do the restore it ourselves? I mean why such rights give only to them and why could not we as programmers get it? Your reply is highly app...
by pinball
Tue Oct 20, 2020 5:38 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: strange symbols in report.
Replies: 5
Views: 1839

Re: strange symbols in report.

There are many systems involved in between before the PDF is created. Is there a way I can figure out whic language would show 'à' for '@'?
by pinball
Mon Oct 12, 2020 12:29 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: strange symbols in report.
Replies: 5
Views: 1839

Re: strange symbols in report.

Thanks Robert. Is there any way to figure out what code page is used at what time? And in what code page "@" can get converted to "à"?
by pinball
Mon Oct 05, 2020 7:10 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: strange symbols in report.
Replies: 5
Views: 1839

strange symbols in report.

Hi, In one of the invoice which is printed as PDF, generated on mainframes, we are getting strange symbols in it. Like below: It should be: retrodesk @ companyname.fr and it is coming as retrodesk à companyname.fr Also at other position in invoice, it should be Power case #, and it is coming as Powe...
by pinball
Sun Mar 13, 2016 9:57 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Can we execute SQLs using JCL.
Replies: 6
Views: 935

Re: Can we execute SQLs using JCL.

Thanks Chandan.
by pinball
Tue Mar 08, 2016 2:03 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Count to a Million!
Replies: 234
Views: 74108

Re: Count to a Million!

185
by pinball
Tue Mar 08, 2016 2:01 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Have you noticed the Bee symbol for IBM websites?
Replies: 15
Views: 1507

Re: Have you noticed the Bee symbol for IBM websites?

I have not noticed it until I read it here. And indeed it's a bee there.
by pinball
Tue Mar 08, 2016 1:59 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: What is the difference between Successor and trigger job?
Replies: 4
Views: 7906

Re: What is the difference between Successor and trigger job?

Hi, I have got the reference manual. It might be useful to someone like me: attachment deleted, CA copyright rules are less friendly than IBM' s THIS DOCUMENTATION MAY NOT BE COPIED, TRANSFERRED, REPRODUCED, DISCLOSED, OR DUPLICATED, IN WHOLE OR IN PART, WITHOUT THE PRIOR WRITTEN CONSENT OF CA. THIS...
by pinball
Tue Mar 08, 2016 1:49 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: What is Data Spaces mapping for VSAM files?
Replies: 1
Views: 309

What is Data Spaces mapping for VSAM files?

Hi,

What is Data Spaces mapping for VSAM files? We have heard about this from an expert at my shop who refused to give any further pointers on it. Any direction will be great on this! Thanks for your help.
by pinball
Tue Mar 08, 2016 1:45 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: Can we sort "executing jobs " in spool classwise?
Replies: 8
Views: 4204

Re: Can we sort "executing jobs " in spool classwise?

enrico-sorichetti wrote:

Code: Select all

COMMAND INPUT ===> FILTER C <Your_class>                      SCROLL ===> CSR
and after

Code: Select all

COMMAND INPUT ===> FILTER OFF                                 SCROLL ===> CSR
but ... only if Your SDSF setup allows it
Thanks enrico. In test we can use these commands.
by pinball
Tue Mar 08, 2016 1:45 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Can we execute SQLs using JCL.
Replies: 6
Views: 935

Re: Can we execute SQLs using JCL.

Below listed JCLs are some of the example of executing SQL queries in JCL: Suppose you want to unload the rows for department D01 from the project table. You can fit the table specification on one line, and you do not want to execute any non-SELECT statements, so you do not need the SQL parameter. ...
by pinball
Tue Mar 08, 2016 12:33 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Mainframe quotes and humor .
Replies: 22
Views: 3852

Re: Mainframe quotes and jokes.

If you can pick it up, it's a PC.
If you can't pick it up but you can push it over, it's a minicomputer.
But when you can't pick it up or knock it over, it's a mainframe.
by pinball
Thu Dec 10, 2015 2:44 pm
Forum: IBM DB2 and IMS DB/DC
Topic: Can we execute SQLs using JCL.
Replies: 6
Views: 935

Can we execute SQLs using JCL.

Hi,

Can we SQLs using JCL instead of QMF or SPUFI? Could you please share a JCL to do this, if it is possible.

Thanks for any help.
by pinball
Thu Dec 10, 2015 2:40 pm
Forum: JCL - Job Control Language.
Topic: Is it possible to change the record length of a PS
Replies: 11
Views: 7186

Re: Is it possible to change the record length of a PS

//CHNLEN EXEC PGM=SORT //SORTIN DD DISP=SHR,DSN=old.dataset //SORTOUT DD DSN=new.dataset,DISP=(,CATLG,DELETE),... //SYSOUT DD SYSOUT=* //SYSIN DD * OPTION COPY OUTREC FIELDS=(1,80,90:X) /* And this also worked, enter '/' beside the PS and choose option 17(copy). It will ask for DSname(give any). Yo...
by pinball
Wed Apr 30, 2014 4:36 pm
Forum: JCL - Job Control Language.
Topic: Is it possible to change the record length of a PS
Replies: 11
Views: 7186

Re: Is it possible to change the record length of a PS

Pandora-Box wrote:IIRC there is a tool called STARTOOL if your shop uses that you could achieve it through that...
We don't have STARTOOL.
by pinball
Wed Apr 30, 2014 4:34 pm
Forum: Scheduling Software for MVS, OS/390 and zOS
Topic: Can we sort "executing jobs " in spool classwise?
Replies: 8
Views: 4204

Re: Can we sort "executing jobs " in spool classwise?

That is correct Enrico. But if I need to see jobs executing in specific CLASS, for example CLASS=T is menat for test region and CLASS=Q is meant for QA region and if I want to see thejobs executing in these class, what can I do? We ue SDSF.
by pinball
Wed Apr 30, 2014 4:32 pm
Forum: JCL - Job Control Language.
Topic: Is it possible to change the record length of a PS
Replies: 11
Views: 7186

Re: Is it possible to change the record length of a PS

I have the file in step1 of lrecl=80 and in some other JCL I want to modigy it to lrecl=90, this is what I wanted to ask. Sorry for any confusion.

Go to advanced search