| Author | Message | 
  
	|  Topic: Check if File exist or not out of 250 files concatenated | 
  
	| dhansr 
 Replies: 3
 Views: 5364
 
 |  Forum: Job Control Language(JCL)   Posted: Thu Dec 08, 2016 3:13 pm   Subject: Check if File exist or not out of 250 files concatenated | 
  
	| Thank You ! Kolusu. 
 Option 3 is suitable for my requirement and I am using like below it works fine as I am able to search through the listcat output file through a program to find missing files.
 ...
 | 
  
	|  Topic: Check if File exist or not out of 250 files concatenated | 
  
	| dhansr 
 Replies: 3
 Views: 5364
 
 |  Forum: Job Control Language(JCL)   Posted: Thu Dec 08, 2016 12:51 pm   Subject: Check if File exist or not out of 250 files concatenated | 
  
	| Hi, 
 I have a job where 250 files are concatenated for INPUT dd name (for example I have 15 files only), before running the job I need to check if any of the 250 files does not exist which need to b ...
 | 
  
	|  Topic: Replacing space by zeros - Not working | 
  
	| dhansr 
 Replies: 2
 Views: 4376
 
 |  Forum: Application Programming   Posted: Tue Oct 04, 2016 4:20 pm   Subject: Replacing space by zeros - Not working | 
  
	| Hi, 
 OUTSTANDING !!!
 
 As suggested I moved B to C and did INSPECT, it works great !!, outstanding
 
 
 MOVE 802-INT-ERR-CODE    TO 802-INT-ERR-CODE-B
 INSPECT 802-INT-ERR-CODE-B REPLACING ALL SPA ...
 | 
  
	|  Topic: Replacing space by zeros - Not working | 
  
	| dhansr 
 Replies: 2
 Views: 4376
 
 |  Forum: Application Programming   Posted: Tue Oct 04, 2016 3:37 pm   Subject: Replacing space by zeros - Not working | 
  
	| Hi, 
 I used below techniques to replace the leading zeros but not getting expected result, please advise.
 
 
 
 01  802-ERROR-REF-TABLE-JUST2.
 05  B                          PIC X(04)  ...
 | 
  
	|  Topic: Counting the occurance of field values ? | 
  
	| dhansr 
 Replies: 2
 Views: 4122
 
 |  Forum: Application Programming   Posted: Fri Aug 12, 2016 10:40 am   Subject: Counting the occurance of field values ? | 
  
	| Hi Kolusu , I have gone through the sample program and now I got the solution  . 
 Sorting & count increment made the flow easy.
 
 Thank you so much. as usual you deserve more valuable than T ...
 | 
  
	|  Topic: Counting the occurance of field values ? | 
  
	| dhansr 
 Replies: 2
 Views: 4122
 
 |  Forum: Application Programming   Posted: Thu Aug 11, 2016 4:40 pm   Subject: Counting the occurance of field values ? | 
  
	| Hi, 
 I have a sequential file with 7 columns which was written after comparing two file, only fields whose values did not match has been written in this output file. File contains record number, 1st ...
 | 
  
	|  Topic: ISPF Panel not working | 
  
	| dhansr 
 Replies: 2
 Views: 4037
 
 |  Forum: TSO and ISPF   Posted: Fri Jul 01, 2016 12:10 pm   Subject: ISPF Panel not working | 
  
	| Thanks Kolusu. after putting end, I did Renum & Unnum, it works !! | 
  
	|  Topic: ISPF Panel not working | 
  
	| dhansr 
 Replies: 2
 Views: 4037
 
 |  Forum: TSO and ISPF   Posted: Wed Jun 29, 2016 2:48 pm   Subject: ISPF Panel not working | 
  
	| Hi, 
 I have written the panel in a PDS like below.
 
 
 
 VIEW      ,TEST.IP.PGM.REXXPGM4(JOBMAIN) - 01.01          ,Columns,00001,00072,
 Command ===>,                                    ...
 | 
  
	|  Topic: Getting sequential files used DASD space through REXX | 
  
	| dhansr 
 Replies: 3
 Views: 5993
 
 |  Forum: TSO and ISPF   Posted: Tue May 31, 2016 8:12 pm   Subject: Getting sequential files used DASD space through REXX | 
  
	| Thank You for the information, I will try the options provided.  | 
  
	|  Topic: Getting sequential files used DASD space through REXX | 
  
	| dhansr 
 Replies: 3
 Views: 5993
 
 |  Forum: TSO and ISPF   Posted: Fri May 27, 2016 4:47 pm   Subject: Getting sequential files used DASD space through REXX | 
  
	| Hi, 
 As part of performance improvement initiative i am identifying how much of space is used by files created by developers and which are not used and how much it is costing to organization.
 
 I w ...
 | 
  
	|  Topic: Cumulative sum and Select Records | 
  
	| dhansr 
 Replies: 7
 Views: 5021
 
 |  Forum: Utilities   Posted: Fri May 27, 2016 10:32 am   Subject: Cumulative sum and Select Records | 
  
	| Sure, Thanks. | 
  
	|  Topic: Cumulative sum and Select Records | 
  
	| dhansr 
 Replies: 7
 Views: 5021
 
 |  Forum: Utilities   Posted: Thu May 26, 2016 9:23 pm   Subject: Cumulative sum and Select Records | 
  
	| Hi Kolusu, 
 Happy to hear good job from Master !
 
 Code given by you is working like a magic, thank you so much.
 
 When you have some time please advise what is the function of SEQNUM & SECTIO ...
 | 
  
	|  Topic: Cumulative sum and Select Records | 
  
	| dhansr 
 Replies: 7
 Views: 5021
 
 |  Forum: Utilities   Posted: Thu May 26, 2016 6:10 pm   Subject: Cumulative sum and Select Records | 
  
	| Hi Kolusu, 
 Thanks for your response I am using the method which was suggested by you to another person. Below are the details.
 
 Input file name is 120 LRECL and RECFM is FB, sorted in ascending  ...
 | 
  
	|  Topic: Cumulative sum and Select Records | 
  
	| dhansr 
 Replies: 7
 Views: 5021
 
 |  Forum: Utilities   Posted: Thu May 26, 2016 2:38 pm   Subject: Cumulative sum and Select Records | 
  
	| Hi, 
 My file has number count at position 66 with length 8 sorted in ascending order. File has more than 1000 records.
 
 My requirement is to count this field and when the count reaches 50,000 i sh ...
 | 
  
	|  |