Search found 55 matches

by BobP
Fri Jan 18, 2019 2:25 pm
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: S0C7, how to find the record in error?
Replies: 2
Views: 4688
United States of America

Re: S0C7, how to find the record in error?

This is what I tried; Compuware Abend-AID --------- Fault Summary --------------------- Row 000001 COMMAND ===> SCROLL ===> CSR Shared Directory/Database... ABCDE.AAV17R2.ABCD.ABCD170.SHDRRPT For a list of databases, select DBLIST To view the Fault Summary for a specific type, select View Job Name o...
by BobP
Fri Jan 18, 2019 2:19 pm
Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
Topic: S0C7, how to find the record in error?
Replies: 2
Views: 4688
United States of America

S0C7, how to find the record in error?

Hi,

We have got a S0C7 is the production for a Job. We have abend-Aid installed and I tried to analyze it. But I could not figure out how to know which record is in error? How to find that?
by BobP
Mon Oct 01, 2018 8:53 am
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to determine CI size by key length?
Replies: 6
Views: 2496
United States of America

Re: How to determine CI size by key length?

Yes, I was talking about KSDS. In general, key size has NO relationship to CI size. did you mean that there are case when there is a connection in between key-size and CI? CI size can only be certain values (512 to 8192 by 512, 8192 to 32760 by 2048) and you select the CI size based on the data set ...
by BobP
Mon Oct 01, 2018 8:24 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL built-in function to trim spaces.
Replies: 2
Views: 2808
United States of America

Re: COBOL built-in function to trim spaces.

And the answer to your question is no, COBOL has no function to trim spaces. This is because COBOL does not have strings like languages such as C or Java. COBOL has variables. Variables are (almost always) fixed length and if there are not enough characters provided for the length of the variable, ...
by BobP
Fri Sep 28, 2018 9:38 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: COBOL built-in function to trim spaces.
Replies: 2
Views: 2808
United States of America

COBOL built-in function to trim spaces.

HI All,

Is there any COBOL built-in function to trim spaces at the starting and ending of a variable.. please let me know.
by BobP
Mon Apr 09, 2018 12:20 pm
Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
Topic: How to determine CI size by key length?
Replies: 6
Views: 2496
United States of America

How to determine CI size by key length?

Hi,

Am not very familiar with VSAM so asking this. How to determine CI size by key length? If the file length 25 and the file length is 2000? Is it based on CA size?
by BobP
Mon Mar 19, 2018 11:46 am
Forum: CICS, Middleware and MQ Series.
Topic: Test condition to bring down and up the CICS region.
Replies: 3
Views: 734
United States of America

Re: Test condition to bring down and up the CICS region.

Thanks Robert for the reply. I read about PLT program and it is not easy to understand it. Will have more questions.

We have invoked the TRAN directly and experimenting if it if working as per test cases.
by BobP
Mon Feb 26, 2018 6:37 pm
Forum: CICS, Middleware and MQ Series.
Topic: Test condition to bring down and up the CICS region.
Replies: 3
Views: 734
United States of America

Test condition to bring down and up the CICS region.

Hi,

There is a requirement which requires to issue a print as soon as the CICS region is brought up. Is there a way to really create a test case for such a situation, I mean apart from really bringing down or up the region, what can be possible way to do it? Can region up/down be mimicked?
by BobP
Tue Nov 21, 2017 6:04 pm
Forum: IBM DB2 and IMS DB/DC
Topic: GE status code while trying to insert data in ims database (ISRT call)
Replies: 0
Views: 1015
United States of America

GE status code while trying to insert data in ims database (ISRT call)

:unknown: Can any one suggest solution for GE status code while trying to insert data in ims database (ISRT call) ... IBM manual says For an ISRT call, DL/I cannot find one of the parents of the segment being inserted.For an ISRT call, DL/I was requested to insert a root segment outside of the acces...
by BobP
Wed Nov 08, 2017 10:12 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Reference modification for the receiving field?
Replies: 3
Views: 808
United States of America

Reference modification for the receiving field?

Hi

is it possible to use reference modification for a receiving field in a COBOL program? For example, can we use something like this:

Code: Select all

MOVE 'ABC123' to WS-VAR-A(3:3). 
?
by BobP
Tue Dec 01, 2015 3:07 pm
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: ACCEPT in OpenCOBOL.
Replies: 14
Views: 8906
United States of America

Re: ACCEPT in OpenCOBOL.

I am still getting the same results. As this is for learning only... I shall do some more experiments.
by BobP
Tue Dec 01, 2015 3:05 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Way to increase the default logoff time.
Replies: 5
Views: 1093
United States of America

Re: Way to increase the default logoff time.

Thanks for all your replies.

I think I saw a reply there on this thread using some SDSF trick but it is not there now?
by BobP
Thu Nov 19, 2015 2:47 pm
Forum: File-AID and IBM File Manager.
Topic: How to change some text "text1" to "text2" in File-AID?
Replies: 3
Views: 3010
United States of America

Re: How to change some text "text1" to "text2" in File-AID?

Hi, FILEAID option 3(Utilities) > option 6(search and update). Key-in the DSN and the text to be replaced. When prompted for confirmation about to perform update or not - select 'yes' and the new changes will be reflected in the code. You can (if I'm not mistaken) generate a batch Job also for this...
by BobP
Thu Nov 19, 2015 2:45 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Way to increase the default logoff time.
Replies: 5
Views: 1093
United States of America

Re: Way to increase the default logoff time.

Thanks Pandora-Box. I usually keep my terminal busy but you never know when you are pulled in some call and that time it mkaes trouble. 30 minutes default is pretty good, as per the manual but it's 5 minutes at my terminal.
by BobP
Thu Nov 19, 2015 2:41 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: IBM's PDUU.
Replies: 3
Views: 1062
United States of America

Re: IBM's PDUU.

:). Hope it might help someone.
by BobP
Thu Nov 19, 2015 2:40 pm
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: ACCEPT in OpenCOBOL.
Replies: 14
Views: 8906
United States of America

Re: ACCEPT in OpenCOBOL.

That will read up to four lines of SYSIN data in one shot :-) That's a differnt behavior. I was thinking that to run the above program on maifnrames one would need a JCL. 5, 2 and 9 as inputs from SYSIN, which will be treated as FB/80 dataset so an input like 5 2 9 are three seperate inputs of type...
by BobP
Mon Nov 16, 2015 5:27 pm
Forum: Hercules, z390, zCOBOL, CBT Tape Files.
Topic: ACCEPT in OpenCOBOL.
Replies: 14
Views: 8906
United States of America

ACCEPT in OpenCOBOL.

We have this program running for OpenCOBOL: IDENTIFICATION DIVISION. PROGRAM-ID. SOMEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-INPUT1 PIC Z(8). 01 WS-INPUT2 PIC 9(9). PROCEDURE DIVISION. PARA. ACCEPT WS-INPUT1. DISPLAY WS-INPUT1. ACCEPT WS-INPUT2. DISPLAY WS-INPUT2. INITIALIZE WS-INPUT1. IN...
by BobP
Fri Nov 13, 2015 1:57 pm
Forum: Other Mainframe Topics, Off-Topics, FAQs.
Topic: IBM's PDUU.
Replies: 3
Views: 1062
United States of America

Re: IBM's PDUU.

Got this example from the internet which has been used successfully. Will start from this: //FTP EXEC PGM=AMAPDUPL //SYSUDUMP DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR,DSN=dump input //SYSIN DD * USERID=anonymous PASSWORD=my email address TARGET_SYS=testcase.boulder.ibm.com TARGET_DSN=...
by BobP
Fri Nov 13, 2015 1:42 pm
Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
Topic: Way to increase the default logoff time.
Replies: 5
Views: 1093
United States of America

Way to increase the default logoff time.

Hi,

In my office, my TSO session gets logged out if it is not used for 5 minutes, can we extend the automatic logoff time by any chance? Or is it advisable?
by BobP
Wed Nov 11, 2015 8:32 am
Forum: Site Announcements and Rules.
Topic: Happy Diwali!
Replies: 27
Views: 2943
United States of America

Re: Happy Diwali!

May the festival of lights brighten up you and your near and dear ones lives! happy Diwali! :)

Go to advanced search