DFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Bill Woodger Subject: Reply to: How to update a portion of text in a trailer record Posted: Mon Nov 14, 2016 10:16 pm (GMT 5.5) Although you can have multiple OUTFIL statements, you can only...
View ArticleCOBOL Programming :: Problem in writing Output file
Author: vickey_dw Subject: Problem in writing Output file Posted: Mon Nov 14, 2016 11:14 pm (GMT 5.5) Hi All, I have written a program which reads from cursor and writes in output file. But i am...
View ArticleCOBOL Programming :: RE: Problem in writing Output file
Author: Arun Raj Posted: Mon Nov 14, 2016 11:30 pm (GMT 5.5) Check if your program is running into an infinite loop._________________Arun...
View ArticleCOBOL Programming :: RE: Problem in writing Output file
Author: Bill Woodger Subject: Reply to: Problem in writing Output file Posted: Mon Nov 14, 2016 11:33 pm (GMT 5.5) No. What is more likely is that you got a FILE STATUS of 34, ignored it, and then got...
View ArticleCOBOL Programming :: RE: Problem in writing Output file
Author: RahulG31 Subject: Reply to: Problem in writing Output file Posted: Mon Nov 14, 2016 11:59 pm (GMT 5.5) You didn't tell: 1. How many rows your cursor is expected to produce ? 2. What is 'x' in...
View ArticleCOBOL Programming :: RE: Problem in writing Output file
Author: Robert Sample Posted: Tue Nov 15, 2016 12:50 am (GMT 5.5)Quote:I increased space of file and also tried with max region for the job but still getting same error.First, the region size will have...
View ArticleCOBOL Programming :: RE: Problem in writing Output file
Author: Terry Heinze Posted: Tue Nov 15, 2016 2:33 am (GMT 5.5) Look up File Status Key in the Language Reference Manual._________________.... Terry
View ArticleCOBOL Programming :: RANDOM Function in COBOL
Author: swapnil781 Subject: RANDOM Function in COBOL Posted: Tue Nov 15, 2016 6:17 pm (GMT 5.5) Hi, I am trying to write a new COBOL program that can estimate PI by simulating ‘Buffon’s needle’...
View ArticleCOBOL Programming :: RE: RANDOM Function in COBOL
Author: Akatsukami Posted: Tue Nov 15, 2016 6:25 pm (GMT 5.5) Duplicate of thread on another board; locked._________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleCOBOL Programming :: RE: RANDOM Function in COBOL
Author: Robert Sample Subject: Reply to: RANDOM Function in COBOL Posted: Tue Nov 15, 2016 6:26 pm (GMT 5.5) Is this for IBM's contest? There was the exact same topic on the Beginner's and Student's...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Tue Nov 15, 2016 7:36 pm (GMT 5.5) Thanks Arun, that way it worked successfully. Bill, I came across an example 3 in the below link of using multiple OUTREC, one for each...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Bill Woodger Subject: Reply to: How to update a portion of text in a trailer record Posted: Tue Nov 15, 2016 7:53 pm (GMT 5.5) Well, no you didn't. OUTREC is a parameter on OUTFIL, is what you...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Wed Nov 16, 2016 1:58 am (GMT 5.5) Thanks for the clarification, Bill._________________3NADH
View ArticleIMS DB/DC :: IMS Database backup info
Author: ashek15 Subject: IMS Database backup info Posted: Wed Nov 16, 2016 5:29 am (GMT 5.5) Dear All We have a requirement where-in we need to get info/report on successful and failed backups of IMS...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: Robert Sample Posted: Wed Nov 16, 2016 6:00 am (GMT 5.5) Most scheduling software allows for notification of job completions (both successes and failures). Contact your site support group and...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: ashek15 Subject: Reply to: IMS Database backup info Posted: Wed Nov 16, 2016 6:18 am (GMT 5.5) Hi Robert - Are you referring to notification when a backup jcl completes/fails? We already have...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: Robert Sample Posted: Wed Nov 16, 2016 6:49 am (GMT 5.5) Perhaps you should make up your mind what you want to know BEFORE you post a query? Your title talks about IMS; your last post talks...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: ashek15 Subject: Reply to: IMS Database backup info Posted: Wed Nov 16, 2016 10:02 am (GMT 5.5) I just gave reference of DB2 to explain what I am looking for. I am aware that IMS and DB2 are...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: enrico-sorichetti Subject: Reply to: IMS Database backup info Posted: Wed Nov 16, 2016 12:12 pm (GMT 5.5) most probably the info You look for is available in the RECON...
View ArticleIMS DB/DC :: RE: IMS Database backup info
Author: PeterHolland Posted: Wed Nov 16, 2016 12:17 pm (GMT 5.5) If you have some kind of automation that traps messages you could look for the following messages (probably not complete list) :...
View Article