Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


WORKING-STORAGE SECTION.
77 W-A PIC 9(3)V99 VALUE 23.75.
77 W-B PIC ZZ9V99 VALUE 123.45.
PROCEDURE DIVISION.
MOVE W-A TO W-B.
DISPLAY W-B.
STOP RUN.

compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o
subject data item. The "VALUE" clause was discarded.

WORKING-STORAGE SECTION.
77 W-A PIC 9(3)V99 VALUE 23.75.
77 W-B PIC ZZ9V99.
PROCEDURE DIVISION.
MOVE 123.45 TO W-B.
MOVE W-A TO W-B.
DISPLAY W-B.
STOP RUN.

2375


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


What you mean by skeleton JCl?

2 Answers  


What does the one advantange of using IEBUPDTE?????

2 Answers  


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


What is notcat 2 - gs?

0 Answers  


Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?

3 Answers   IBM,


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,


Is it possible to left uncode disp?

0 Answers  


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


What are the difference between jcl and jes?

0 Answers  


What is JOBLIB ?

5 Answers   Xansa,


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


Categories