How do you submit a JCL under CICS environment ?

Answer Posted / mr2981

use WRITE SPOOL command and pass string which contain teh
jcl statement.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where & How Do You Code Identifier In Jcl?

699


Is there any command to check wether the ps file is in sorted order?

2437


Give the syntax of job specifying jcl statement.

640


what sort card you will use to copy the data from one dataset to another dataset?

734


What are hierarchy levels in jcl?

960






What do you understand by the terms: joblib and steplib?

626


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

757


Explain the purpose of dd * statement in jcl?

643


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

750


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

637


Are there any set of rules for the names of the steps used in a job?

639


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

779


Suppose I have five jobs to do. But I want to hold one?

662


what is the JCL statement consists of?

699


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

1975