how to create a member or sequential dataset through tso
command??

Answer Posted / nk

TSO ALLOC DD(INFILE) DA(XXX.YYY.ZZZZ) SHR

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the syntax of JCL statement?

688


how you will the direct the data to spool using sysout option?

1757


How to run cobol program using jcl?

648


what are the various stages of job processing?

734


what is a jcl?

685






What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1804


What is the motivation behind coding class parameter in job statement?

678


What is the difference between run mode and addressing mode?

631


what is use of space parameter in dd statement?

748


Why block size is multiple of lrecl in jcl?

908


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

814


what happens in conversion stage in job processing?

724


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

850


how do you access an uncataloged dataset in a jcl?

827


How does jcl specify the job to the operating system?

745