Variable fields Questions

1

Can you use variables as input and output when calling a stored procedure in COBOL?
If you move data into your variable before calling your procedure, can the procedure then return a value back, which might be different? The procedure will intially be searching for the variable data, but, according to our .net programmer, will return a blank or null if it does not find the data. So far, that [...]

Answer Question   |  June 27, 2011  5:02 PM
CL variables, COBOL, SQL procedure, SQL variables, Variable fields
asked by:
15 pts.

Capturing script name including full path inside the script inself
I am trying to write a script to update $PATH. Instead of hard coding the paths into the script itself I want to dynamically do this by capturing the full file path of the script itself. I.e /loc1/loc2/loc3/modifypath.sh.  instead of going  export PATH=”$PATH:/loc1/loc2/loc3″ I want to extract the full file path from the script call into a variable [...]

Answer Question   |  October 1, 2010  3:25 PM
Linux, Linux administration, Red Hat Enterprise Linux, Scripting, Variable fields
asked by:
25 pts.

How to access and use subform data/calculations
Access 2007 Database; Employee Info; Form:Sick Days Docking/Pay. I created a form with a subform that keeps track of Employee sick days. It transfers totals from the subform onto the main form…Then the main form does a couple calculations on those amounts…But I need to access that information in a report for each employee. Reports [...]

Answer Question   |  July 29, 2008  1:23 PM
Access 2007, Calculations, Database programming, Form, Microsoft Access, Parameters, Reports, Subform, Variable fields
asked by:
85 pts.

1