PL/I & Assembler :: RE: Which function does the Ampersand (&) have in String
Author: steve-myers Posted: Wed Aug 24, 2016 5:43 pm (GMT 5.5) In truth, both X'50505050' and C'&&&&&&&&' are pretty bad: X'50505050' leaves you guessing what the H is...
View ArticleDFSORT/ICETOOL :: RE: Coverting PD to FS and also left justifying the value.
Author: Bill Woodger Subject: Reply to: Coverting PD to FS and also left justifying the value. Posted: Wed Aug 24, 2016 7:08 pm (GMT 5.5) Don't use FS use an EDIT with a zero-suppression mask.
View ArticleCOBOL Programming :: RE: Problem Compiling cobol code with Cobol 5 compiler
Author: Rohit Umarjikar Posted: Wed Aug 24, 2016 9:53 pm (GMT 5.5)PI28496: (COB V5.1) IGYCB7145-U INSUFFICIENT MEMORY IN THE COMPILER TO CONTINUE COMPILATION Or Use OPT(0) But as said talk to Site...
View ArticleDB2 :: RE: Getting list of tables defined under database/schema
Author: Rohit Umarjikar Posted: Wed Aug 24, 2016 10:38 pm (GMT 5.5) DB- Main Screen and then use PA aside the Database Name._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato...
View ArticleAll Other Mainframe Topics :: TXT2PDF problem - printing @ in PDF
Author: vipul65 Subject: TXT2PDF problem - printing @ in PDF Posted: Thu Aug 25, 2016 12:48 am (GMT 5.5) Dear All, I am using TXT2PDF to create a PDF file. But I am facing a problem '@' in email id is...
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Akatsukami Posted: Thu Aug 25, 2016 1:28 am (GMT 5.5)Are there not many programs of this name?Do not the great majority of them run on toy computers?What is this alleged to have to do with JCL...
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: vipul65 Subject: TXT2PDF problem - printing @ in PDF Posted: Thu Aug 25, 2016 1:32 am (GMT 5.5) I am using JCL //TXT2PDF EXEC PGM=IKJEFT01 .... ... %TXT2PDF9 IN.....
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Nic Clouston Posted: Thu Aug 25, 2016 1:44 am (GMT 5.5) Still nothing to do with JCL. JCL is just a vehicle, along with TSO (IKJEFT01), to excute your program whic is probably called TXT2PDF....
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Akatsukami Posted: Thu Aug 25, 2016 1:47 am (GMT 5.5) I have nearly forty years of experience in IT. Therefore, I am able to take the few bytes of information that you bothered to provide and...
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: vipul65 Posted: Thu Aug 25, 2016 1:49 am (GMT 5.5) already checked this manual. but no luck
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Rohit Umarjikar Posted: Thu Aug 25, 2016 1:50 am (GMT 5.5)http://ibmmainframes.com/about26884.htmlhttp://ibmmainframes.com/about53225.html_________________Regards, Rohit Umarjikar"Knowledge is...
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: vipul65 Posted: Thu Aug 25, 2016 2:05 am (GMT 5.5) already check these
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Akatsukami Posted: Thu Aug 25, 2016 2:32 am (GMT 5.5) Well, as I see it you have three choices:You can appeal to the developers for help.You can have someone competent in your shop debug it...
View ArticleDFSORT/ICETOOL :: RE: Coverting PD to FS and also left justifying the value.
Author: magesh23586 Subject: Reply to: Coverting PD to FS and also left justifying the value. Posted: Thu Aug 25, 2016 2:37 am (GMT 5.5) You missed one comma after FNAMES and as per Bill advise, use...
View ArticleDFSORT/ICETOOL :: RE: Coverting PD to FS and also left justifying the value.
Author: Bill Woodger Subject: Reply to: Coverting PD to FS and also left justifying the value. Posted: Thu Aug 25, 2016 2:42 am (GMT 5.5) There's no need for the BUILD.
View ArticleDFSORT/ICETOOL :: RE: Coverting PD to FS and also left justifying the value.
Author: magesh23586 Subject: Reply to: Coverting PD to FS and also left justifying the value. Posted: Thu Aug 25, 2016 2:47 am (GMT 5.5) Bill, True, not required._________________Regards, Magesh
View ArticleJCL & VSAM :: ERROR WHILE SUBMITTING LOAD JOB
Author: ANURADHA NEELAKANTAN Subject: ERROR WHILE SUBMITTING LOAD JOB Posted: Thu Aug 25, 2016 11:50 am (GMT 5.5) Hi, I am unable to submit a load job in my TEST region(DSN7). I am getting the below...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: Abid Hasan Posted: Thu Aug 25, 2016 12:18 pm (GMT 5.5) Hello, The DB2 Messages manual is fairly clear about the message: DSNU006I -Quote:DSNU006Icsect-name DB2 SYSTEM system-name HAS NOT BEEN...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: ANURADHA NEELAKANTAN Posted: Thu Aug 25, 2016 12:50 pm (GMT 5.5) Yes . i referred all those manuals. I tried starting it, it displayed its already active. I can load via online option using DB2...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: mistah kurtz Posted: Thu Aug 25, 2016 3:08 pm (GMT 5.5) Check with your site support. I guess you need to define //*MAIN parameter in the job, just after the job card something like below:...
View Article