List of $functions: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 167: Line 167:
<tr><td>[[$RegexReplace]]</td><td>Replace matching strings</td></tr>
<tr><td>[[$RegexReplace]]</td><td>Replace matching strings</td></tr>
<tr><td>[[$Resetn]]</td><td>Reset or view M204 parameter</td></tr>
<tr><td>[[$Resetn]]</td><td>Reset or view M204 parameter</td></tr>
<tr><td>[[$Session_$Session_Id_$Session_Owner_and_$Session_Timeout]]</td><td>$Session_Id, $Session_Owner and $Session_Timeout</td></tr>
<tr><td>[[$Session, $Session_Id, $Session_Owner, and $Session_Timeout|$Session_$Session_Id_$Session_Owner_and_$Session_Timeout]]</td><td>$Session_Id, $Session_Owner and $Session_Timeout</td></tr>
<tr><td>[[$Session_Close]]</td><td>Close an open session</td></tr>
<tr><td>[[$Session_Close]]</td><td>Close an open session</td></tr>
<tr><td>[[$Session_Create]]</td><td>Create a new session</td></tr>
<tr><td>[[$Session_Create]]</td><td>Create a new session</td></tr>

Revision as of 15:28, 15 February 2011

The following are the available Sirius $functions.

See Notation conventions for methods for information about the conventions followed in the method descriptions.

$FunctionDescription
$A2ETranslate ASCII to EBCDIC
$AbbrevDetermine if string is abbreviation within list of words
$Arr_FindFind value within array
$Arr_InitInitialize every element of array to specific value
$Arr_MaxFind maximum value in array
$Arr_MinFind minimum value in array
$Base64_DecodeConvert from base 64 to byte string
$Base64_EncodeConvert byte string to base 64
$BgPurgeCancel "long" sdaemon request initiated with $CommBg
$BgQueryList of "long" sdaemon requests initiated via $CommBg
$BindFast, easy synchronization of system wide resource
$Bind_ListReturn list of bound semaphores onto a $list
$BitAndBitwise AND of two integers
$BitOrBitwise OR of two integers
$BumpBump a user
$C2DConvert binary byte string to integer
$CenterCenter string
$CfStatLList of statistics for users holding critical file resources
$CloseClose file or group in User Language request
$CmsDetermine if online is running under CMS
$CommBgExecute Model 204 commands on sdaemon
$CommandExecute Model 204 command on sdaemon, results to image
$CommndLExecute Model 204 command on sdaemon, results to $list
$ContextDetermine if string is name of open file or group
$D2CBinary byte representation of integer
$D2XHex representation of integer
$DaemonMasterNumberGet user number of master thread
$DaemonParentNumberGet user number of parent thread
$DeflateCompress a longstring with Deflate
$DelChRemove characters from string, compress and strip blanks
$Delg_SubsysDelete subsystem-wide global
$Delg_SysDelete system-wide global
$DelimrInsert delimiter string into input string at regular positions
$E2ATranslate EBCDIC to ASCII
$EdScanScan list of entities in online
$EntDo character entity substitution
$Ent_PrintSet automatic character entity substitution
$Ent_Tabretrieve/modify character entity substitution table
$ErrSetIncrement or clear number of counting errors, set $ERRMSG
$FIniTimFile initialization YYDDDMMHHSSTH
$FakeEntPrepare fake ENTER to automatically satisfy next full screen read
$FiStatRetrieve file's statistics into string
$FiStatLRetrieve set of files' statistics into list
$Field_ImageReturn field values into an image
$Field_ListReturn field values into a $list
$Field_ListIReturn field values into a $list mapped to an image
$FreeOptFree optional file or group from subsystem
$FunForcCancel running or waiting Fast/Unload request
$FunImgRetrieve data from active Fast/Unload request into image
$FunList$list of active and enqueued Fast/Unload requests
$FunLoadFast/Unload records in Model 204 list or found set
$FunPurgPurge running or waiting Fast/Unload request
$FunSkipSkip to next output record for $FunImg, $FunsStr
$FunWaitWait until asynchronous Fast/Unload request completes
$FunsStrRetrieve data from active Fast/Unload request into string
$GZipCompress a longstring with GZip
$GunZipDecompress a longstring with GUNZIP
$HexAConvert hexadecimal string to EBCDIC equivalent
$IHexAConvert EBCDIC string to hexadecimal equivalent
$ImgInfRetrieve image item by variable name
$ImgOvlReplace image item value
$IncStatIncrement local system statistic
$InflateDecompress a longstring with inflate
$JobAuthDetermine if user has authorization for USE $JOB
$List_Add_OrderedAdd an item to an ordered $list
$List_Add_UniqueConditionally add an item to a $list
$List_Add_Unique_OrderedConditionally add an item to an ordered $list
$List_Capture Capture print data to $list
$List_Conv_Item Convert $list to single delimited $list item
$List_Copy_Items Copy items between $lists
$List_Diff_Item Differences between $list and delimited $list item
$List_Global and $List_Sessionand $List_Session: Access/create global/session $list
$List_Global_Del and $List_Session_Deland $List_Session_Del: Delete global/session $lists
$List_Global_List and $List_Session_Listand $List_Session_List: List global/session $lists
$List_MaxILReturn maximum $list item length
$List_PrintDisplay contents of a $list
$ListAdd Add string as new $list item
$ListAdd_Lstr Add longstring as new $list item
$ListAddI Add image as new $list item
$ListAdj Adjust length of $list item
$ListChk Validate a $list identifier
$ListCmp Compare two $lists and produce $list describing differences
$ListCnt Number of items in $list
$ListCpy Copy $list
$ListDel Release CCATEMP storage used for $list
$ListFind Find string in $list
$ListFindI and $ListFindI_Upand $ListFindI_Up: Find image item in $list
$ListFindI_Sub Build $list subset based on image item
$ListILn Length of $list item
$ListImg Associate an image with a $list
$Listimg_Copy Copy a $list's image association
$ListInf Retrieve $list item into string
$ListInf_Lstr Retrieve $list item into longstring
$ListInfI Retrieve $list item into image
$ListIns Insert string into a $list
$ListIns_Lstr Insert string into a $list
$ListInsI Insert image into a $list
$ListLoc Locate string in $list
$ListLup Locate string in $list, searching backwards
$ListMove Move a $list
$ListNew Create empty $list
$ListNewA Create array of empty $lists
$ListNewAI Create array of empty $lists associated with image
$ListNewI Create empty $list associated with image
$ListOvl Overlay part of $list item with string
$ListOvlI Overlay part of $list item with image item
$ListRem Remove item from $list
$ListRep Replace a $list item with a string
$ListRep_Lstr Replace a $list item with a longstring
$ListRepI Replace $list item with an image
$ListRst Restore global $list
$ListSav and $ListSaveand $ListSave: Save global $list
$ListSavL Count and names of available global $lists
$ListSort and $ListSrtand $ListSrt : Sort $list
$ListSub Create $list that is subset of input $list
$ListUpd Produce $list from input $list using $list of updates
$LstrTreat a string as longstring
$Lstr_Add_UserBufferAdd longstring to user buffer
$Lstr_Base64_DecodeConvert from base 64 to byte string
$Lstr_Base64_EncodeConvert byte string to base 64
$Lstr_C2XConvert byte string to hexadecimal
$Lstr_Get_Image and $Lstr_Set_Imageand $Lstr_Set_Image: Longstring to/from image
$Lstr_Get_UserbufferGet user buffer contents to a longstring
$Lstr_Global and $Lstr_Sessionand $Lstr_Session: Bind to global/session longstring
$Lstr_Global_Del and $Lstr_Session_Deland $Lstr_Session_Del
$Lstr_Global_Get and $Lstr_Session_Getand $Lstr_Session_Get
$Lstr_Global_Set and $Lstr_Session_Setand $Lstr_Session_Set
$Lstr_IndexFind a string inside a longstring
$Lstr_LeftLeftmost characters of a longstring
$Lstr_LenLength of a longstring
$Lstr_Parse Part of longstring preceding character in delimiter set
$Lstr_ParseX Part of longstring following character in delimiter set
$Lstr_RightRightmost characters of a longstring
$Lstr_Set_UserBufferSet user buffer to longstring value
$Lstr_SubstrSubstring of a longstring
$Lstr_SubWordSubstring of a longstring using word counts
$Lstr_TranslateTranslate longstring
$Lstr_UnblankRemove extraneous blanks from longstring
$Lstr_WindexReturn the position of a word within a long string
$Lstr_WordReturn a word from a long string
$Lstr_WordsReturn the number of words in a long string
$Lstr_X2CConvert from hexadecimal to byte string
$ParsePart of string preceding character in delimiter set
$ParseXPart of string following character in delimiter set
$PrcLEx$list of information about procedures in file
$PrcLExG$list of information about procedures in group or file
$PriortyChange a user's priority
$ProcClsClose procedure before reaching end
$ProcDatAdd lines from procedure to $list
$ProcGetNext line of procedure
$ProcLocLocate any of set of strings in procedure
$ProcOpnOpen procedure for $ProcDat, $ProcGet, $ProcLoc
$Proc_List$list of information about procedures in file
$Proc_ListG$list of information about procedures in group or file
$Proc_TouchChange a procedure's last-update date and user
$RandomGet next random number
$Random_SEEDBuild seed specifying series of $RANDOM results
$RegexMatchWhether string matches regex
$RegexReplaceReplace matching strings
$ResetnReset or view M204 parameter
$Session_$Session_Id_$Session_Owner_and_$Session_Timeout$Session_Id, $Session_Owner and $Session_Timeout
$Session_CloseClose an open session
$Session_CreateCreate a new session
$Session_DeleteDelete a session
$Session_ListGet list of sessions
$Session_OpenOpen a session
$SetStatSet local system statistic
$Setg_SubsysSet subsystem-wide global
$Setg_Subsys_ListGet list of subsystem-wide globals
$Setg_SysSet system-wide global
$Setg_Sys_ListGet list of system-wide globals
$SirJGetPlace audit trail data on $list
$SirMsgLine of current $SirMsgP procedure
$SirMsgPLoad procedure for retrieval via $SirMsg
$SirParmSet user-specific value, controlling Sirius products
$SirProdDetermine availability of Sirius product or capability
$SirSiteCurrent Sirius customer site ID
$SirTimeCurrent time as YYDDDHHMISSXX
$SirVerCurrent version number of Sirius product
$SirWarnSend warning or message to user(s)
$Sir_DateGet current datetime
$Sir_Date2NConvert datetime string to number of seconds/300
$Sir_Date2NDConvert datetime string to number of days
$Sir_Date2NMConvert datetime string to number of milliseconds
$Sir_Date2NSConvert datetime string to number of seconds
$Sir_DateFmtValidate datetime format
$Sir_DateNCurrent date and time as number of seconds/300
$Sir_DateNDCurrent date as number of days
$Sir_DateNMCurrent date and time as number of milliseconds
$Sir_DateNSCurrent date and time as number of seconds
$Sir_N2DateConvert datetime number of seconds/300 to string
$Sir_ND2DateConvert datetime number of days to string
$Sir_NM2DateConvert datetime number of milliseconds to string
$Sir_NS2DateConvert datetime number of seconds to string
$Sir_WildTest string against a wildcard string
$SsStatRetrieve subsystem's statistics into string
$SsStatLRetrieve statistics for set of subsystems into $list
$StatDCalculate differences and rates for statistics strings
$StatLDCalculate differences and rates for statistics $lists
$StrTreat a longstring as string
$StrAndBit-wise AND two strings
$StrOrBit-wise OR two strings
$StrXorBit-wise exclusive OR two strings
$SubCntCount occurrences of one string in another
$SubErsRemove occurrence of one string from another
$SubInsInsert string inside another string
$SubRepReplace occurrences of string
$SyStatRetrieve system statistics into string
$TSOIdTSO userid user's thread
$TSOStatStatus of program invoked via $TsoAtt
$TSOWaitWait for program invoked via $TsoAtt to complete
$TableCInformation provided by TABLEC command
$TermIdTerminal ID of current user thread
$TkStatRetrieve task's statistics into string
$TkStatLRetrieve statistics for all tasks into $list
$TsoAttAttach program in user's TSO address space
$TsoCallCall program in user's TSO address space
$TsoCanCancel program invoked via $TsoAtt
$TsoCmdInvoke command in user's TSO address space
$TsoExecInvoke CLIST in user's TSO address space
$TsoExitTerminate TSO full screen interface session, stack command
$UnSpaceNormalize spaces and quotes
$Unbind_and_$UnbindW$Unbind and $UnbindW: Unbind resource previously bound via $Bind
$UsStatRetrieve user's statistics into string
$UsStatLRetrieve statistics for set of users into $list
$UseASAPrevent carriage control in USE output
$WakeUpPause user until specified time
$WindexWord number of first occurrence of word in phrase
$X2DConvert hex string to integer