My view on this is as yours, I agree!William Collins wrote:Well, the suggestion by your someone was indeed nonsense :-)
Search found 55 matches
- Thu Nov 05, 2015 2:18 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Read RDW Values of a VB file.
- Replies: 8
- Views: 2053
Re: Read RDW Values of a VB file.
- Thu Nov 05, 2015 1:52 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: IBM's PDUU.
- Replies: 3
- Views: 1062
IBM's PDUU.
HI, Is anyone out there using IBM's PDUU utility to upload diagnostic data to IBM? This is a link to IBM's page on this: http://www-05.ibm.com/de/support/ecurep/send_zos-tool.html The z/OS Problem Documentation Upload Utility (IBM PDUU) uses an internal compression feature and offers (optional) file...
- Thu Oct 22, 2015 2:14 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Read RDW Values of a VB file.
- Replies: 8
- Views: 2053
Re: Read RDW Values of a VB file.
Thanks. SSRANGE can be used to chekc the array bounds, that's what I know but to use in this situation is a different matter and was surprised with this suggestion.
- Sun Oct 04, 2015 11:17 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Read RDW Values of a VB file.
- Replies: 8
- Views: 2053
Re: Read RDW Values of a VB file.
Thanks William. I have declared the FD section as, FD CUST-RECORD-IN DATA RECORD IS CUST-REC-IN RECORDING MODE IS V RECORD IS VARYING IN SIZE FROM 1 TO 2021 CHARACTERS DEPENDING ON CUST-RECORD-RDW. Each time I read the record, length of the record, is captured in CUST-RECORD-RDW. Someone suggested t...
- Tue Sep 22, 2015 3:08 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Read RDW Values of a VB file.
- Replies: 8
- Views: 2053
Read RDW Values of a VB file.
Hi, I have file which is varuiable-blocked (VB) file. It's LRECL is 3000. In this, first record is of length is 100 bytes, 2nd, 5th record length is 300 bytes etc. How to identify the length of the each Record in that VB file using COBOL? Is it possible to read the file using COBOL and get the recor...
- Tue Apr 08, 2014 12:25 pm
- Forum: File-AID and IBM File Manager.
- Topic: How to change some text "text1" to "text2" in File-AID?
- Replies: 3
- Views: 3010
How to change some text "text1" to "text2" in File-AID?
Hi,
How to change some text "text1" to "text2" in File-AID? Can we use File-Aid for this?
Thanks
How to change some text "text1" to "text2" in File-AID? Can we use File-Aid for this?
Thanks
- Tue Apr 08, 2014 12:14 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: How many times CICS program was executed?
- Replies: 2
- Views: 2062
Re: How many times CICS program was executed?
Thanks, this helped.
- Sun Oct 13, 2013 7:17 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: How many times CICS program was executed?
- Replies: 2
- Views: 2062
How many times CICS program was executed?
Hi,
Is there any way to how many times a CICS program was executed with a unit or in general?
Is there any way to how many times a CICS program was executed with a unit or in general?
- Sun Sep 08, 2013 6:11 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: STRING AND UNSTRING and use of it?
- Replies: 2
- Views: 2332
Re: STRING AND UNSTRING and use of it?
Thanks Robert - I'm working on it and will get back to you with updates. Thanks for explaining, manuals making better sense now.
- Wed Sep 04, 2013 6:32 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Count to a Million!
- Replies: 234
- Views: 77301
- Wed Sep 04, 2013 5:03 pm
- Forum: Site Announcements and Rules.
- Topic: We made a Century!!
- Replies: 22
- Views: 18568
Re: We made a Century!!
Congratulations!
This board is doing great and deserves this.
This board is doing great and deserves this.
- Wed Sep 04, 2013 4:56 pm
- Forum: Tip Of the Day.
- Topic: SDSF Tips.
- Replies: 15
- Views: 8106
Re: SDSF Tips.
These are quite helpful collection Anuj, Thanks.
Regards,
Regards,
- Wed Sep 04, 2013 4:52 pm
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: STRING AND UNSTRING and use of it?
- Replies: 2
- Views: 2332
STRING AND UNSTRING and use of it?
Hi,
I've never worked with strings, I've looked at IBM reference but it looks like a reference material not like a tutorial to understand it. Can u please tell me the syntax for STRING AND UNSTRING and how can we use it?
Thanks,
I've never worked with strings, I've looked at IBM reference but it looks like a reference material not like a tutorial to understand it. Can u please tell me the syntax for STRING AND UNSTRING and how can we use it?
Thanks,
- Sun Jul 28, 2013 1:43 am
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: REXX and PDS.
- Replies: 2
- Views: 2104
Re: REXX and PDS.
Thanks Robert, I was reading a book and got this question. I've very limited access to Internet these days, which made me to ask here.
- Tue Jul 09, 2013 10:29 am
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: REXX and PDS.
- Replies: 2
- Views: 2104
REXX and PDS.
Hello,
Can we access a Partitioned data set in Rexx? I'm not sure about the Syntax - Please help.
Can we access a Partitioned data set in Rexx? I'm not sure about the Syntax - Please help.