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.