|
More site info...
IBM MAINFRAME FORUM • For Mainframe Beginners... - ibmmainframeforum.com | Site profile
|
|
Site profile page for http://ibmmainframeforum.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://ibmmainframeforum.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://ibmmainframeforum.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on IBM MAINFRAME FORUM • For Mainframe Beginners and Students:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
99
|
296
|
790
|
|
Post:
|
169
|
508
|
1,377
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for IBM MAINFRAME FORUM • For Mainframe Beginners and Students (http://ibmmainframeforum.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
IBM MAINFRAME FORUM • For Mainframe Beginners and Students posting activity graph:
|
|
http://ibmmainframeforum.com Alexa graph:
|
Top authors on IBM MAINFRAME FORUM • For Mainframe Beginners and Students during last week:
user's latest post:
2 files. Update 1 from the...
Published (2009-12-04 10:06:00)
Hello and welcome to the forum, Suggest you create a very small pair of files for testing - only 5 records or so per file. Make sure you can predict which should match and which should not. Run your code and see what this shows. If it is not clear, post the data in the output files here and we can review what happened. I would also discontinue using MOD unless there is some necessity to use MOD. Also, suggest you practice a bit with the...
user's latest post:
ICETOOL using, but got no...
Published (2009-12-04 23:09:00)
If i wrote code like below, can it be possible that get RC=0,But the OUT1 doesn't contain all expected data? in which situation? If you get RC=0, then DFSORT/ICETOOL did what you told it do to do. If your OUT1 did not contain all expected data, then you most likely didn't tell DFSORT/ICETOOL to do what you wanted done. Since I don't know what your input or output contained, I can't tell you what you did wrong. One common...
user's latest post:
about IEBUPDTE INSERT
Published (2009-12-03 21:21:00)
More tries. I even tried to renumber all lines prior to the insertion in the same job step Two CHANGE function statements (added LEVEL=01, and SOURCE=0 since last execution). The first one for the initial NUMBER detail SEQ1=ALL. This one worked perfect. The second one with the INSERT option. Still the lines were added at the end of the job. This is the the sysin card as executed. //SYSIN DD DATA,DLM='##' ./ CHANGE...
user's latest post:
Rename PS files - JCL
Published (2009-12-04 17:39:00)
Start with this previous topic . The methods are still the same. Here's another one . I'll search for some more ...
user's latest post:
Procedure to check the data in...
Published (2009-12-03 15:01:00)
All, Can you please let me know if there is any way to check the data in the storage queues? If so, please provide the details of the procedure. Thanks in advance.
user's latest post:
Emailing huge text file as a ZIP...
Published (2009-12-01 13:32:00)
Yes sure, as many people face this issue, it would be certainly helpful. Below is the job. There are lot of other things that you can do with XMITIP. Like sending only specific pages of your report or sending report based on KEYVAL etc. You can master XMITIP just by following instructions in the manual. This is really good, sweet and short manual on XMITIP,mentioned below is the link and the code. Hope this helps...
user's latest post:
Emailing Excel/Word documents -...
Published (2009-11-25 10:54:00)
as a part of work, we need to pick an excel sheet from a window folder and the name of the file will not be consistent, so will be possible to pick the file from that folder irrespective of its name to some of our mainframe datasets hoe this helps...
user's latest post:
report generation
Published (2009-12-01 16:23:00)
I am able to sort a file file DFSORT utility..and I am generating report using rexx utility.For this I need to inlude file being read also in the report.How can we do that
user's latest post:
HELP In CICS. Plz Help Me
Published (2009-12-03 12:54:00)
Hi, Actually What i want is to raise alert only. I know the Message Area Concept. But I Want to Send the ALERT Only. Is there any Chance to get that ALERT. Thanks & Regards, Prasad. P
|
|
|
Top 10 active forums on IBM MAINFRAME FORUM • For Mainframe Beginners and Students during last week:
|
|
Top 10 forums on IBM MAINFRAME FORUM • For Mainframe Beginners and Students:
|
|
|
|
Latest active threads on IBM MAINFRAME FORUM • For Mainframe Beginners and Students:
Started 2 days, 2 hours ago (2009-12-04 05:51:00)
by crazycobol
a little more information. I did the following: MOVE 000 into MFILE4. And I list the file out and it shows MFILE4 having 000 in there. However when I do a DISPLAY MFILE4 or even a ACCEPT MFILE4 in the program, I would get the error "12- S operand mmemorial is not declared" It is already declared in the masterfile.dat file, how come it is giving me that error. When I do a "DISPLAY MFILE3" it ...
Started 1 day, 9 hours ago (2009-12-04 22:02:00)
by Frank Yaeger
Code: Select all //TOOLIN DD SELECT FROM(IN1) TO(OUT1) ON(1,10,CH) FIRST /* Try Code: Select all //TOOLIN DD * SELECT FROM(IN1) TO(OUT1) ON(1,10,CH) FIRST /* I get a JCL error when I don't have the *, but perhaps you're getting further than that for some reason. At any rate, it ...
Started 2 days, 23 hours ago (2009-12-03 08:05:00)
by dick scherrer
Hello, Which Hiperstation are you asking about? There are several "things" named hiperstation and your post gives no clue as to what you are looking for. . .
Started 1 day, 11 hours ago (2009-12-04 20:46:00)
by skolusu
Kevin Jenkins, Assuming your input is FB and lrecl of 80 the following JCL will give you the desired results Code: Select all //STEP0100 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD * STX 5013546030160 5000169000001 - ...
Started 1 day, 16 hours ago (2009-12-04 15:41:00)
by MrSpock
1. What command/process do you currently use to rename datasets? 2. Can't you just batch it to do it in bulk?
Started 1 week, 4 days ago (2009-11-25 00:32:00)
by dick scherrer
Hello and welcome to the forum, Which Id did you register "over there"? If it is still not activated, i'll ask the Admin to correct. Sometimes it does take more than a week to activate a new Id. Sorry for the delay, d
Started 2 days, 15 hours ago (2009-12-03 16:09:00)
by ABRN170
Hi All, I need some help please. I am a beginner with Easytrieve and I think my problem is mostly because I don't quite understand it yet, but any help and patience will greatly be appreciated. Let me explain what I am trying to do. I have 2 files both sorted via Reference number and Document Sequence. So 1 reference number can contain multiple Sequence numbers, and thus some reference ...
|
|
Hot threads for last week on IBM MAINFRAME FORUM • For Mainframe Beginners and Students:
Started 4 days, 4 hours ago (2009-12-02 03:16:00)
by Bill Dennis
Check the PARM= value. IIRC, it's different for NEW vs. UPDATE.
Started 4 days, 10 hours ago (2009-12-01 21:10:00)
by Frank Yaeger
Here's a DFSORT job that will do what you asked for: Code: Select all //S1 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DSN=... input file //SORTOUT DD DSN=&&S1,UNIT=SYSDA,SPACE=(TRK,(1,1)),DISP=(,PASS) //SYSIN DD * OPTION COPY OUTFIL REMOVECC,NODETAIL, TRAILER1=('CT,''',COUNT=( M10,LENGTH=4),'''',80:X) /* //S2 EXEC PGM=ICEMAN //SYSOUT DD SYSOUT=* //SYMNAMES DD...
Started 1 week, 2 days ago (2009-11-26 16:53:00)
by expat
First question, what do you use to zip the file, and what do you use to unzip the file. Are they the same ?
Started 3 days, 9 hours ago (2009-12-02 22:32:00)
by Frank Yaeger
Are the fields in the records in fixed positions? Or are they delimited in some way? Please show more example input records so we could see the pattern. Also give the RECFM and LRECL of the input file, and the starting position, length and format of each field, or the delimiters (that is, the rules for breaking up the record).
Started 1 year, 3 months ago (2008-08-21 17:08:00)
by MrSpock
REXX doesn't support file I/O to/from VSAM datasets.
Started 5 days, 14 hours ago (2009-11-30 17:40:00)
by MrSpock
I'd use your sort tool to create the record count report, passing it the name of the dataset through the SYMNAMES DD statement.
Started 1 week, 1 day ago (2009-11-28 06:00:00)
by Frank Yaeger
Sigh. If you had looked up the ICE109A error message, you would have found that you can only SUM a BI field of 2, 4 or 8 bytes, not 3. But the field you want to SUM appears to be ZD, not BI, so the appropriate SUM statement would be: Code: Select all SUM FIELDS=(19,3,ZD) and you would get this output: 111g11fgdfgjdfgsdf222
Started 4 days, 12 hours ago (2009-12-01 18:58:00)
by MrSpock
You can't unless your TSO ID has been granted tape mount authority (which is highly unlikely).
Started 2 days, 2 hours ago (2009-12-04 05:51:00)
by crazycobol
a little more information. I did the following: MOVE 000 into MFILE4. And I list the file out and it shows MFILE4 having 000 in there. However when I do a DISPLAY MFILE4 or even a ACCEPT MFILE4 in the program, I would get the error "12- S operand mmemorial is not declared" It is already declared in the masterfile.dat file, how come it is giving me that error. When I do a "DISPLAY MFILE3" it ...
Started 1 month, 1 week ago (2009-10-29 23:15:00)
by MrSpock
Simple. Use the X2C ( Hexadecimal to Character) function for each line of data, i.e.: The first line: record = 'E3C8C9E240E8C5C1D9E240E3D9C1D5E2D3C1E3C9D6D540C5E 7C5D9C3C9E2C540E6C9D3D3' Say X2C(record) results in THIS YEARS TRANSLATION EXERCISE WILL
|
|