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 |
what are the options in file-aid to edit vsam dataset and to compare data sets.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain about LMMFIND - find a library member
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
how do you code a null statement?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
Explain about LMPUT-
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?