What is the difference between run mode and addressing mode?
No Answer is Posted For this Question
Be the First to Post Answer
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
In job processing, what happens in execution stage?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
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 ?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
Is condition checking possible in jcl? If yes, how?
How many parameters are there to a DISP statement and what are their uses ?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
How do you submit JCL via a Cobol program?