What is the difference between Sysin,Sysout,Sysdbout and
Sysudump?
Answer Posted / purushoth
SYSIN: TO DEFINE THE SOURCE INPUT DATA
SYSOUT: TO DEFINE THE PRINTED OUTPUT DATASET
SYSDUMP:IF U R USIN DUMP COMPILER OPTION , TO REQUEST THAT
A DUMP BE WRITTEN ON ONE OF THESE DATASETS
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the use of JCL?
Name what parameter directs the output of the job log dataset?
What do you understand by the term job time – out and how can you overcome that?
What is the syntax of JCL statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain about LMFREE�free data set from its association with data ID
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
List in order the hierarchical levels of jcl?
What is one line to pass PARM from JCL to COBOL?
What is catelog procedure and how many catelog procedure to use in one job?
how do you access an uncataloged dataset in a jcl?