//step#3 exec pgm = hkbc762
what is wrong with the syntax?
Answers were Sorted based on User's Feedback
Answer / nidhi sharma
THERE SHOULD BE NO SPACE BETWEEN PGM AND =
IT SHOULD BE
//STEP#3 EXEC PGM=HKBC762
| Is This Answer Correct ? | 5 Yes | 0 No |
Explain the function of job statement in jcl?
Where & How Do You Code Identifier In Jcl?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
Explain about User Information
How can values be passed from the job stream to an executable program?
what is the difference between JES3 and JES2?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
How can an in-stream dataset be terminated?
How to send data from cobol program to jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?