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
What is the function of job statement in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the use of JCL?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the difference between the positional and keyword parameters? Give examples.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
how can you check if a file is empty using jcl?
Does jcl support automatic restart?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Describe the various parameters utilized in the creation of a gdg?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is automatic restart possible in jcl? If yes, how?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?