How to submit a jcl from cics?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is concatenating?
difference between internal sort and external sort
What is the error code SOC01 indicate ?
What is timing concept in mainframe?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How to overide the symbol parameter in the jcl ?
Is it possible to left uncode disp? If yes, how?
How do you submit a JCL under CICS environment ?
what is use of disp parameter in dd statement?
What is the difference between a symbolic and an override in executing a PROC?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?