What do you understand by the term notcat 2 – gs?
No Answer is Posted For this Question
Be the First to Post Answer
Define concatenating?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
How to send data from cobol program to jcl?
Give the syntax of job specifying jcl statement.
What is JOBLIB ?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
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.
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
how to code instream data in procedure?