Can comments be specified at the very beginning of a
jobcard? Will the JCL execute?
Answer Posted / babu
we can have the comments at the beginning of a jobcard. But
the system will expect the job name for the specified
comments also. once you give the jobname then it will try
to execute the steps you have till it comes accross the
next jobname which is original that has been mentioned in
the JCL member. two jobs will be submitted.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How can the submitting users racf authority be overridden in a job stream?
what are JCLLIB and STEPLIB in JCL?
what is use of dsn parameter in dd statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is their any limit for data sets?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What happens if both JOBLIB & STEPLIB is specified ?
What is the function of dd disp parameter?
How do you submit a job for execution?
Explain in DD statement what is the use of DCB parameter?
What is the function of //cntl statement?