wht is sysudump n sysout,sysprint ?
Answer / rajesh_m13
Usually the executing program displays are written into
these datasets.Some programs use Sysout for display some
sysprint ,Cobol program display will go to Sysout.Sysudump
will print the program area,contents of register, and gives
a trace back of subroutines called,it will be hexadecimal
format.
| Is This Answer Correct ? | 2 Yes | 1 No |
Explain the function of the steplib dd statement?
What is difference between Return Code, user completion code, Abend code and reason Code?
Explain dd statement in jcl?
Explain in DD statement what is the use of DCB parameter?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Is automatic restart possible in jcl?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
how to compress the data set
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?