How do you submit a JCL under CICS environment ?

Answer Posted / guest

Just give the Transaction id associated with the CICS
program and press enter.
The program will be triggered once the trasaction id is
given.

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is “Cond= even” and “Cond=only”?

746


What is job control language?

613


What is the function of //jcllib statement?

814


What are the parameters that are used in creating a gdg?

743


When space is allocated for an output dataset, what units can be used?

757






WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1043


What statement can be used to send data to another mvs jes3 node?

832


Is condition checking possible in jcl?

722


How do you access an uncatalogued dataset in a jcl?

731


Explain how can a stopped job be started again?

640


Why include statement is used in a jcl?

691


What is the purpose of disp parameter?

647


How can unused space allocation be returned to the system when a dataset is closed?

813


What do you understand by the term job time – out and how can you overcome that?

608


what is the purpose of coding class parameter in job statement?

726