answersLogoWhite

0

ALTSEQ has two general uses: (1) change the normal sort EBCIDIC srt sequence to something else. Thus if you want (the manual's example) to change the sequence so that the symbol for dollar sign ($) sorts after upper case Z, you would code code ALTSEQ CODE=(5BEA). This literally means "place '5B' in front of 'EA'. The second useage is to translate a hex code for another. For example if I wanted to translate hex '00' to spaces ( hex '40') I would code ALTSEQ CODE=(0040) and use the TRAN=ALTSEQ in the OUREC statement. Check out Z/OS DFSORT Application Programming Guide p.90 and thereabouts.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: What is altseq in dfsort?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering