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 |
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain concatenating datasets?
What is one line to pass PARM from JCL to COBOL?
how can you check if a file is empty using jcl?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
which utility is used to update pds?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
How to rename a VSAM file as well as it's index file?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
what operation is performed by job statement?
Explain about LMPUT-
How do you designate a comment in JCL?