COBOL Programming :: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Subject: Alphanumeric to Numeric move on UNIX Posted: Wed Jul 27, 2016 8:47 pm (GMT 5.5) We are migrating a COBOL program from Mainframe to Unix System. In one of the COBOL program...
View ArticlePL/I & Assembler :: RE: PL/I: opening file w/ dynamically determined RECFM...
Author: steve-myers Posted: Wed Jul 27, 2016 8:59 pm (GMT 5.5) Something like this is not terribly difficult to write in Assembler. I did something similar back in the 1970s or perhaps the early 1980s...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Robert Sample Posted: Wed Jul 27, 2016 9:25 pm (GMT 5.5) With Enterprise COBOL, when you move a PIC X(4) variable to a PIC 9(4) variable, the compiler generates code to ensure the sign is...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Bill Woodger Subject: Reply to: Alphanumeric to Numeric move on UNIX Posted: Wed Jul 27, 2016 9:31 pm (GMT 5.5) Which compiler? Ask the vendor. There may be a compile option/switch which gets...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Pedro Subject: Reply to: Need a help how to replace a string in REXX based on cnditio Posted: Wed Jul 27, 2016 9:41 pm (GMT 5.5)Quote:because of security issues. Nobody is expecting you to...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Rohit Umarjikar Posted: Wed Jul 27, 2016 9:48 pm (GMT 5.5)Quote:As per my requirement, Under bank name there may 30 to 40 fields, Some times i may get requirement like change the cutoff name or...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: prino Subject: Re: Need a help how to replace a string in REXX based on cnditio Posted: Wed Jul 27, 2016 9:53 pm (GMT 5.5)gurunath82 wrote:... We tired all possible ways but no luck, for...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Rohit Umarjikar Posted: Wed Jul 27, 2016 10:04 pm (GMT 5.5)Quote:If the alpha nuimeric field is all spaces, then the Numeric field has the value as X'404040F0" in Mainframe. Ideally,...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Posted: Wed Jul 27, 2016 10:48 pm (GMT 5.5)Hi Robert,Quote:1. Get rid of the RIDICULOUS requirement that the output of the Unix program match exactly the output of the mainframe...
View ArticlePL/I & Assembler :: RE: PL/I: opening file w/ dynamically determined RECFM...
Author: Sam Dodgers Posted: Wed Jul 27, 2016 11:47 pm (GMT 5.5) Steve Myers: thanks for your advice. The option of using RECFM=VB and long-enough LRECL is always on the table, because my prototype did...
View ArticleCLIST & REXX :: RE: Need a help how to replace a string in REXX based on cnditio
Author: Pedro Subject: Reply to: Need a help how to replace a string in REXX based on cnditio Posted: Thu Jul 28, 2016 12:00 am (GMT 5.5)Quote: looking for someone else to do your work for you! I think...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Robert Sample Posted: Thu Jul 28, 2016 12:06 am (GMT 5.5) My experience has been that when things are properly explained to management -- even by people "at the bottom of the food chain" --...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Posted: Thu Jul 28, 2016 12:48 am (GMT 5.5) Robert,Quote:My experience has been that when things are properly explained to management -- even by people "at the bottom of the food...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Phrzby Phil Posted: Thu Jul 28, 2016 10:06 am (GMT 5.5) This is why I'm glad I am now retired._________________World Peace Through Frisbee.
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Posted: Thu Jul 28, 2016 12:26 pm (GMT 5.5) Hi, We are using COBOL-IT 3.7.58-enterprise-64.0 compiler provided by ESI Services, LLC. There seems to be a compiler option:...
View ArticleTSO/ISPF :: FTOPEN TEMP is failing due to dataset is OPEN
Author: mbenaud Subject: FTOPEN TEMP is failing due to dataset is OPEN Posted: Thu Jul 28, 2016 4:28 pm (GMT 5.5) This is my first post but I have been reading this forum for years. I generally get all...
View ArticleMainframe Jobs :: HCL Technologies - COBOL/JCL/DB2 Openings -Walkin 30thJuly16
Author: mjadwani2785 Subject: HCL Technologies - COBOL/JCL/DB2 Openings -Walkin 30thJuly16 Posted: Thu Jul 28, 2016 5:03 pm (GMT 5.5) Hi All , Job Openings with HCL Technologies . Work Location :...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: expat Posted: Thu Jul 28, 2016 5:23 pm (GMT 5.5) Have you tried "FTCLOSE TEMP" ??? I must admit that I always allocate and use ISPFILE for file tailoring_________________Some people are like...
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: don.leahy Posted: Thu Jul 28, 2016 5:54 pm (GMT 5.5) Does the job that you submitted use ISPF services? If so, it might be holding SPFTEMP1.CNTL_________________"Let's work the problem, people....
View ArticleTSO/ISPF :: RE: FTOPEN TEMP is failing due to dataset is OPEN
Author: mbenaud Posted: Thu Jul 28, 2016 7:22 pm (GMT 5.5) Cheers expat butCode:ISPS105 Invalid keyword -/-'TEMP' is not a valid keyword for this service. Cheers don.Leahy - The only ISPF it...
View Article