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 |
What are the valid DSORG values ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Is it possible to left uncode disp? If yes, how?
Where can program checkpoints be stored for use in a restart?
Is Default for MSGCLASS = (1,1) ?
What is the maximum length of a single line of jcl?
What is STEPLIB, JOBLIB? What is it used for?
Explain the job statement in jcl?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
What is default if we don't specify RD parameter at all ?
What is the use of ikjeft1b utility in jcl?
How is the record format of an output dataset specified?