can any one plzzzzzz tell the jcl code for creating ps
using idcams

Answer Posted / harsha

//STEP001 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD DSN=...,DISP=...,
// DCB=...,UNIT=...,SPACE=...
//SYSIN DD DUMMY

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the resolution for sb37 error

7716


List in order the hierarchical levels of jcl?

670


Name the statement which can be used to send data to another mvs jes3 node?

605


What is the function of //cntl statement?

831


What is condition checking in jcl? Is this possible?

628






When space is allocated for an output dataset, what units can be used?

751


What is the function of dd disp parameter?

658


What are some jcl statements that are not allowed in procedures?

728


What is timing concept in mainframe?

1663


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

855


How jcl work to handle various input output file operations?

659


Describe the various parameters utilized in the creation of a gdg?

684


which parameter is use to declare the name of dataset in dd statement?

737


How can the submitting users racf authority be overridden in a job stream?

757


what is the compile process of cobol program expalin with code

2002