How do you submit a JCL under CICS environment ?
Answer Posted / raki
run jcl using xpeditor,& cics using intertest
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
How can an in-stream dataset be terminated?
how do you code a null statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the difference between the positional and keyword parameters? Give examples.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
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?
Explain about LMFREE�free data set from its association with data ID
Why include statement is used in a jcl?
What is the purpose of dd * statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Is their any limit for data sets?
A dd statement consists of 4 fields. Name them?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?