Why 16 is used in calculating the DPRTY ?
as, DPRTY = (num1, num2),
THEN, DPRTY = 16* num1 + num2

Answer Posted / srikanth

What is num1 and num2 here?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can a fb file convert to vb file using sort program?

807


Is automatic restart possible in jcl? If yes, how?

659


How to execute 2nd and 4th steps among 5 steps in jcl proc?

750


Can I send output of job to my remote device careerride123?

668


what is the use of JCL?

666






//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

916


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1804


What is the purpose of dd?

728


Can I share my data with other jobs? How?

672


What are steplib and joblib?

725


Are there any set of rules for the names of the steps used in a job? What are they?

614


State the uses of syspring, sysin, sort fields, sum fields and dummy.

656


what JCL Procedures?

703


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

925


How to submit jcl through a cobol program?

681