Explain about SYSVAR
>>-SYSVAR(arg_name)--------------------------------------------><
1. SYSVAR returns information about MVS�, TSO/E, and the current session, such as levels of software available, your logon procedure, and your user ID.
2. The information returned depends on the arg_name value specified on the function call.
3. The arg_name values are divided into the following categories of information: user, terminal, exec, system, language, and console session information.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameters that are used in creating a gdg?
What is JOBLIB ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
what is the use of JCL?
What is use of restart and how to use it?
What you mean by skeleton JCl?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
how you can access an uncataloged dataset in a JCL?