Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. malsarun

    How to eliminate duplicates in this case using SORT or fileaid

    I meant that there should be no L1/A1/O1/C2. It basically looks like this - a sort on L1/A*/O* with duplicates eliminated. Fields A* & O* could repeat (A1/O1 ; A2/O2 etc) but L1 has a constant value. I would like to eliminate duplicates for records having L1/A*/O*
  2. malsarun

    How to eliminate duplicates in this case using SORT or fileaid

    Hi, I have a set of records in a flat file like that given below: L1 A1 O1 C1 L2 A1 O1 C1 L2 A1 O1 C1 L1 A1 O1 C2 L2 A1 O1 C2 L1 A2 O2 C3 L2 A2 O2 C3 I need to create a sorted file which has the records defined below L1 A1 O1 C1 L2 A1 O1 C1 L2 A1 O1 C1 L2 A1 O1...
  3. malsarun

    ASSIGN Command-will it work in MRO environment

    EXEC CICS ASSIGN USERID(WS-USER) END-EXEC. Can someone please confirm that the ‘ASSIGN USERID’ verb works when running in a remote region? As I recall, there is a command that will obtain User ID that is not reliable when operating SYSPLEX/MRO CICS. In other words, if the...

Part and Inventory Search

Back
Top