what is the difference between JES3 and JES2?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCLOSE�close a data set
if we give two job cards in a single what happens
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
what are JCLLIB and STEPLIB in JCL?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
Explain about Specifying compiler options in the PROCESS (CBL) statement
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
how to see the latest generation in gdg?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?