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*
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.