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 Posted / 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 |
Post New Answer View All Answers
How can a jobs execution priority be modified?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what are JCLLIB and STEPLIB in JCL?
Why block size is multiple of lrecl in jcl?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How does jcl act on a cobol code?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How can the disposition of sysout datasets be set for an entire jobstream?
How gdg are concatenated?
Explain about LMQUERY�give a dialog information about a data set
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Can an individual step be restricted from using all the jobs allowed cpu time?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is Cataloged Procedures?