hexagon logo

SYSTEMDATE, SYSEMTIME, GETTEXT help

As the title says I need help understanding where these system functions come from.
I get what they do. I don't know where I can go and find a bunch of these data tags to grab all sorts of information from my program. Below I have 3 examples. On one of the examples can someone explain to me what the 191,1 means? I get its pulling the file header but what do the numbers mean exactly?

ASSIGN/SYSDAT1=SYSTEMDATE("MMMM dd yyyy")
            ASSIGN/SYSTIM1=SYSTEMTIME("HH:mm:ss")
            ASSIGN/FILEHDR=STR(GETTEXT(191,1,{FILEHDR}))​