Explain about User Information
SYSUID - the user ID under which the current TSO/E session is logged on
SYSPREF - the prefix as defined in the user profile. The prefix is the string that is prefix to data set names that are not fully-qualified.
The prefix is usually the user's user ID.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
How do you send the output of a COBOL program to a member of a PDS?
What is QSAM error usually when it is occurs?
What is the use of symbol // in jcl?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
whats the difference between empty and noempty of GDG?
What are some jcl statements that are not allowed in procedures?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
wht is the d/f between positional parameter n keyword parameter ?