Search found 6 matches

by Prem_mainframe
Wed Aug 20, 2014 2:49 pm
Forum: JCL - Job Control Language.
Topic: MQFTE takes time and job abends.
Replies: 3
Views: 1113

MQFTE takes time and job abends.

Hi, We've a file which is being transferred using MQFTE to a differnt region. In the other region there is a job which executes every half an hour and see if this file exist, if it does the job executes else it is not. But some times the file istoo huge and it takes time to transfer while by that ti...
by Prem_mainframe
Wed Aug 20, 2014 2:43 pm
Forum: JCL - Job Control Language.
Topic: How to search for a string in multiple data sets?
Replies: 4
Views: 1536

Re: How to search for a string in multiple data sets?

I'm doing an impact analysis and want to see at how many plaaces a particular file is used? And also want to find at how many places a term "merchant" is used.
by Prem_mainframe
Mon Aug 11, 2014 3:00 pm
Forum: JCL - Job Control Language.
Topic: How to search for a string in multiple data sets?
Replies: 4
Views: 1536

How to search for a string in multiple data sets?

Hi,

Suppose there are so many datsets with high level qualifier abc123.* . I want to search all the data sets starting with abc123. How we can do this? is it possible to do with FILEAID BATCH or any other tool ?
by Prem_mainframe
Mon Aug 11, 2014 2:55 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Find a position in variable and update.
Replies: 5
Views: 2409

Re: Find a position in variable and update.

Yes, I wanted to replace all the 'c's.
by Prem_mainframe
Fri Jan 17, 2014 5:06 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Find a position in variable and update.
Replies: 5
Views: 2409

Find a position in variable and update.

Hi, In a COBOL Variable1 PIC X(36) value '0123456789abcdefghijklmnopqrstuvwxyz'. I want to firstly search the character, for example 'c', later want to update the character 'c' to '$'. In the output i need to display, the character position, chrrent value and the replaced value - how should I procee...

Go to advanced search