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 |
which utility is used to sort a file in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to copy one PS file to multiple PS files with same data?
How do you create a temporary dataset? Where will you use them?
Can we have a JOBSTEP without any EXEC ?
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,
List the different jcl statements that are not permitted in the procedures?
What are isolation levels? Where do we need to specify them in compiling JCL?
What is MOD and when would you use it?
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?
What do you understand by the term job time – out and how can you overcome that?
write a jcl to execute a job by 7:00 am on jan 20,1986?