When we give TYPERUN = SCAN , what are the syntax errors we
get?

Answer Posted / tidda

JCL syntax errors

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of job statement in jcl?

636


Explain the function of the dd dcb keyword?

696


what is use of dsn parameter in dd statement?

668


Explain in DD statement what is the use of DCB parameter?

652


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

771






What is the difference between the positional and keyword parameters? Give examples.

705


Name the parameters which can be used to limit the number of records written to a sysout dataset?

650


Is automatic restart possible in jcl?

733


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1748


when does a dataset go uncataloged?

828


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

780


What is the function of a dd statement?

702


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060


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

852


What statement can be used to send data to another mvs jes3 node?

823