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 |
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
how to split a file
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
How to get cursor position from system in CICS environment ?
What parameter directs the output of the job log dataset?
What is the difference between primary and secondary allocations for a dataset?
What are the differences between JES2 & JES3 ?
what do you mean By spooling? Expand SPOOL?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
How is a dataset passed from one step to another?
What is the syntax of JCL statement?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.