what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answer Posted / srk
symbolic param : which allow multiple users to specify their
own values to a paramaeters(specified as ¶mname in
procedures) in jcl which are commonly used.
temporary data sets : data sets whose life time is till the
execution of the job itself(specified as dsn=&&datasetname
or with out specification of dsn parameter in dd statement)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the utility programs in jcl?
What do you understand by the term job time – out and how can you overcome that?
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.
What is the function of //jcllib statement?
Explain the purpose of dd dummy statement?
What is jcl in mainframe?
What does a disposition of (new,catlg,keep) for a dsn mean?
Give the syntax of job specifying jcl statement.
Explain the function of dd name parameter with a 2 part structure; audit.report?
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
whats the diff bw the evaluate also and and?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can an in-stream dataset be terminated?
How is a type of file defined in the jcl that executes the cobol program?
what is SOC4 error?