SIM800 - Get Loc and Send sms

So using SIM800c using its AT COMMAND given I'm able to locate the GSM location and my next step is to send the data via SMS

AT+SAPBR=3,1,"CONTYPE","GPRS" // set bearer parameter
OK

AT+SAPBR=3,1,"APN","internet" // set apn
OK

AT+SAPBR=1,1 // activate bearer context
OK

AT+SAPBR=2,1 // get context ip address
+SAPBR: 1,1,"10.151.43.104"
OK

AT+CIPGSMLOC=1,1 // triangulate
+CIPGSMLOC: 0,121.354848,31.221402,2017/02/11,02:41:06 
OK

(Edit:) I want to store the data to String/Char after the

AT+CIPGSMLOC=1,1 // triangulate
+CIPGSMLOC: 0,121.354848,31.221402,2017/02/11,02:41:06 
OK

(deleted)

spycatcher2k:
OK - You have permission to do so!

What I meant how can I store the data from

AT+CIPGSMLOC=1,1 // triangulate
+CIPGSMLOC: 0,121.354848,31.221402,2017/02/11,02:41:06

So I can use it later to send and SMS

(deleted)

are you posting multiple times on that topic? please ask moderator to merge threads

J-M-L:
are you posting multiple times on that topic? please ask moderator to merge threads

Kinda. But it's different I've seen on the AT COMMAND I get the location of the sim and it is same as having an GPS Shield so I ditch it and stick with UNO and Sim800C

AT+CIPGSMLOC doesn't return sim location and doesn't triangulate
it returns the location of closest network antenna

AT+CLBS=1,1 should return your location but it's new and probably requires new firmware
i contacted the simcom site to send new firmware to me for my sim808 module but no answer yet