Truncating last three characters in Mainfram GDG dataset.

Hi Folks,
I had developed a scenario IDOC - > XI -> File and this file is generated on Mainframe system as a GDG dataset . I was able to generate the file but last three characters are getting truncated for each record in the file(dataset). From XI we are sending them correctly but on Mainframe system these last three characters are getting truncated.
For generating a file i.e. GDG dataset  on Mainframe system I am using Fixed field lengths, my record length is of 254, and I am not missing any of the field length in fixed field lengths.
When I use BINARY format I am able to get the complete record but in TEXT format I am unable to have the last three characters in a record.
Is there any record size restrictions to 255 in Mainframe GDG dataset while generating the dataset ? If so, how can we overcome this situation?
Please help me....
Thanks,
Vijay.

Answered by my self...
To over come this issue we have to increase the size of the Mainframe GDG dataset. To increase the size of dataset
File Receiver Communication Channel>Module
Processing Sequence
1     FTPUtility     Local Enterprise Bean     1
2     FTPUtility     Local Enterprise Bean     2
Module Configuration
1     AllocationParameters     LRECL=300 BLKSIZE=30000 RECFM=VB RETPD=60
1     Mode                     preallocate
2     Mode                     move
2     NewDataset     'File Name'
And make sure the file name in Module and Parameters are different.
Thanks,
Vijay.

Similar Messages

  • I am trying to bookmark a series of stock charts all from the same source. The adresses differ only in the last three characters. Firefox then thinks it is the same entry and that I am only trying to give it a new name. So, previous entry is deleted.

    I have Windows 7 and latest version Firefox

    hi there. i had a similar problem - so i wrote a webpage to bundle up bulletin boards into 1 place. i'm going to put it here: https://docs.google.com/open?id=0B7-6YiU521GvOGMzZDMzOWUtMGVkNi00Y2ViLWFhZTktNWUyNTdhODgyMTkx but you'll have to work out yourself how to adapt & edit it to your own preferences.. cut & paste into notepad, rewrite the appropriate lines, and save as boards.html <br><br>
    best of luck, and avoid TA. post a reply when you've done it ..

  • Sort to subfolders based on last three letters of file

    I am working on a script i found that will take the contents of a folder and seperate them into sub folders based on the last three characters of the file name. They are named by user and month for example: Sam_Jan.xlsx. Here is what i have so far:
    property nameList : {"_Jan", ""}
    property destFoldersPath : {"/Users/ba/Desktop/DWI monthly/jan", ""}
    on adding folder items to masterFolder after receiving these_items
    repeat with tFile in these_items
    set destFolder to my check_end_of_Name(tFile as string)
    if destFolder is not "" then
    tell application "Finder" to move tFile to destFolder with replacing
    end if
    end repeat
    end adding folder items to
    on check_end_of_Name(t)
    set tc to count nameList
    repeat with i from 1 to tc
    if t ends with (item i of nameList) then return (POSIX file (item i of destFoldersPath)) as alias
    end repeat
    return ""
    end check_end_of_Name
    nothing happens when i run the script. my experience with applescript is pretty basic, but i feel like i need to put the source file in there somewhere but im not sure. the source file is a folder on my desktop called DWI Annual Report. Thanks for your help.

    samiam2356 wrote:
    I am working on a script i found that will take the contents of a folder and seperate them into sub folders based on the last three characters of the file name. They are named by user and month for example: Sam_Jan.xlsx.
    I prefer to use a bash script for something like this.
    This script will look in the Folder "DWI monthly" on your Desktop.
    It will look for the last 3 char in all files, and move to a Sub-Folder in "DWI monthly" with those 3 characters (i.e. Jan)  If the Sub-Folder does not exist, then nothing is done.  
    If the file already exists in the Sub-Folder, it will be replaced.
    This uses a do shell script , so this can be run in Applescript
    do shell script "
    for f in \"$HOME/Desktop/DWI monthly/\"*
    do
        if [ ! -d \"$f\" ]; then
            x=\"${f%%.*}\"
            i=$((${#x}-3))
            if [  -d \"$HOME/Desktop/DWI monthly/${f:$i:3}\" ]; then
                mv \"$f\" \"$HOME/Desktop/DWI monthly/${f:$i:3}\"
            fi
        fi
    done"
    (BTW, your Applescript is a Folder Action (on adding folder items to), is that what you want?)

  • Truncate last 2 character formula in PLD

    Hi,
    Just want to know does anyone know how to truncate last 2 characters formula in PLD? I know the substring formula in PLD is to truncate characters from left, how about from right?
    I need to truncate 2 characters from the right for field like Batch No, this field may contain characters and numbers at not fix length. Hope anyone can help soon, thanks.

    Hi,
    Try this one create a formula and insert the following
    Substring(F_791,Length(F_791)-2,Length(F_791))
    Thanks.
    regards,
    Clint

  • File Adapter - FTP from PI to Mainframe - change dataset name

    Hi,
    I am attempting to ftp a file to our mainframe server using a file adapter with FTP transport protocol.  I am able to successfully ftp the file there; however, it does not go into the requested dataset.  Let me explain:
    FTP account name:  ABCD.  When connecting via ftp the default starting point is the account name (ABCD).  When PI puts the file to the mainframe the dataset name is copied as ABCD.LEVEL1.FILENAME.
    However, we need to change levels to the top (above ABCD) and make the dataset name as LEVEL1.FILENAME.
    I've searched for hours on SDN and haven't found a good explanation on how to do this and if it is even possible.  Can someone provide some assistance?
    Thanks,
    Clinton

    As a follow-up, our team was able to resolve the issue.  In MVS dataset naming conventions (at least from a Unix client), you must enclose the absolute file pathname in single quotes, otherwise it will be interpreted as a relative file pathname; thatu2019s why files were written to 'ABCD.LEVEL1.FILENAME' under the home directory of the mainframe user id (ABCD).  Also the directory/file name components cannot be more than 8 characters.
    In our example, the target directory is 'LEVEL1' enclosed in single quotes and the filename is FILENAME without quotes.

  • Last two characters are cut out when entering data in a text form

    Whenever I try leaving a comment on a page, it always cuts out the last two characters, and replaces them with "Pr". This happens across multiple browsers, (Chrome, FF, and Camino), but not Safari.
    In addition, if a '<' character was put in, it'll cut out the last two characters in its code, and replace them with Pr again, leaving %Pr.
    This happens on a mac (I'm posting for my friend who I talk to all the time).

    We did end up checking keyboard related settings in her Mac Preferences, but there wasn't anything related. I will end up trying Apple's forums if no one here can help. Anyways the "Pr" I believe might've come from the source code, as there is "editProfile" in the page. I don't really do web development, so I'd have no idea here. This is the page's source from around that area btw (I had to convert them to all HTML character codes because it kept parsing it):
    &#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#99;&#108;&#70;&#108;&#111;&#97;&#116;&#34;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#104;&#111;&#114;&#105;&#122;&#76;&#105;&#110;&#101;&#34;&#62;&#60;&#104;&#114;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#100;&#97;&#116;&#97;&#83;&#101;&#99;&#116;&#105;&#111;&#110;&#34;&#62;&#60;&#97;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#114;&#116;&#34;&#32;&#105;&#100;&#61;&#34;&#97;&#100;&#100;&#99;&#109;&#116;&#108;&#110;&#107;&#34;&#32;
    &#104;&#114;&#101;&#102;&#61;&#34;&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#58;&#118;&#111;&#105;&#100;&#40;&#48;&#41;&#59;&#34;&#62;&#65;&#100;&#100;&#32;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#60;&#47;&#97;&#62;&#60;&#108;&#97;&#98;&#101;&#108;&#62;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#115;&#60;&#47;&#108;&#97;&#98;&#101;&#108;&#62;&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#112;&#111;&#115;&#116;&#99;&#109;&#116;&#34;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#100;&#97;&#116;&#97;&#70;&#114;&#97;&#109;&#101;&#72;&#76;&#70;&#66;&#32;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#117;&#115;&#101;&#114;&#69;&#110;&#116;&#114;&#121;&#34;&#62;&#60;&#100;&#105;&#118;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#101;&#100;&#105;&#116;&#80;&#114;&#111;&#102;&#105;&#108;&#101;&#34;&#62;&#60;&#102;&#111;&#114;&#109;&#32;&#97;&#106;&#97;&#120;&#105;&#102;&#121;&#61;&#34;&#49;&#34;&#32;&#97;&#99;&#116;&#105;&#111;&#110;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#97;&#106;&#97;&#120;&#47;&#99;&#111;&#109;&#109;&#101;&#110;&#116;&#115;&#47;&#97;&#100;&#100;&#46;&#112;&#104;&#112;&#34;&#32;
    &#109;&#101;&#116;&#104;&#111;&#100;&#61;&#34;&#80;&#79;&#83;&#84;&#34;&#62;&#60;&#105;&#110;&#112;&#117;&#116;&#32;&#110;&#97;&#109;&#101;&#61;&#34;&#116;&#111;&#105;&#100;&#34;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#32;
    &#118;&#97;&#108;&#117;&#101;&#61;&#34;&#55;&#48;&#57;&#56;&#49;&#34;&#32;&#47;&#62;&#60;&#116;&#97;&#98;&#108;&#101;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#102;&#114;&#97;&#109;&#101;&#34;&#32;
    &#99;&#101;&#108;&#108;&#115;&#112;&#97;&#99;&#105;&#110;&#103;&#61;&#34;&#48;&#34;&#62;&#60;&#116;&#114;&#62;&#60;&#116;&#100;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#105;&#109;&#97;&#103;&#101;&#67;&#101;&#108;&#108;&#34;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#115;&#109;&#97;&#108;&#108;&#73;&#109;&#103;&#70;&#114;&#97;&#109;&#101;&#34;&#62;&#60;&#97;&#32;
    &#104;&#114;&#101;&#102;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#46;&#112;&#104;&#112;&#63;&#105;&#100;&#61;&#53;&#52;&#49;&#52;&#34;&#62;&#60;&#105;&#109;&#103;&#32;&#115;&#114;&#99;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#112;&#104;&#111;&#116;&#111;&#115;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#104;&#111;&#116;&#111;&#46;&#112;&#104;&#112;&#63;&#115;&#105;&#122;&#101;&#61;&#50;&#38;&#97;&#109;&#112;&#59;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#61;&#53;&#52;&#49;&#52;&#34;&#32;&#97;&#108;&#116;&#61;&#34;&#80;&#108;&#117;&#116;&#111;&#32;
    &#105;&#115;&#32;&#97;&#32;&#80;&#108;&#97;&#110;&#101;&#116;&#34;&#32;
    &#116;&#105;&#116;&#108;&#101;&#61;&#34;&#80;&#108;&#117;&#116;&#111;&#32;&#105;&#115;&#32;&#97;&#32;
    &#80;&#108;&#97;&#110;&#101;&#116;&#34;&#32;&#47;&#62;&#60;&#47;&#97;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#116;&#100;&#62;&#60;&#116;&#100;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#99;&#111;&#109;&#109;&#101;&#110;&#116;&#67;&#101;&#108;&#108;&#34;&#62;&#60;&#112;&#62;&#60;&#97;&#32;
    &#99;&#108;&#97;&#115;&#115;&#61;&#34;&#117;&#115;&#101;&#114;&#34;&#32;&#104;&#114;&#101;&#102;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#119;&#119;&#119;&#46;&#111;&#110;&#118;&#101;&#114;&#115;&#101;&#46;&#99;&#111;&#109;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#47;&#112;&#114;&#111;&#102;&#105;&#108;&#101;&#46;&#112;&#104;&#112;&#63;&#105;&#100;&#61;&#53;&#52;&#49;&#52;&#34;&#62;&#80;&#108;&#117;&#116;&#111;&#32;&#105;&#115;&#32;
    &#97;&#32;&#80;&#108;&#97;&#110;&#101;&#116;&#60;&#47;&#97;&#62;&#60;&#47;&#112;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#101;&#100;&#105;&#116;&#70;&#114;&#97;&#109;&#101;&#34;&#62;&#60;&#116;&#101;&#120;&#116;&#97;&#114;&#101;&#97;&#32;
    &#110;&#97;&#109;&#101;&#61;&#34;&#116;&#101;&#120;&#116;&#34;&#62;&#60;&#47;&#116;&#101;&#120;&#116;&#97;&#114;&#101;&#97;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#115;&#117;&#98;&#109;&#105;&#116;&#34;&#62;&#60;&#73;&#78;&#80;&#85;&#84;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#115;&#117;&#98;&#109;&#105;&#116;&#34;&#32;
    &#118;&#97;&#108;&#117;&#101;&#61;&#34;&#80;&#111;&#115;&#116;&#32;&#67;&#111;&#109;&#109;&#101;&#110;&#116;&#34;&#32;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#116;&#100;&#62;&#60;&#47;&#116;&#114;&#62;&#60;&#47;&#116;&#97;&#98;&#108;&#101;&#62;&#60;&#47;&#102;&#111;&#114;&#109;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;
    &#105;&#100;&#61;&#34;&#109;&#111;&#114;&#101;&#68;&#114;&#111;&#112;&#71;&#114;&#111;&#117;&#112;&#95;&#108;&#100;&#116;&#34;&#32;&#99;&#108;&#97;&#115;&#115;&#61;&#34;&#104;&#105;&#100;&#100;&#101;&#110;&#34;&#62;&#60;&#105;&#109;&#103;&#32;&#115;&#114;&#99;&#61;&#34;&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#115;&#116;&#97;&#116;&#105;&#99;&#100;&#97;&#116;&#97;&#46;&#111;&#118;&#115;&#116;&#97;&#116;&#105;&#99;&#46;&#99;&#111;&#109;&#47;&#105;&#109;&#103;&#47;&#98;&#97;&#114;&#95;&#108;&#111;&#97;&#100;&#105;&#110;&#103;&#46;&#103;&#105;&#102;&#34;&#32;
    &#97;&#108;&#116;&#61;&#34;&#34;&#47;&#62;&#60;&#47;&#100;&#105;&#118;&#62;&#60;&#100;&#105;&#118;&#32;&#105;&#100;&#61;&#34;&#109;&#111;&#114;&#101;&#68;&#114;&#111;&#112;&#71;&#114;&#111;&#117;&#112;&#34;&#62;&#60;&#115;&#99;&#114;&#105;&#112;&#116;&#32;&#116;&#121;&#112;&#101;&#61;&#34;&#116;&#101;&#120;&#116;&#47;&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;&#34;&#62;&#10;
    And this is what it looked like to me: http://img442.imageshack.us/img442/5656/97668645.png
    Thanks for your reply, I appreciate it!

  • How can I do field validation on the last two characters of a text field?

    I have a text field. The user is required to enter the last two characters as numbers. I want to apply validation on this field. How can i achieve the same?
    EX: If the user enter ABCDE, an error messgae stating the last two digit should be numeric.
    I tried using the below in the field validation which did not work.
    (0+Right([<ExternalSystemId>],2)) > 0 AND (0+Right([<ExternalSystemId>],2)) < 99.
    Any ideas would help?

    Try this-
    FindOneOf(Right([<Field1>],"2"),"abcdefghijklmnopqrstuvwxyz")=0
    rgds,
    Amit

  • How do I drop the last 3 characters in a string?

    Hello.  I'm trying to find a way to drop the last 3 characters in a string.  The length varies because it is a last name field.  The problem is that when a customer has a suffix on their name, III for example, it is appended to the last name all in the last name field.  If I use the ProperCase function, I end up with "Smith Iii".  How can I tell it to drop the last 3 characters?  I'll then append an UpperCase edition of the last 3 characters to that.  Thank you!

    Use the instring and right string functions then UpperCase

  • Loading Last three days of delta records in Production Server

    Hi
    I have a Process Chain in BI-Production Server which runs dailiy  and loads the delta records dailiy  . I have 'Custom DataSource' which loads the data from QM-Tables .
    My Process Chain is failied due to the "Caller 09 Error for the datasource". So now i transported that datasource from R/3-Dev To R/3-Production and replicated into BI-Production Server .
    So how can i load the delta records of last three days . I mean , how can i scehdule the last three days of delta updated records .
    pls let me  know
    regards
    Kumar

    Remove the failed request. Repeat the delta. This will upload previous failed request
    Repeat the delta again with infopackage selection for 3 days

  • Run process chain on last three days of the month

    Hello
    I need to run process chain on last three days of the month. For example , It should run on 28, 29 and 30th dates of June.
    There is no option to put a code in the start process of the process chain.
    I can run it every day and put a code in the infopackage/DTP so that empty load (0 records) will be done on other days.
    This doesnt sound as a good option.
    Do u know any other options?

    Hi
    See the code and details how to do it, and change the code as per your requirement.
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Triggering  the Process Chains at Particular Date using Events
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/triggering%20%20the%20process%20chains%20at%20particular%20date%20using%20events.pdf
    BI-ABAP (Trigger Process Chains on evry month 3rd and 4th day).
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=81428842 
    Thanks
    Reddy

  • Update Rule routine to get last 4 characters of a field

    I am aware I can do this using a formula.  However, can someone assist in writing the routine which gets the last four characters of a field.  The field is part of the COMM_STRUCTURE? Thanks

    Hi,
    For determining the length of the field, you have to use first the statement DESCRIBE so you get the figure into a variable (I do not have a SAP system right now, so errors can occur in the following):
    <b>data length type i.
    describe comm_structure-field length into length.
    length = length - 4.
    result = comm_structure-field+(length)(4).</b>
    However, please shift your field is RIGHT JUSTIFIED earlier than using these statements. Please consider the instruction SHIFT. That will insure you that you get the right characters.
    Regards

  • IPhone 4S using 3G in the background,causing huge battery loss. From last three days I'm finding my phone switched off in the morning when I wake up. Please Help

    iPhone 4S using 3G in the background,causing huge battery loss. From last three days I'm finding my phone switched off in the morning when I wake up. Please Help

    Maybe you hit the power button for 5 sec while you were asleap?
    And what do you want to say us with:
    Abhijeet Gupta wrote:
    iPhone 4S using 3G in the background,causing huge battery loss.

  • TS1718 I have purchased two complete albums in the last three weeks, old Bob Seger and new Maroone 5, both have the same issue, only a few songs will play and will skip over the rest of the songs on IPod and on computer????

    I have purchased two complete albums in the last three weeks, old Bob Seger and new Maroone 5, both have the same issue, only a few songs will play and will skip over the rest of the songs on IPod and on computer????

    Assuming you are in a region where you are allowed to redownload your past music purchases, delete the corrupt tracks from the music section of your iTunes library, close & then reopen iTunes, go to the iTunes Store home page, click the Purchased link from the Quick Links section in the right-hand column, then select Music and Not on this computer. You should find download links for your tracks there.
    While downloading select Downloads in the left-hand column and make sure Allow Simultaneous Downloads is unchecked. This seems to help with partial downloads...
    If the problem persists, or that facility is not yet available in your region, contact the iTunes Store support staff through the "Report a problem" links in your account history, or via Contact Support.
    See also:
    HT5085 - iTunes in the Cloud and iTunes Match Availability
    HT2519 - Downloading past purchases from the App Store, iBookstore, and iTunes Store
    tt2

  • I have produced (7) hard cover iPhoto books in the last three years and would like to create a using a custom photo arrangement if possible.

    I have produced (7) hard cover iPhoto books in the last three years using several of the provided templates.  I would like to create a photo book using a custom photo arrangement if possible.  Is it possible to create a custom photo book?

    No - you can create custom pages in other software and use them
    Using iPhoto you are limited to the themes adn layouts offered
    LN

  • HT4859 Can you restore an app prior to the last three backups? If so, how?

    I have an app that's frozen up at the logo screen. I did a restore of the iPad, but it wouldn't give me an option before the last three. everything restored just fine; however, found that i really need to go back about a week. I don't have that option on my iPad. Can this be done via computer? Any suggestions? I have iPad with retina, have the latest updates, etc.

    iCloud only retains your last three iCloud backups.  Older backups are no longer available.  You could check to see if you have an older one on your computer by opening iTunes, going to Preferences>Devices and checking the Backups list.  If not, there's no way to restore it.

Maybe you are looking for

  • What should the read in/outs normally be for a Raptor?

    Hi, I installed a 80g Raptor a couple days ago as my start-up disk and had to clone my old HD to the new. After keeping an eye on Act. Monitor it looks like the Raptors data in/outs is not consistently fast (it will hit 40mb/s but usually stays in re

  • Safari lost an ability to select entire text after updating to iOS5

    How to select entire large text in Safari or any other browser? Before iOS5 it was easy. Now you can select, but COPY option disapeared. It allows you now to select anly much shorter chunks. In older iOS this was no issue.

  • Retina macbook HDMI issues...

    Hi Ive recently bought a retina macbook and its  an outstanding piece of kit. Unfortunately I've come accross a little glitch with the HDMI port If i plug in my TV via hdmi, the connection temporarily cuts when I move the machine arround . Im just wo

  • Some .avi files dont open with QuickTime or MPlayer. Please help!

    Hi! I have few .avi files which are not played by QuickTime and when I open them with MPlayer OS X 2, the sound is on but the video doesnt come up. Please help!

  • Class as an attribute name in JSP tag file

    I just ran into an issue where I was writing a custom tag to generate a specific set of HTML elements, and wanted to be able to use CSS the same way I had before refactoring it into a tag. So, I included 'class' as an attribute in the custom tag file