JCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: Robert Sample Posted: Thu Aug 25, 2016 4:01 pm (GMT 5.5) //*MAIN is a JES3 statement. If the TS is at a site running JES2, the statement will not help. Anuradha, the system is telling you what...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: ANURADHA NEELAKANTAN Posted: Thu Aug 25, 2016 4:28 pm (GMT 5.5) I posted my query to the site support as suggested. Will update you once i get what is the reason behind this problem.
View ArticleSYNCSORT :: Continuation Character
Author: ballaswaroop Subject: Continuation Character Posted: Thu Aug 25, 2016 4:46 pm (GMT 5.5)Code://S010Â Â Â EXECÂ PGM=SORTÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â //SORTINÂ Â DD...
View ArticleDB2 :: How to insert a lengthy string having ',. into a DB2
Author: vidyaa Subject: How to insert a lengthy string having ',. into a DB2 Posted: Thu Aug 25, 2016 5:20 pm (GMT 5.5) hi, I have a lengthy string defined as C(200). I need to insert that field into...
View ArticleSYNCSORT :: RE: Continuation Character
Author: Abid Hasan Posted: Thu Aug 25, 2016 6:05 pm (GMT 5.5) Hello, Couple of issues here, starting with: a. The error is a SYNCSort error and not DFSORT; notice the WER* messages. b. The SYSIN data...
View ArticleSYNCSORT :: RE: Continuation Character
Author: Pandora-Box Posted: Thu Aug 25, 2016 6:05 pm (GMT 5.5) Please use code tags while posting and moved to SYNCSORT_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: How to insert a lengthy string having ',. into a DB2
Author: Pandora-Box Posted: Thu Aug 25, 2016 6:13 pm (GMT 5.5) Can you post the SQL which you have tried?_________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: How to insert a lengthy string having ',. into a DB2
Author: vidyaa Posted: Thu Aug 25, 2016 6:16 pm (GMT 5.5) Please find the details belOWCode:   INSERT INTO DB0VXXX.XXX  VALUES  (   'ABC',   'TERTRET',   'C ',   'PUT...
View ArticleDB2 :: RE: How to insert a lengthy string having ',. into a DB2
Author: Abid Hasan Posted: Thu Aug 25, 2016 6:22 pm (GMT 5.5) Aside, can a moderator kindly mask the sensitive data; if the information in the text-shot is PROD/actual-customer data and someone from...
View ArticleDB2 :: RE: How to insert a lengthy string having ',. into a DB2
Author: Pandora-Box Posted: Thu Aug 25, 2016 6:32 pm (GMT 5.5) General rule you need to use two single quote if you need to a add one single quote_________________To understand recursion, You must...
View ArticleSYNCSORT :: RE: Continuation Character
Author: ballaswaroop Posted: Thu Aug 25, 2016 7:03 pm (GMT 5.5) I am still getting the below error when I tried to split the text SYSIN : SORT FIELDS=COPY OUTREC...
View ArticleSYNCSORT :: RE: Continuation Character
Author: Robert Sample Posted: Thu Aug 25, 2016 9:03 pm (GMT 5.5) I suspect either your comma and / or your closing parenthesis are in column 72. Rearrange your code to ensure nothing extends past...
View ArticleTSO/ISPF :: TSO Logon Failing - Acount Not matching
Author: SLNewton Subject: TSO Logon Failing - Acount Not matching Posted: Thu Aug 25, 2016 9:37 pm (GMT 5.5) Hi! I am filling in for a RACF administrator who left suddenly, until new RACF administrator...
View ArticleSYNCSORT :: RE: Continuation Character
Author: Rohit Umarjikar Posted: Thu Aug 25, 2016 9:39 pm (GMT 5.5) Abid, '*' at the end in TS post was meant for continuation but you added that as a part of string in the solution posted by you....
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: Rohit Umarjikar Posted: Thu Aug 25, 2016 10:43 pm (GMT 5.5) Welcome!Please make a use of code tags. I suspect, your Job Card is not right hence talk to someone at your site and correct the job...
View ArticleTSO/ISPF :: RE: TSO Logon Failing - Acount Not matching
Author: steve-myers Posted: Fri Aug 26, 2016 12:40 am (GMT 5.5) The account in the RACF TSO segment (or entered by the user on the TSO/E LOGON screen) must match a profile in the RACF ACCTNUM class -...
View ArticleSYNCSORT :: RE: Continuation Character
Author: Nic Clouston Posted: Fri Aug 26, 2016 1:26 am (GMT 5.5) ballaswaroop Why, after 11 years on the forum, do you insist on not using the code tags and therefore lose any format that your cotrol...
View ArticleAll Other Mainframe Topics :: RE: TXT2PDF problem - printing @ in PDF
Author: Rohit Umarjikar Posted: Fri Aug 26, 2016 1:35 am (GMT 5.5)Mainframe code page conversion customization in an IBM z/OS system and the best and easy free way or to get right answer at your site...
View ArticleDFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files
Author: Rohit Umarjikar Posted: Fri Aug 26, 2016 1:55 am (GMT 5.5) We can discuss on choices as we want but for your point, I don't disagree.Code:1,2,CH,EQ,C'12' The rule for the exclusion should be...
View ArticleDFSORT/ICETOOL :: RE: Icetool or Joinkeys example to compare two files
Author: magesh23586 Subject: Reply to: Icetool or Joinkeys example to compare two files Posted: Fri Aug 26, 2016 2:37 am (GMT 5.5) Rohit,Rohit wrote:Code: INCLUDE...
View Article