Commands to output branch data in PSSE 32
I am comparing the branch data, bus data and other data in two different cases. Just tried to click the branch and bus to see what's there. For example,BRANCH_DATA,111111,222222. Are there any commands that I can output branch data from bus #111111 to bus #222222 and compare the differences? See the replies below.

Comments
Check out the "DIFF" command in the API documentation. It's the API version of a powerflow case comparison.
@ nyga0082, thank you I checked "DIFF" seems it's not what I want. API should have a command to output the specific branch data or bus data, right?
@Shengen Specifically what sort of data are you looking to get (flows? voltages? line impedances? ratings?) If you want to get bus and branch data from only one case at a time (as opposed to both cases with DIFF), check out Chapter 7 of the API doc. Especially commands like BUSDAT, BRNDAT, & BRNMSC
@nyga0082 just care about line impedances, thank you, it really helps. Not familiar with PSSE and API.
Might be an overkill but see my command line case compare python utility PSSecompare https://github.com/sbhowmik7/PSSEcompare/tree/pyV27. Why reinvent the wheel.