Answer Posted / dimpy19
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 |
Post New Answer View All Answers
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Brief description of inline procedure of jcl.
What is condition checking in jcl? Is this possible?
What parameter directs the output of the job log dataset?
Is it possible to left uncode disp?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the difference between the positional and keyword parameters? Give examples.
What is the function of //cntl statement?
Are there any set of rules for the names of the steps used in a job?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What dd statement is used to supply the name of a dataset?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What parameter of the job statement is used to limit the cpu time consumed by the job?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
List the different components of jcl statement?