What is the error in the following JCL statements :
I) //step#three exec pgm=hkbc762
ii) //step#3 exec pgm = hkbc762
iii) //step#3 exec pgr = hkbc672
Answer Posted / mohan.chepuri
1)is wrong
job name should be maintain 8 char
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
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 the function of the dd dcb keyword?
Why include statement is used in a jcl?
Explain about ISPF/TSO Commands
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
How to submit a jcl from cics?
how to compare two datasets without using superce because output is limited to 133 bytes
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Name the statement which can be used to send data to another mvs jes3 node?
What happens if both JOBLIB & STEPLIB is specified ?
What are steplib and joblib?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How jcl work to handle various input output file operations?
Explain the function of job statement in jcl?