describe the exec statement,its meaning ,syntax and
keywords?
Answer Posted / krithiga hari
EXEC statement executes a program.
Syntax:
//stepname EXEC PGM=program name, keyword parameters
The various keyword parameters are
ACCT - accouning information for the job step
PARM - for supplying information to the associated cobol program
ADDRSPC - this indicates the system that the job step uses
virtual or real storage
DPRTY - dispatching priority
PERFORM - performance group for the job step
RD - automatic restart
COND - condition
REGION - default amount of workspace
TIME - time for the job to execute
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is it possible to left uncode disp? If yes, how?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is condition checking in jcl? Is this possible?
Explain about LMFREE�free data set from its association with data ID
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
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
whats the diff bw the evaluate also and and?
A dd statement consists of 4 fields. Name them?
when can a job time-out occur? How to overcome that?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
how you can access an uncataloged dataset in a JCL?