hi in one of the interview one asked me how to submit a job
from cobol?as well as how to submit a jcl from CICS? can u
pls any one tell me..
Answer / harsha
Define a file in JCL as (CLASS,INTRDR)
Open the file in OUTPUT mode and write full job to it.
Write the full job to TDQ.
WRITEQ TD
QUEUE(A,INTRDR)
FROM(WS-DATA)
| Is This Answer Correct ? | 7 Yes | 0 No |
what is the restart?hopw it is invoked?
The maximum number of in-stream procedure you can code in any JCL is ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
What is condition checking in jcl? Is this possible?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
how to convert a file form fixed Length to variable length?
Is their any set of rules for dd? Explain.
how to split a file
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
For how long a job can be executed continuously in a mainframe ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01