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 mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How to send data from cobol program to jcl?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
What is the difference between the positional and keyword parameters? Give examples.
What are some jcl statements that are not allowed in procedures?
Where can program checkpoints be stored for use in a restart?
is there any utility for restarting a particular step in jcl reply soon ?
i have step1,step2,step3 from where can i start coding cond parameter ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?