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 |
Explain about LMPUT-
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
What does IEBGENER do?
When should DISP=MOD is used?
Can a PS file be read in reverse order?If so,how
How much space OS allocates when you create a PS or PDS?
What do you know about jcl?
What is a Dummy Utility and what it does ?
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
how would you create a temporary dataset? And where will you use them?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B