Search found 5 matches

by Arun.Balu
Thu Jan 28, 2016 3:37 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need help in ICETOOL to insert SPACES/Header as a record
Replies: 1
Views: 2494

Need help in ICETOOL to insert SPACES/Header as a record

Hello All Thanks for your time on this !! I have to write a ICETOOL JCL to provide the summary of the input with header and trailer as BLANK records Instance: My input format Name Subject Arun Maths Akil English Satish Maths Raj English Vatsan English My output should look alike: *******************...
by Arun.Balu
Tue Jul 17, 2012 7:55 am
Forum: COBOL
Topic: Search a variable and find for strings in cobol
Replies: 6
Views: 9986

Okay.. Here is the list of code which i tried.. 1) Binary search 2) Linear search Both search command works only if the string we are searching is of same length.. For e.g. If i have to search CAT and ELEPHANT in a variable, i have to declare a Temporary variable which stores those strings.. 'CAT ' ...
by Arun.Balu
Mon Jul 16, 2012 7:04 pm
Forum: COBOL
Topic: Search a variable and find for strings in cobol
Replies: 6
Views: 9986

Search a variable and find for strings in cobol

Search a variable and find for strings in cobol The string size can varies Fore.g I have to set a switch when any of the below string are found in the variable 1)CAT 2)MOUSE 3)ELEPHANT 4)AEROPLANE Please note that these strings varies with size. And i want these strings defined in working storage ar...
by Arun.Balu
Thu Jul 12, 2012 5:24 pm
Forum: JCL
Topic: JCL for TBASE Extraction
Replies: 2
Views: 4599

JCL for TBASE Extraction

Hi..

I'm looking for a sample JCL for TBASE Extraction.

I have worked on TBEXEC utility but this utility will unload TBASE as dump (i.e) Without any header name and separation between fields.

So can you please suggest a sampole JCL/utility to unload TBASE with header(column name) details.
by Arun.Balu
Fri Jun 29, 2012 8:41 pm
Forum: JCL
Topic: Icetool - Comparison between two files
Replies: 3
Views: 6174

Icetool - Comparison between two files

Hi..

Could you please help me with the below requirement.. This has to be work it out using ICETOOL

Previous month File:

bbbbbb
cccccc
dddddd
aaaaaa

Current month File:

zzzzzz
aaaaaa
cccccc

Expected result: Matching records from the files[/b]

aaaaaa
cccccc