Answer Posted / jim
An attempt has been made to perform arithmetic on an
invalid packed field.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What parameter directs the output of the job log dataset?
Explain how can return codes be tested before execution of a job step?
What is the difference between the positional and keyword parameters? Give examples.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is their any set of rules for dd? Explain.
//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 /*
what are the statements that are not valid to be included in an include statement?
How jcl is used for testing batch programs?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of a dd statement?